Daniel Sabinasz

Deep Learning From Scratch: Theory and Implementation

Tutorial · 25 Aug 2017

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.