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
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 Correct Answer II → III → I → IV
After initializing the weight and biases in the course of training a neural network we follow the following sequence of steps in order to train the neural network: II. Forward propagation III. Compute the loss function I. Backward Propagation IV. Repeat the steps for n iterations till we have minimized the loss function, without overfitting the train data
মোঃ আরিফুল ইসলাম
Feb 20, 2025