Deep Learning with PyTorch – Zero to GANs, Learn PyTorch from the very basics to advanced models like Generative Adverserial Networks and Image Captioning.
“PyTorch: Zero to GANs” is an online course and series of tutorials on building deep learning models with PyTorch, an open-source neural networks library. Here are the concepts covered in this course:
- PyTorch Basics: Tensors & Gradients
- Linear Regression & Gradient Descent
- Classification using Logistic Regression
- Feedforward Neural Networks & Training on GPUs (this post)
- Coming soon… (CNNs, RNNs, transfer learning, GANs, etc.)
This course will be updated on a weekly basis with new material.