Skip to content

Instantly share code, notes, and snippets.

@metacritical
Last active February 8, 2025 17:33
Show Gist options
  • Save metacritical/1f391e15ba4d896bd952b3ed03069a03 to your computer and use it in GitHub Desktop.
Save metacritical/1f391e15ba4d896bd952b3ed03069a03 to your computer and use it in GitHub Desktop.
Machine Learning Crash Path with Resources

Machine Learning Learning Path with Resources

Essential Books

  1. "Deep Learning" by Ian Goodfellow, Yoshua Bengio, and Aaron Courville
  2. "Build a Large Language Model from Scratch" - Bestseller on implementing LLMs

Foundational Level

Mathematics & Statistics

  • Linear Algebra Fundamentals

  • Statistics & Probability

    • Course: StatQuest with Josh Starmer
    • Resource: Khan Academy Statistics & Probability
    • Topics: Distributions, hypothesis testing, confidence intervals

Programming & Tools

Intermediate Level

Machine Learning Foundations

Deep Learning Fundamentals

Advanced Level

Modern Deep Learning

Large Language Models

Training & Fine-tuning

Expert Level

Reasoning & Planning

Latest Research Areas

Additional Resources

Comprehensive Resource Collections

Practice Platforms

Survey Papers

Benchmarks

Note:

  1. Replace "[ ]" with "[x]" to mark topics as completed
  2. Follow the order as concepts build upon each other
  3. Practice with real projects alongside theoretical learning
  4. Join AI communities (Discord servers, Reddit r/MachineLearning, Twitter AI community)
  5. Keep up with latest developments through ML paper reading groups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment