Keras

Install Keras on Windows (Anaconda)
pip install keras

src code at D:\machine_learn\keras-master


Using tensorflow backend

mnist_cnn.py

How to save a model?
https://keras.io/getting-started/faq/#how-can-i-save-a-keras-model


Comments