/BatchNormalization_Keras

Source code for "One simple trick to train Keras model faster with Batch Normalization"

Primary LanguageJupyter Notebook

Source code for "One simple trick to train Keras model faster with Batch Normalization"

You may also read my write up for more detail.

Tested with Python 3.5

Dependencies

tensorflow==1.4.0 matplotlib numpy

How to Run

Run the python notebook by cd into the directory in command line then run

jupyter notebook

Select in the browser Keras_Batch_Normalization.ipynb

Enjoy, leave a comment in my blog post if you have any question.