DEV Community

Cover image for PyTorch Tutorial - Deep Learning Using PyTorch
Angular Developer
Angular Developer

Posted on

PyTorch Tutorial - Deep Learning Using PyTorch

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)

What you'll learn

  • A coding-focused introduction to Deep Learning using PyTorch, starting from the very basics and going all the way up to advanced topics like Generative Adverserial Networks

Top comments (0)