Skip to content

xpengineer/pytorchTutorial_patrickloeber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked below to prevent it from being deleted

https://github.com/patrickloeber/pytorchTutorial

PyTorch Beginner Tutorials from my YouTube channel.

Watch the Playlist

Alt text

  1. Installation
  2. Tensor Basics
  3. Autograd
  4. Backpropagation
  5. Gradient Descent With Autograd and Backpropagation
  6. Training Pipeline: Model, Loss, and Optimizer
  7. Linear Regression
  8. Logistic Regression
  9. Dataset and DataLoader
  10. Dataset Transforms
  11. Softmax And Cross Entropy
  12. Activation Functions
  13. Feed-Forward Neural Net
  14. Convolutional Neural Net (CNN)
  15. Transfer Learning
  16. Tensorboard
  17. Save and Load Models