Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub Module: Hyperparameter Tuning #5

Open
DiogenesAnalytics opened this issue Dec 9, 2023 · 2 comments
Open

Sub Module: Hyperparameter Tuning #5

DiogenesAnalytics opened this issue Dec 9, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@DiogenesAnalytics DiogenesAnalytics added the enhancement New feature or request label Dec 9, 2023
@DiogenesAnalytics DiogenesAnalytics self-assigned this Dec 9, 2023
@DiogenesAnalytics
Copy link
Owner Author

DiogenesAnalytics commented Dec 10, 2023

Default Autoencoder Hyperparameters

Here we discuss some tentative solutions to finding the default values for more complex autencoders.

Problem

How to determine what the "default" model parameters (layer size, kernel size, etc ...) should be.

Solution 1: Perform Grid Search

Can use Grid Search or something similar to search for the optimal model hyperparameters. Can literally write up a Jupyter Notebook to demo/run the tuning code.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant