maxpumperla / hyperas

Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization
http://maxpumperla.com/hyperas/
MIT License
2.17k stars 316 forks source link

Create simple_notebook_multiple_inputs.ipynb #196

Closed amw5g closed 5 years ago

amw5g commented 5 years ago

This is an adaptation of the simple_notebook jupyter notebook, using multiple inputs. The multiple inputs are really a singular dictionary that contains entries for each input we want to use. Because we use a concatenate to bring the two inputs together in an intermediate layer, we must of the functional API, instead of the Sequential model.

maxpumperla commented 5 years ago

@amw5g thanks for this, super cool!