Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.61 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.61 KB

ml-refs

Useful open source references for studying ML. Quality over quantity.

Backprop Libraries

Ordered by ascending complexity.

Deep Learning

  • Complete course including The Little Book of Deep Learning by François Fleuret from University of Geneva: Deep Learning Course
  • The complete CS231n: Deep Learning for Computer Vision lecture has a great introduction to Deep Learning basics, especially backpropagation. It is run by Fei-Fei Li but Andrej Karpathy worked a lot on the material, too.

Generative Models

Hyperparameter Optimization

Reinforcement Learning

Complete course with videos by Paderborn University: Reinforcement Learning

Transformers