This ninth video in the Deep learning with Keras series demonstrates how to save a Keras model and then shows how to load and deploy the saved model.
Previous videos in this series:
- Deep learning with Keras - Part 1: Prerequisites for working with Keras
- Deep learning with Keras - Part 2: Configure Keras to use Theano backend (Linux)
- Deep learning with Keras - Part 3: Preprocess training data for Keras model
- Deep learning with Keras - Part 4: Build a single hidden layer model in Keras
- Deep learning with Keras - Part 5: Train a single hidden layer model in Keras
- Deep learning with Keras - Part 6: Create a validation set in Keras
- Deep learning with Keras - Part 7: Make predictions in Keras
- Deep learning with Keras - Part 8: Create confusion matrix for Keras model predictions