Deep learning with Keras - Part 6: Create a validation set in Keras
This sixth video in the Deep learning with Keras series demonstrates what a validation set is, why it’s useful, and how to create a validation set in Keras.
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