Kaixhin/grokking-pytorch
A guide/tutorial explaining how to think about and use the PyTorch deep learning framework.

Velocity · 7d
+0.4
★ / day
Trend
→steady
star history
This repository contains educational notes on using PyTorch, a flexible deep learning framework that supports automatic differentiation through dynamic neural networks. The guide covers topics like GPU acceleration, distributed training, and neural network concepts including computation graphs. It is presented as a follow-up to the official PyTorch beginner tutorials.