Arrange The Following Steps In Sequence Used In The Course Of #519
Arrange the following steps in sequence used in the course of training a neural network after initializing weight and biases.<br /> I. Backward propagation<br /> II. Forward propagation<br /> III. Compute the loss function<br /> IV. Repeat the steps for n iterations till we have minimized the loss function, without overfitting the train data
This multiple choice question (MCQ) is related to the book/course gs gs127 SQLite. It can also be found in gs gs127 Neural Networks in Machine Learning - Random Initialization - Quiz No.1.
Arrange the following steps in sequence used in the course of training a neural network after initializing weight and biases.
I. Backward propagation
II. Forward propagation
III. Compute the loss function
IV. Repeat the steps for n iterations till we have minimized the loss function, without overfitting the train data
I. Backward propagation
II. Forward propagation
III. Compute the loss function
IV. Repeat the steps for n iterations till we have minimized the loss function, without overfitting the train data
I → II → III → IV
II → III → I → IV
III → II → I → IV
II → I → III → IV