Skip to content

lukasnxyz/learn-ml

Repository files navigation

learn-ml

This is a basic learning plan I'm working on to get myself up to speed on the basics of machine learning and understanding the fields ML, DL and other related topics for becoming an ML/Software Engineer. This guide will be a work in progress as I am learning along side finding the proper resources to learn from.

Other tips and motivation

Self study is very difficult so having a set plan like one would have in a school system will help a lot. Here you can find a good guide on machine learning for software developers. It goes more for the top down approach of learning instead of bottom up, but an interesting read nonetheless. An interesting article on how to learn on your own Know what MNIST is.

Bottom up method

You can jump around within each step. I would advise to just skim the Stanford lectures if you understand how the previous topics work from implementing them.

  1. DSA
  2. Fundamental ML algorithms from scratch
  3. Learn basics of pytorch (or any other popular ML library)
  4. Projects:
    • Random algo implement from scratch with math notes
    • MNIST classifier (using pytorch)
  5. Multilayer Perceptron/Feed Forward neural network
  6. Karpathy Zero-To-Hero Series
  7. Andrew Ng - The Deep Learning Specialization
    • Neural Network and Deep Learning
    • Improving Deep Neural Networks
    • Structuring Machine Learning Projects
    • Convolutional Neural Networks
    • Sequence Models
  8. Stanford CS230 Deep Learning

Other notes and useful links

Download the datasets I've used in this repo

About

self-studying machine and deep learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published