You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Problem
Would be good to have some hyperparameter tuning tools available for finding optimal hyperparameters for the different autoencoder variants.
References
The text was updated successfully, but these errors were encountered: