MaximeVandegar/Papers-in-100-Lines-of-Code
Implementation of papers in 100 lines of code.
Covers 59 peer-reviewed papers spanning deep learning architectures (GANs, VAEs, normalizing flows), reinforcement learning (DQN, PPO, MAML), and optimization methods, each distilled to minimal working implementations. Implementations use PyTorch with NumPy for core algorithms, prioritizing mathematical clarity and educational value over production optimization. The collection serves as a reference for understanding foundational ML concepts through concise, reproducible code examples linked directly to original papers.
2,618 stars. Actively maintained with 1 commit in the last 30 days.
Stars
2,618
Forks
243
Language
Python
License
MIT
Category
Last pushed
Jan 22, 2026
Commits (30d)
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MaximeVandegar/Papers-in-100-Lines-of-Code"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
miguelvr/dropblock
Implementation of DropBlock: A regularization method for convolutional networks in PyTorch.
OML-Team/open-metric-learning
Metric learning and retrieval pipelines, models and zoo.
kk7nc/RMDL
RMDL: Random Multimodel Deep Learning for Classification
archinetai/surgeon-pytorch
A library to inspect and extract intermediate layers of PyTorch models.
DLTK/DLTK
Deep Learning Toolkit for Medical Image Analysis