This is a work in progress
This is my personal notes from all 5 courses of the Deep Learning specialization on Coursera by deeplearning.ai. The notes also include details from Andrew Ng's original Machine Learning Coursera course. The primary motivations for creating this document are to create a useful reference for myself and to solidify my understanding of concepts and algorithms. Chapters and sections generally correspond to courses and weeks in the deeplearning.ai Coursera sequence.
The latest rendered PDF can be found in the latest release. I've configured Travis to only release the rendered PDF on tagged commits so the latest release may be out of date. If you want the absolute latest version, you can pull this repo and render the notes yourself.
These notes are written in Latex and automatically rendered by Travis CI using rekka's docker image for tectonic. The latex template and commands are modified versions of David Abel's notes template. Python highlighting by Olivier Verdier.