mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-08-21 11:19:49 +08:00
Tutorials about machine learning
This folder contains tutorials about different learning models and algorithms used.
References
Prerequisites: some tutorials require the student to be familiar with multivariate calculus, linear algebra, probability and statistics, information theory, and other mathematical fields.
Here are references/tutorials that I have watched/read, with their corresponding level:
- "Machine Learning", by Prof. Andrew Ng. (Easy + practical)
- "CS188: Introduction to Artificial Intelligence", (Easy + theoretical/practical)
- "Learning from Data" Yaser (Medium + theoritical)
- "Machine Learning", by Prof. Nado de Freitas, 2013 (Medium + theoretical)
- "Deep Learning" (www.deeplearningbook.org), Goodfellow et al., 2016 (Easy)
- "Gaussian Processes for Machine Learning", Rasmussen and Williams, 2006 (Medium)
- "Pattern Recognition and Machine Learning", Bishop, 2006 (Hard)
- "Deep Learning for Computer Vision" (Easy)
- "Deep Learning for NLP" (Medium)
- "Reinforcement Learning" (http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html), Silver, UC London, 2015 (Medium)
- "An Introduction to Reinforcement Learning", Sutton and Barto, 2018 (Medium)
- "Deep Reinforcement Learning", (Medium/Hard)
Are there other stuffs to learn? Yes, probabilistic graphical models, variational inference, information geometry, etc.