Concept

Stages of Feed Forward Neural Network Learning

A Feed forward neural network model training occurs in six stages:

  • Iterate until convergence
    • Initialization
    • Forward propagation
    • Error function (Objective function)
    • Backpropagation
    • Weight update

At the end of this process, the model is ready to make predictions for unknown input data. New data can be fed to the model, a forward pass is performed, and the model generates its prediction.

Image 0

0

2

Updated 2021-11-19

Tags

Data Science