Learn Before
Concept icon
Concept

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.

0

0

Concept icon
Updated 2021-10-16

Tags

Data Science

Related