Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 705 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 705 Bytes

PyTorch Tutorials

  1. [Deep Learning with PyTorch: a 60-minute blitz](Deep Learning with PyTorch.ipynb)
    • A perfect introduction to PyTorch's torch, autograd, nn and optim APIs
    • If you are a former Torch user, you can check out this instead: [Introduction to PyTorch for former Torchies](Introduction to PyTorch for former Torchies.ipynb)
  2. Custom C extensions
  3. [Writing your own neural network module that uses numpy and scipy](Creating extensions using numpy and scipy.ipynb)
  4. [Reinforcement (Q-)Learning with PyTorch](Reinforcement (Q-)Learning with PyTorch.ipynb)