Skip to content

This is the code for "PyTorch in 5 Minutes" by Siraj Raval on Youtube

Notifications You must be signed in to change notification settings

BenJamesbabala/pytorch_in_5_minutes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pytorch_in_5_minutes

This is the code for "PyTorch in 5 Minutes" by Siraj Raval on Youtube

Overview

This is the code for this video on Youtube by Siraj Raval. It's meant to be a demonstration of PyTorch's key features (dynamic computation graphs and imperative programming). This script builds a simple 2 layer neural net that learns the mapping between randomly generated input and output data.

Dependencies

  • pytorch (Install it using the instructions here)

Usage

Run python demo.py in terminal to see the results

Credits

Credits go to jcohnson. I've merely created a wrapper to get people started.

About

This is the code for "PyTorch in 5 Minutes" by Siraj Raval on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%