nmhkahn/pytorch-exercise
Practical Exercise Codes for PyTorch
This project offers practical coding exercises for those learning PyTorch, a machine learning framework. It helps you practice building various deep learning models, taking in different datasets like images and text, and outputting trained models for tasks such as image classification, text generation, and style transfer. This is for developers or data scientists who are already familiar with PyTorch basics and want hands-on coding practice.
272 stars. No commits in the last 6 months.
Use this if you are a developer or data scientist who understands PyTorch fundamentals and wants to solidify your knowledge through practical coding examples across various deep learning applications.
Not ideal if you are a complete beginner to PyTorch or deep learning, as this project assumes prior basic tutorial completion and focuses on exercises rather than foundational teaching.
Stars
272
Forks
51
Language
Jupyter Notebook
License
—
Category
Last pushed
May 09, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nmhkahn/pytorch-exercise"
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.