fabioperez/pytorch-examples
Tutorials, examples, and projects implemented with PyTorch
This collection provides practical examples and tutorials for building machine learning models specifically for image-related tasks. It shows how to prepare image datasets, apply techniques like data augmentation to improve model performance, and create models for classifying or segmenting images. This is for machine learning practitioners, researchers, and students who want to build and experiment with computer vision models.
No commits in the last 6 months.
Use this if you are developing or learning about computer vision applications and need concrete PyTorch implementations for tasks like image classification and segmentation.
Not ideal if you are looking for examples in natural language processing, tabular data analysis, or other non-image-based machine learning domains.
Stars
77
Forks
13
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 10, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/fabioperez/pytorch-examples"
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"