buomsoo-kim/PyTorch-learners-tutorial
PyTorch tutorial for learners
This is a collection of interactive tutorials for learning the fundamentals of PyTorch, a popular machine learning framework. You'll go from understanding basic data structures (tensors) to building and training advanced deep learning models for tasks like image classification and sentiment analysis. This resource is for anyone looking to understand how to implement deep learning projects using PyTorch.
122 stars. No commits in the last 6 months.
Use this if you are a beginner interested in learning how to build deep learning models from scratch using PyTorch.
Not ideal if you are looking for advanced PyTorch optimizations or a high-level API to quickly deploy existing models.
Stars
122
Forks
37
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 10, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/buomsoo-kim/PyTorch-learners-tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mrdbourke/pytorch-deep-learning
Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
xl0/lovely-tensors
Tensors, for human consumption
stared/livelossplot
Live training loss plot in Jupyter Notebook for Keras, PyTorch and others
dataflowr/notebooks
code for deep learning courses
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"