stared/thinking-in-tensors-writing-in-pytorch
Thinking in tensors, writing in PyTorch (a hands-on deep learning intro)
This hands-on introduction helps you understand the mathematical ideas behind deep learning by showing how they translate directly into PyTorch code. It provides explicit, minimalistic examples in Jupyter Notebooks, going from foundational math equations to practical, working PyTorch implementations. This resource is for students, researchers, or anyone seeking a deeper understanding of deep learning's mathematical underpinnings.
395 stars. No commits in the last 6 months.
Use this if you want to learn the core mathematical concepts of deep learning side-by-side with their implementation in PyTorch.
Not ideal if you're looking for a high-level, abstract introduction to deep learning or a project that doesn't involve coding.
Stars
395
Forks
43
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jan 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stared/thinking-in-tensors-writing-in-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dataflowr/notebooks
code for deep learning courses
jeffheaton/app_deep_learning
T81-558: PyTorch - Applications of Deep Neural Networks @Washington University in St. Louis
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
xl0/lovely-tensors
Tensors, for human consumption
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.