Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Deep Learning with PyTorch
Rating: 4.1 out of 5(63 ratings)
335 students

Deep Learning with PyTorch

Build useful and effective deep learning models with the PyTorch Deep Learning framework
Last updated 5/2018
English

What you'll learn

  • Understand PyTorch and Deep Learning concepts
  • Build your neural network using Deep Learning techniques in PyTorch.
  • Perform basic operations on your dataset using tensors and variables
  • Build artificial neural networks in Python with GPU acceleration
  • See how CNN works in PyTorch with a simple computer vision example
  • Train your RNN model from scratch for text generation
  • Use Auto Encoders in PyTorch to remove noise from images
  • Perform reinforcement learning to solve OpenAI's Cartpole task
  • Extend your knowledge of Deep Learning by using PyTorch to solve your own machine learning problems

Course content

6 sections38 lectures4h 42m total length
  • The Course Overview6:29

    This video provides an overview of the entire course.

  • Introduction to PyTorch6:18

    Get introduced to PyTorch.

    • Develop a mental model of the PyTorch Deep Learning framework
    • Understand the salient features of PyTorch
  • Installing PyTorch on Linux and Windows10:41

    Have your PyTorch based Linux and Windows environments ready.

    • Download the required software packages.
    • Setup the PyTorch based Linux environment.
    • Setup the PyTorch based Windows environment.
  • Installing CUDA4:41

    Get your GPU based system CUDA enabled.

    • Know about CUDA
    • Download the required software
    • Install and test
  • Introduction to Tensors and Variables16:17

    Familiarize yourself with Tensors and Variables.

    • Understand the role of a Tensor
    • Know what Variables are
    • Run PyTorch code to see them in action
  • Working with PyTorch and NumPy2:38

    Familiarize yourself with the bridge between PyTorch and NumPy.

    • Understand the connection between PyTorch and NumPy
    • Run PyTorch code to see it in action
  • Working with PyTorch and GPU3:07

    Execute computation on GPU.

    • Understand the PyTorch GPU model
    • See how data can be moved from CPU to GPU and back
    • Run PyTorch code to see it in action
  • Handling Datasets in PyTorch8:29

    Access datasets in PyTorch.

    • Understand concepts like Dataset, Epoch, Batch, and Iteration
    • See how popular datasets can be accessed using TorchVision
    • Run PyTorch code to see it in action
  • Deep Learning Using PyTorch8:17

    Get introduced to Deep Learning and know the PyTorch based projects we are going to execute in this course.

    • Understand the relation between Deep Learning and Machine Learning
    • Explore some use cases solved by Computer Vision and NLP
    • Get to know the topics and projects covered in rest of the course.

Requirements

  • Python programming knowledge and minimal math skills (matrix/vector manipulation, simple probabilities) is assumed.

Description

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.

Who this course is for:

  • This course is for Python programmers who have some knowledge of machine learning and want to build Deep Learning systems with PyTorch.