Skip to content
Snippets Groups Projects
Commit 51f1aede authored by Duperret Loris's avatar Duperret Loris
Browse files

Update README.md

parent 56228b16
No related branches found
No related tags found
1 merge request!3Master
...@@ -2,7 +2,7 @@ Artificial Neural Network ...@@ -2,7 +2,7 @@ Artificial Neural Network
Règles de la chaine pour le calcul du gradient : Règles de la chaine pour le calcul du gradient :
2. ∂C/∂A(2) = 2/Nout * (A(2) - Y) 2. ∂C/∂A(2) = 2 * (A(2) - Y) / Nout
3. ∂C/∂Z(2) = ∂C/∂A(2) * ∂A(2)/∂Z(2) 3. ∂C/∂Z(2) = ∂C/∂A(2) * ∂A(2)/∂Z(2)
∂C/∂Z(2) = ∂C/∂A(2) * σ'(Z(2)) ∂C/∂Z(2) = ∂C/∂A(2) * σ'(Z(2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment