vinhkhuc/PyTorch-Mini-Tutorials
Minimal tutorials for PyTorch
This project provides simplified, step-by-step guides for building various machine learning models using PyTorch. It helps those new to deep learning understand how to construct and train models from basic linear regression to more complex neural networks and LSTMs. Aspiring machine learning engineers, data scientists, and researchers can use this to grasp the foundational concepts of modern AI model development.
329 stars. No commits in the last 6 months.
Use this if you are learning PyTorch and need clear, minimal examples to understand how to implement different types of machine learning models.
Not ideal if you are looking for advanced, production-ready code or a comprehensive theoretical deep dive into PyTorch's architecture.
Stars
329
Forks
83
Language
Python
License
—
Category
Last pushed
Sep 16, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vinhkhuc/PyTorch-Mini-Tutorials"
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"