Skip to content

Latest commit

 

History

History
 
 

3_GettingStarted_With_Pytorch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Getting Started With Pytorch

This folder provides tutorial code for deep learning researchers to learn PyTorch.

Outline of Notebook

  • PyTorch
  • Initialising, slicing, reshaping tensors
  • Numpy and PyTorch interfacing
  • GPU support for PyTorch + Enabling GPUs on Google Colab
  • Speed comparisons, Numpy -- PyTorch -- PyTorch on GPU
  • Autodiff concepts and application
  • Writing a basic learning loop using autograd
  • Conclusion

Jump into code

Medium Blog