All Projects → zackchase → machine-learning-resources

zackchase / machine-learning-resources

Licence: MIT License
A (possibly/eventually annotated?) collection of resources (books, demos, lectures, etc) that I personally like for various topics in machine learning.

Machine Learning Resources

Introductory Textbooks (welcoming primers)

  • Machine Learning, Tom Mitchell—a very readable intro to ML book. Surprisingly relevant today even after 20-30 years. Starts simple with discrete data, finite hypothesis classes, inductive bias, an intuitive exposure to no free lunch. Works through decision trees, neural networks (perhaps the most dates aspect), basic statistics, a high-level exposure to PAC-learning. Scores major points as an intro text for broad scope, conversational tone, readability. [Amazon] [Free]

Boad Machine Learning Textbooks (for familiarized readers)

  • Pattern Recognition and Machine Learning, Christopher Bishop—Probably not the textbook to try to chug through when you're new to the field (will have to survive 100-200 pages before getting to your first practical model and not hands-on, but perhaps the best second textbook, for someone who already knows enough to be dangerous but wants to develop a more rigorous understanding. [Amazon] [Free]

By Topic

Basic Probability and Stats

Information Theory

Support Vector Machines

Probabilistic Graphical Models

Deep Learning

Learning Theory

Reinforcement Learning

  • Reinforcement Learning: An Introduction by Sutton and Barto—the definitive introductory text in reinforcement learning. Easy to read and few prerequisites required. Long on intuition and short on maths, a perfect first exposure to the topic. [Amazon] [Free (Draft of 2nd Ed.)]
  • David Silver's UCL RL Course Lectures—Starts at the very beginning. What is reinforcement learning? How does it fit with other related disciplines. Walks through basics of Markov processes (MPs), Markov Reward Processes (MRPs), Markov Decision Processes (MDPs). Introduces basics of policy evaluation and improvement in tabular case: value iteration, policy iteration, TD learning, MC rollouts, Q-learning, SARSA. Then goes into function approximation and the familiar modern tools of DQNs, policy gradient, actor critic, etc. Worderfully delivered.

Possible organization(?):

Within each topic, sub bullet by type of resource / flag types for (i) books, (ii) lecture notes, (iii) videos, (iv) code, (v)blogposts, (vi) foundational/historical papers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].