omar-florez / scratch_mlp

Explaining the Math of how neural networks learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dLoss/dW2 = -(y-h2)?

mvfolino68 opened this issue · comments

Great tutorial! I love the explanation and being able to follow through with actual code.

is this a typo in the ReadMe.md table?

Function First derivative
Loss = (y-h2)^2 dLoss/dW2 = -(y-h2)

should it be?:

Function First derivative
Loss = (y-h2)^2 dLoss/dh2 = -(y-h2)