Deep learning neural networks are very easy to create and evaluate in Python with Keras, but you must follow a strict model life-cycle.
Let us discover the step-by-step life-cycle for creating, training and evaluating deep learning neural networks in Keras and how to make predictions with a trained model.
By the end you will know:
Below is an overview of the 5 steps in the neural network model life-cycle in Keras that we are going to look at.