zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
This handbook guides you through using PyTorch for deep learning development and research. It provides step-by-step tutorials, starting from environment setup and basic concepts like tensors and neural networks, and progresses to practical applications such as image classification and time series prediction. This resource is for students, researchers, or anyone looking to quickly learn and apply PyTorch in their deep learning projects.
21,580 stars. No commits in the last 6 months.
Use this if you are new to PyTorch and deep learning, and need a comprehensive, tested guide to get started with practical examples.
Not ideal if you are an experienced deep learning practitioner looking for advanced, cutting-edge research topics or highly specialized PyTorch functionalities.
Stars
21,580
Forks
5,435
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/zergtant/pytorch-handbook"
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.