All the @madewithml machine learning fundamentals & MLOps lessons are released!
- ๐ Project-based
- ๐ป Intuition & application (code)
- ๐ 26K+ GitHub โญ๏ธ
- โค๏ธ 30K+ community
- โ
47 lessons, 100% open-source
https://t.co/XIhD3wl1DA
๐งต Thread on details & lesson highlights ๐
Who is this course for?
- ๐ป Software engineers / Data scientists looking to learn how to responsibly create ML systems.
- ๐ College grads looking to learn the practical skills they'll need for the industry.
- ๐ Product Managers who want to develop a technical foundation.
We start with lessons on the fundamentals of ML through intuitive explanations, clean code and visualizations.
๐ Foundations
- Python (variables, functions, classes, decorators)
- NumPy (numerical analysis)
- Pandas (data analysis)
- PyTorch (operations, gradients)
Then we dive into implementing basic ML algorithms 1โฃ from scratch then 2โฃ in PyTorch. Starting from simple models โ complex models.
๐ Modeling
- Linear Regression
- Logistic Regression
- Neural Networks
- Data Quality (โ ๏ธ very important)
- Utilities (for loading and training)
We wrap up the fundamentals by implementing deep learning algorithms in PyTorch.
๐ค Deep Learning
- CNNs
- Embeddings
- RNNs
- Transformers
๐ก We motivate the need for specific architectures and additional complexity as we implement each method.