Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
/ ml-notes Public archive

My machine learning notes and algorithm implementations

License

Notifications You must be signed in to change notification settings

danong/ml-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Notes

Build Status

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.

Download

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.

Credits

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.

Other People's Notes