- Course
Predictive Analytics with PyTorch
This course covers the use of PyTorch to build various predictive models, using Recurrent Neural Networks, long-memory neurons in text prediction, and evaluating them using a metric known as the Mean Average Precision @ K.
- Course
Predictive Analytics with PyTorch
This course covers the use of PyTorch to build various predictive models, using Recurrent Neural Networks, long-memory neurons in text prediction, and evaluating them using a metric known as the Mean Average Precision @ K.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Data
What you'll learn
PyTorch is fast emerging as a popular choice for building deep learning models owing to its flexibility, ease-of-use and built-in support for optimized hardware such as GPUs. In this course, Predictive Analytics with PyTorch, you will see how to build predictive models for different use-cases, based on the data you have available at your disposal, and the specific nature of the prediction you are seeking to make.
First, you will start by learning how to build a linear regression model using sequential layers. Next, you will explore how to leverage recurrent neural networks (RNNs) to capture sequential relationships within text data. Then, you will apply such an RNN to the problem of generating names - a typical example of the kind of predictive model where deep learning far out-performs traditional natural language processing techniques. Finally, you will see how a recommendation system can be implemented in several different ways - relying on techniques such as content-based filtering, collaborative filtering, as well as hybrid methods.
When you are finished with this course, you will have the skills to build, evaluate, and use a wide array of predictive models in PyTorch, ranging from regression, through classification, and finally extending to recommendation systems.
Predictive Analytics with PyTorch
-
Version Check | 15s
-
Prerequisites and Course Outline | 1m 51s
-
Structural and Predictive Models | 5m 9s
-
Demo: Install and Setup Pytorch | 3m 5s
-
Demo: Preparing Data | 5m 53s
-
Demo: Building a Simple Neural Network to Perform Regression | 4m 3s
-
Demo: Exploring the Diamonds Dataset | 4m 14s
-
Demo: Preparing and Processing Data | 4m 13s
-
Demo: Building and Training a Regression Model | 5m 52s
-
Demo: Exploring and Preprocessing Data | 6m 3s
-
Demo: Defining the Neural Network and Helper Functions | 4m 59s
-
Demo: Building and Training Custom Neural Networks for Classification | 6m 23s