Fitting a Model

Learn about model fitting on the training dataset using Keras.

The fit method

The fit step applies backpropagation on your data to update the weights. The main purpose is to show model performance on the training data as the model weights become updated. We can train or fit our model on our training data by calling the fit() method.

Get hands-on with 1200+ tech skills courses.