|
| 1 | +# ML courses |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +::::{grid} 3 |
| 6 | +:class-container: text-center |
| 7 | +:gutter: 3 |
| 8 | + |
| 9 | + |
| 10 | +:::{grid-item-card} |
| 11 | +:link: https://www.tomasbeuzen.com/deep-learning-with-pytorch/README.html |
| 12 | +{octicon}`book;1em;caption-text` **Deep Learning with PyTorch** |
| 13 | +^^^ |
| 14 | +```{image} https://www.tomasbeuzen.com/deep-learning-with-pytorch/_images/logo.png |
| 15 | +:height: 100px |
| 16 | +``` |
| 17 | + |
| 18 | +Optimization algorithms, neural networks for regression and classification tasks, convolutional neural networks for image classification, transfer learning, and even generative adversarial networks (GANs) |
| 19 | + |
| 20 | ++++ |
| 21 | +[Check this Course Book »](https://www.tomasbeuzen.com/deep-learning-with-pytorch/README.html) |
| 22 | +::: |
| 23 | + |
| 24 | +:::{grid-item-card} |
| 25 | +{octicon}`book;1em;caption-text` **Learn PyTorch for Deep Learning: Zero to Mastery book** |
| 26 | +^^^ |
| 27 | +```{image} https://raw.githubusercontent.com/mrdbourke/pytorch-deep-learning/main/images/misc-pytorch-course-launch-cover-white-text-black-background.jpg |
| 28 | +:height: 100px |
| 29 | +``` |
| 30 | + |
| 31 | +Online book version of the Learn PyTorch for Deep Learning: Zero to Mastery course. With also a |
| 32 | +[A Quick PyTorch 2.0 Tutorial](https://www.learnpytorch.io/pytorch_2_intro/) |
| 33 | + |
| 34 | ++++ |
| 35 | +[Check this book »](https://www.learnpytorch.io/) |
| 36 | +::: |
| 37 | + |
| 38 | +:::{grid-item-card} |
| 39 | +:link: https://course.fast.ai/ |
| 40 | +{octicon}`book;1em;caption-text` **Practical Deep Learning** |
| 41 | +^^^ |
| 42 | +```{image} https://course.fast.ai/images/imagine.png |
| 43 | +:height: 100px |
| 44 | +``` |
| 45 | +A course designed for people with some coding experience, who want to learn how to apply deep learning and machine learning to practical problems. |
| 46 | + |
| 47 | ++++ |
| 48 | +[Check this course »](https://course.fast.ai/) |
| 49 | +::: |
| 50 | + |
| 51 | +:::: |
| 52 | + |
| 53 | +% another row |
| 54 | + |
| 55 | +::::{grid} 3 |
| 56 | +:class-container: text-center |
| 57 | +:gutter: 3 |
| 58 | + |
| 59 | + |
| 60 | +:::{grid-item-card} |
| 61 | +:link: https://mlc.ai/index.html |
| 62 | +{octicon}`book;1em;caption-text` **Machine Learning Compilation** |
| 63 | +^^^ |
| 64 | +```{image} https://mlc.ai/_static/mlc-logo-with-text-landscape.svg |
| 65 | +:height: 100px |
| 66 | +``` |
| 67 | +Learn the key abstractions to represent machine learning programs, automatic optimization techniques, and approaches to optimize dependency, memory, and performance in end-to-end machine learning deployment. |
| 68 | + |
| 69 | +*Advanced course* |
| 70 | ++++ |
| 71 | +[Check this course »](https://mlc.ai/index.html) |
| 72 | +::: |
| 73 | + |
| 74 | +:::: |
0 commit comments