DiogenesAnalytics / autoencoder

Python library implementing various autoencoders.
https://colab.research.google.com/github/DiogenesAnalytics/autoencoder/blob/master/notebooks/demo/anomaly_detection.ipynb
MIT License
0 stars 0 forks source link

Notebook: Hyperparameter / Grid Search #36

Open DiogenesAnalytics opened 5 months ago

DiogenesAnalytics commented 5 months ago

Problem

Would be worthwhile to have a notebook that demonstrates how to find the optimal parameters/architecture for a an autoencoder mode.

References

DiogenesAnalytics commented 5 months ago

MinNDAE Tuning

See: https://github.com/DiogenesAnalytics/autoencoder/blob/master/notebooks/tuning/minndae.ipynb

Loss Function

loss + encode * reg

Plot

minndae_optimal_encode_dim_784-1_reg

DiogenesAnalytics commented 5 months ago

MinNDAE Tuning

See: https://github.com/DiogenesAnalytics/autoencoder/blob/master/notebooks/tuning/minndae.ipynb

Loss Function

loss + (loss * encode * reg)

Plot

minndae_optimal_encode_dim_784-1_reg_default_penalty

DiogenesAnalytics commented 5 months ago

integral_balance_point_minndae_optimal_code_dim -xy_minndae_optimal_code_dim