GuidoManni/DeepLearningImplementation
This repository contains implementations of prominent computer vision deep learning architectures. The focus is on simplifying these architectures while relying solely on the PyTorch library. The goal is to provide accessible and streamlined versions of key models in the field.
This project provides straightforward, understandable versions of key deep learning models used for computer vision tasks like recognizing objects in images, segmenting images, or generating new images. It takes in standard image data and produces trained models that can perform these specific visual analysis or generation tasks. It's designed for machine learning researchers, students, and practitioners who want to learn how these complex models work without getting lost in overly optimized code.
Use this if you are a machine learning professional or student who wants to understand and experiment with the core mechanics of established computer vision deep learning architectures.
Not ideal if you need highly optimized, production-ready code for deploying large-scale computer vision applications or if you are not comfortable working with PyTorch.
Stars
13
Forks
—
Language
Python
License
MIT
Category
Last pushed
Nov 21, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/GuidoManni/DeepLearningImplementation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MaximeVandegar/Papers-in-100-Lines-of-Code
Implementation of papers in 100 lines of code.
kk7nc/RMDL
RMDL: Random Multimodel Deep Learning for Classification
OML-Team/open-metric-learning
Metric learning and retrieval pipelines, models and zoo.
miguelvr/dropblock
Implementation of DropBlock: A regularization method for convolutional networks in PyTorch.
PaddlePaddle/models
Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models...