Guided Backpropagation
Sources:
- Deconvolution 2013 paper
- Guided Backpropagation 2015 paperhttps://arxiv.org/abs/1412.6806)
Code: Jax Feature Attribution Methods
Sources:
Code: Jax Feature Attribution Methods
Sources:
Code: Jax Feature Attribution Methods
Sources:
![]()
->Image source
The note is an over-simplified brief about manifold learning in AI.
Source:
Most of the figures in this article are sourced from Yubei Chen's course, EEC289A, at UC Davis.
Source:
Most of the figures in this article are sourced from Yubei Chen's course, EEC289A, at UC Davis.
TL;DR: In a convolution layer, \[ \text { Output size }=\left\lfloor\frac{\text { Input size }+2 \times \text { Padding }- \text { Kernel size }}{\text { Stride }}\right\rfloor+1 \]
Sources: