Deep Learning From Scratch: Theory and Implementation
This is a multi-part series of tutorials, in which we develop the mathematical and algorithmic underpinnings of deep neural networks from scratch and implement our own neural network library in Python, mimicking the TensorFlow API.
Start with the first part: I: Computational Graphs.