Great Posts
- An intro to neural nets (builds up from small pieces): http://neuralnetworksanddeeplearning.com/chap1.html
- Deep-dive on gradient descent algorithms (the first section is most important, the visualizations later on are nice): https://www.ruder.io/optimizing-gradient-descent/
- Overview of backpropagation: https://colah.github.io/posts/2015-08-Backprop/
Blogs
- https://lilianweng.github.io/
- https://dennybritz.com/
- https://ruder.io/
- https://timdettmers.com/
- https://colah.github.io/
- https://karpathy.github.io
- https://distill.pub
More posts
Books
The following books are all available online for free:
- Probabilistic Machine Learning: An introduction by Kevin Murphy: https://probml.github.io/pml-book/book1.html
- Deep Learning by Ian Goodfellow and others: https://www.deeplearningbook.org/ or the pdf version
- Mathematics for Machine Learning by Marc Deisenroth and others: https://mml-book.github.io/, pdf version
Videos
We are constantly adding to this list, so if you have any suggestions, please let us know!