Better visual in backpropagation_explaination.md

This commit is contained in:
julienChemillier 2023-02-08 18:00:41 +01:00
parent 26c9fe7c96
commit 00ae08891d

View File

@ -54,5 +54,4 @@ $\forall i,j: \space b_{i j} = \dfrac{a_{2i \space 2j} + a_{2i+1 \space 2j} + a_
> Derivatives: > Derivatives:
$\forall i,j: \space \dfrac{\partial E}{\partial a_{i \space j}} = \dfrac{1}{4} \dfrac{\partial E}{\partial b_{k \space l}} $ $\forall i,j: \space \dfrac{\partial E}{\partial a_{i \space j}} = \dfrac{1}{4} \dfrac{\partial E}{\partial b_{k \space l}} $
where k = i//2 and l = j//2 where $k = \Big\lfloor \dfrac{i}{2} \Big\rfloor$ and $l = \Big\lfloor \dfrac{j}{2} \Big\rfloor$