When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

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.

     
  • 4
  •  |
  • Reviews ( 10 )
Free
Predictive Analytics with PyTorch

This Course Includes

  • iconpluralsight
  • icon4 (10 reviews )
  • icon2 hour 31 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Predictive Analytics with PyTorch

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.

What You Will Learn?

  • Course Overview : 1min.
  • Implementing Predictive Analytics with Numeric Data : 52mins.
  • Implementing Predictive Analytics with Text Data : 38mins.
  • Implementing Predictive Analytics with User Preference Data : 59mins.