Recent Posts

The Dance of Forward Pass and Backprop

5 minute read

In order to implement a neural network, a solid understanding of Linear Algebra is needed for the forward pass, whereas vector calculus is needed for backpro...