Skip to content

Guess a good encoded layer size #48

@jdayton3

Description

@jdayton3

Seems like 200 worked fine for the MNIST digits (784 features), but it doesn't work as well for microarray data (~20,000 features). Is there some theory on how big an encoding layer should be with respect to the input & output?

If not, it may be good to have it be something like math.ceil(input_size**0.5). Or I could run confounded on multiple datasets with multiple sized inputs & do a grid search for optimal encoding layer size, and then develop some heuristic based on results from that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions