Recent Posts

Vectorized Backprop: Coding it up

16 minute read

In a previous post, I walked through the maths of back-propagation (“backprop”). Here I will go through the implementation in Python (heavily based on Andrew...