patrickloeber/pytorchTutorial
A collection of PyTorch beginner tutorials covering tensors, neural networks, CNNs, and training pipelines.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
This repository contains YouTube-sourced tutorials teaching PyTorch fundamentals for deep learning. It covers essential topics including tensor operations, autograd for automatic differentiation, backpropagation, gradient descent, and standard ML models like linear and logistic regression. The tutorials also include data loading pipelines, convolutional neural networks, transfer learning, and model saving/loading with Tensorboard integration.