Computer Science, asked by anantrawat27, 8 months ago

Backpropagation calculates the ………and propagates it back to earlier layers.

Answers

Answered by kavanapoojary56
2

Answer:

Backpropagation calculates the algorithm and propagates it back to earlier layers.

Answered by 12020
0

Explanation:

Backpropagation Algorithm

Set a(1) = X; for the training examples.

Perform forward propagation and compute a(l) for the other layers (l = 2… ...

Use y and compute the delta value for the last layer δ(L) = h(x) — y.

Compute the δ(l) values backwards for each layer (described in “Math behind Backpropagation” section)

Similar questions