mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 15:16:26 +01:00
Better visual in backpropagation_explaination.md
This commit is contained in:
parent
26c9fe7c96
commit
00ae08891d
@ -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$
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user