Keras_BayesianOptimization icon indicating copy to clipboard operation
Keras_BayesianOptimization copied to clipboard

How to do Hyper-parameters search with Bayesian optimization for Keras model | DLology

How to do Hyper-parameters search with Bayesian optimization for Keras model | DLology Blog

How to Run

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

git clone https://github.com/Tony607/Keras_Deep_Clustering

Install required libraries

pip3 install -r requirements.txt

In the project start a command line run

jupyter notebook

In the opened browser window open

Keras_BayesianOptimization.ipynb

Happy coding! Leave a comment if you have any question.