
This video provides an overview of the entire course.
Get introduced to PyTorch.
Have your PyTorch based Linux and Windows environments ready.
Get your GPU based system CUDA enabled.
Familiarize yourself with Tensors and Variables.
Familiarize yourself with the bridge between PyTorch and NumPy.
Execute computation on GPU.
Access datasets in PyTorch.
Get introduced to Deep Learning and know the PyTorch based projects we are going to execute in this course.
Learn how to build a simple neural network in PyTorch.
Know about concepts like nodes, edges, weights and biases in a neuron
Understand the role of activation functions
Create a 3-layer neural network in PyTorch
Learn about the role of loss functions.
Learn about optimizers.
Learn how to train a model.
Learn how to save models to disk and read them back.
Learn how to train your model on a GPU.
Get motivated towards the subject.
Understand Convolutional Neural Networks.
Know how to load the MNIST dataset.
Learn some essential concepts around the convolution layers and the convolution operations.
Learn how to load the MNIST
Learn how to build CNN models
See how to train the model and test it
Get motivated towards the subject.
Understand the way text is represented in neural networks.
Understand the neural network architecture to process sequential data.
Create a model to generate Shakespeare like text.
See how to train the model and test it.
Get motivated towards the subject.
Understand the technical details behind Autoencoders.
Learn about the most used Autoencoder variants.
Learn how to code an Autoencoder in PyTorch.
Learn how to train and use an Autoencoder.
Get motivated towards the subject.
Understand the key concepts in reinforcement learning.
Understand the Deep Q-Network algorithm and how to better train it.
Get introduced to the OpenAI gym environment.
Build a reinforcement learning agent
Train and test run the agent.
This video course will get you up-and-running with one of the most cutting-edge deep learning libraries: PyTorch. Written in Python, PyTorch is grabbing the attention of all data science professionals due to its ease of use over other libraries and its use of dynamic computation graphs.
In this course, you will learn how to accomplish useful tasks using Convolutional Neural Networks to process spatial data such as images and using Recurrent Neural Networks to process sequential data such as texts. You will explore how you can make use of unlabeled data using Auto Encoders. You will also be training a neural network to learn how to balance a pole all by itself, using Reinforcement Learning. Throughout this journey, you will implement various mechanisms of the PyTorch framework to do these tasks.
By the end of the video course, you will have developed a good understanding of, and feeling for, the algorithms and techniques used. You'll have a good knowledge of how PyTorch works and how you can use it in to solve your daily machine learning problems.
This course uses Python 3.6, and PyTorch 0.3, while not the latest version available, it provides relevant and informative content for legacy users of Python, and PyTorch.
About the Author
Anand Saha is a software professional with 15 years' experience in developing enterprise products and services. Back in 2007, he worked with machine learning to predict call patterns at TATA Communications. At Symantec and Veritas, he worked on various features of an enterprise backup product used by Fortune 500 companies. Along the way he nurtured his interests in Deep Learning by attending Coursera and Udacity MOOCs.
He is passionate about Deep Learning and its applications; so much so that he quit Veritas at the beginning of 2017 to focus full time on Deep Learning practices. Anand built pipelines to detect and count endangered species from aerial images, trained a robotic arm to pick and place objects, and implemented NIPS papers. His interests lie in computer vision and model optimization.