Learn Before
Relation
The learning circle of the neural network
(1) initialize parameters (2) Implement the forward propagation to get the prediction (3) compute the loss (4) Implement the backward propagation to compute the derivatives of the parameters (5) update the parameters (6) repeat steps (2) to (5) to reduce the cost.
1
2
Updated 2020-11-26
Tags
Data Science