Learn the fundamentals of deep learning with PyTorch! This beginner friendly learning path will introduce key concepts to building machine learning models in multiple domains include speech, vision, and natural language processing.
- Basic Python knowledge
- Basic knowledge about how to use Jupyter Notebooks
- Basic understanding of machine learning
And if you are interested to know more, please check another repo Implementation for the different ML tasks on Kaggle platform with GPUs.
NOTE: There do have many bugs due to the different version of dependencies, please open new issue to discuss it.
Auto-generated from .ipynb files. Run python3 scripts/generate_readme_notebooks.py to update.
| No | Title | Open in SageMaker | Open in Kaggle | Open in Colab |
|---|---|---|---|---|
| 1 | Demo for causal head gating |
| No | Title | Open in SageMaker | Open in Kaggle | Open in Colab |
|---|---|---|---|---|
| 1 | Basic training model | |||
| 2 | Deconstruct basic pipeline | |||
| 3 | Deconstruct the stable diffusion pipline | |||
| 4 | Details for models scheduler | |||
| 5 | Effective and efficient diffusion | |||
| 6 | Generating by fp16 | |||
| 7 | Load checkpoints models schedulers | |||
| 8 | Loading different sd formats | |||
| 9 | Schedulers performance | |||
| 10 | Stable diffusion v1 5 demo | |||
| 11 | Stable diffusion with diffusers | |||
| 12 | Using safetensors |
| No | Title | Open in SageMaker | Open in Kaggle | Open in Colab |
|---|---|---|---|---|
| 1 | Qlora for ft falcon 7b | |||
| 2 | The annotated diffusion model |
| No | Title | Open in SageMaker | Open in Kaggle | Open in Colab |
|---|---|---|---|---|
| 1 | About the optimization loop | |||
| 2 | Automatic differentiation | |||
| 3 | Building the model layer | |||
| 4 | Load and run model predictions | |||
| 5 | Loading and normalizing datasets | |||
| 6 | The full model building process | |||
| 7 | What are tensors |
| No | Title | Open in SageMaker | Open in Kaggle | Open in Colab |
|---|---|---|---|---|
| 1 | Audio transforms and visualizations | |||
| 2 | Understand audio data and concepts |
| No | Title | Open in SageMaker | Open in Kaggle | Open in Colab |
|---|---|---|---|---|
| 1 | Introduction to cv with pytorch | |||
| 2 | Lightweight networks and mobileNet | |||
| 3 | Pre trained models and transfer learning | |||
| 4 | Training a simple dense neural network | |||
| 5 | Training multi layer convolutional neural network | |||
| 6 | Use a convolutional neural network |
| No | Title | Open in SageMaker | Open in Kaggle | Open in Colab |
|---|---|---|---|---|
| 1 | Capture patterns with recurrent neural networks | |||
| 2 | Generate text with recurrent networks | |||
| 3 | Represent words with embeddings | |||
| 4 | Representing text as tensors |
All the notebooks are support mps, except if the notebooks import fp16 speeding up:
Warm welcome for any contributions, please follow the contributing guidelines.
