Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.35 KB

README.md

File metadata and controls

57 lines (40 loc) · 2.35 KB

Understanding Machine Learning

Self Study Summer Projects

Source Material

Based on the video by Aleph 0 on ML self-study

M1 MIAGE IDA course work

Cheatsheet

http://ml-cheatsheet.readthedocs.io/

Book Recommendations

  • Grokking Deep Learning
  • The 100-page Machine Learning Handbook by Andriy Burkov
  • Deep Learning with PyTorch by Laura Mitchell, Sri Yogesh K, and Vishnu Subramanian

Topics and Resources

French Alternative: AiForYou

1a. Feed-Forward Neural Networks

  • Chapter 1 of Book by Michael Nielsen: Neural Networks and Deep Learning
  • Grokking Deep Learning (Chapters 2, 3)
  • The 100-page Machine Learning Handbook (Chapters 3.1, 3.2, Chapter 6)

1b. Gradient Descent / Backpropagation

2. Convolutional Neural Networks

3. Recurrent Neural Networks

4. Autoencoders

5. Reinforcement Learning

  • Deep Learning with PyTorch (Chapter 9)

6. Attention