PyTorch Crash Course - Getting Started with Deep Learning

Learn how to get started with PyTorch in this Crash Course. It teaches you all important concepts about this Deep Learning framework. → Colab file

https://www.youtube.com/watch?v=OIenNRt2bjg

Introduction to PyTorch

PyTorch is one of the most popular tools for making Neural Networks. This StatQuest walks you through a simple example of how to use PyTorch one step at a time. By the end of this StatQuest, you'll know how to create a new neural network from scratch, make predictions and graph the output, and optimize a parameter using backpropagation. BAM!!!

https://youtu.be/FHdlXe1bSe4

Introduction to Coding Neural Networks with PyTorch and Lightning Studio

Lightning

Although we've seen how to code a simple neural network with PyTorch, we can make our lives a lot easier if we add Lightning to the mix. It makes writing the code easier, makes it portable to different computing environments and can even find the learning rate for us! TRIPLE BAM!!!!

https://youtu.be/khMzi6xPbuM