Model Execution
Learn how to train, evaluate, and make predictions with a Keras model.
We'll cover the following...
Chapter Goals:
- Understand the facets of model execution for Keras models
A. Training
After configuring a Keras model for training, it only takes a single line of code to actually perform the training. We use the Sequential
model's fit
function to train the model on input data and labels.
The first two arguments of the fit
...
Access this course and 1400+ top-rated courses and projects.