Implementation for the fast.ai deep learning curriculum. This repository tracks my progress through the following courses:
Hands-on application of deep learning using fastai and PyTorch.
| Chapter | Notebook / Resource | Description |
|---|---|---|
| 01 | Intro to Deep Learning | Basics of the fastai library |
| Is it a bird? | Creating a model from custom data | |
| 02 | Production | Deploying models and Hugging Face Spaces |
| 03 | How a Neural Net works | Understanding the underlying math |
| Image Model Comparison | Comparing different architectures | |
| 04 | MNIST Basics | Building the "Hello World" of CV |
| NLP for Beginners | Intro to Natural Language Processing | |
| 05 | Random Forests | Tabular data and decision trees |
| Linear Model from Scratch | Re-implementing the core logic | |
| Why use a Framework? | The benefits of high-level abstractions | |
| 06 | Paddy Disease Part 1 | Large scale image classification |
| 07 | Collaborative Filtering | Recommendation systems |
| Road to the Top Part 4 | Multi-target modeling |
This section covers the math and architecture behind generative models and the latest stable diffusion techniques.
In progress...
This repository is licensed under the MIT License. See the LICENSE file for more details.