This is a project with supporting code for Machine Learning course based on MIT 6.036 course and Microsoft ML for beginners course.
- MIT 6.036 ML Course: https://openlearninglibrary.mit.edu/courses/course-v1:MITx+6.036+1T2019/course/
- Microsoft ML for Beginners Course: https://github.com/microsoft/ML-For-Beginners
- Introduction to Machine Learning Teach by Doing: https://lnkd.in/gqN2PMX5
- What is Machine Learning? History of Machine Learning: https://lnkd.in/gvpNSAKh
- Types of ML Models: https://lnkd.in/gSy2mChM
- 6 steps of any ML project: https://lnkd.in/ggCGchPQ
- Install Python and VSCode and run your first code: https://lnkd.in/gyic7J7b
- Linear Classifiers Part 1: https://lnkd.in/gYdfD97D
- Linear Classifiers Part 2: https://lnkd.in/gac_z-G8
- Jupyter Notebook, Numpy and Scikit-Learn: https://lnkd.in/gWRaC_tB
- Running the Random Linear Classifier Algorithm in Python: https://lnkd.in/g5HacbFC
- The oldest ML model - Perceptron: https://lnkd.in/gpce6uFt
- Coding the Perceptron: https://lnkd.in/gmz-XjNK
- Perceptron Convergence Theorem: https://lnkd.in/gmz-XjNK
- Magic of features in Machine Learning: https://lnkd.in/gCeDRb3g
- One hot encoding: https://lnkd.in/g3WfRQGQ
- Logistic Regression Part 1: https://lnkd.in/gTgZAAZn
- Cross Entropy Loss: https://lnkd.in/g3Ywg_2p
- How gradient descent works: https://lnkd.in/gKBAsazF
- Logistic Regression from scratch in Python: https://lnkd.in/g8iZh27P
- Introduction to Regularization: https://lnkd.in/gjM9pVw2
- Implementing Regularization in Python: https://lnkd.in/gRnSK4v4
- Linear Regression Introduction: https://lnkd.in/gPYtSPJ9
- Ordinary Least Squares step by step implementation: https://lnkd.in/gnWQdgNy
- Ridge regression fundamentals and intuition: https://lnkd.in/gE5M-CSM
- Regression recap for interviews: https://lnkd.in/gNBWzzWv
- Neural network architecture in 30 minutes: https://lnkd.in/g7qSrkxG
- Backpropagation intuition: https://lnkd.in/gAmBARHm
- Neural network activation functions: https://lnkd.in/gqrC3zDP
- Momentum in gradient descent: https://lnkd.in/g3M4qhbP
- Hands on neural network training in Python: https://lnkd.in/gz-fTBxs