Open DiogenesAnalytics opened 11 months ago
PDFs of various research articles related to hyperparameter tuning.
Here we discuss some tentative solutions to finding the default values for more complex autencoders.
How to determine what the "default" model parameters (layer size, kernel size, etc ...) should be.
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