annotated_deep_learning_paper_implementations
Deep learning implementations
Implementations of various deep learning algorithms and techniques with accompanying documentation
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
56k stars
456 watching
6k forks
Language: Python
last commit: 3 months ago attentiondeep-learningdeep-learning-tutorialganliterate-programmingloramachine-learningneural-networksoptimizerspytorchreinforcement-learningtransformertransformers
Related projects:
Repository | Description | Stars |
---|---|---|
floodsung/deep-learning-papers-reading-roadmap | A comprehensive roadmap for learning deep learning by following key papers in the field | 38,327 |
dennybritz/deeplearning-papernotes | A collection of notes and summaries on various deep learning research papers, including their topics, techniques, and applications. | 4,410 |
dair-ai/ml-papers-explained | An explanation of key concepts and advancements in the field of Machine Learning | 7,315 |
lexfridman/mit-deep-learning | A collection of tutorials and code examples for learning deep learning concepts using MIT Deep Learning courses | 10,170 |
alirezadir/production-level-deep-learning | A guide to building production-ready deep learning systems for real-world applications | 4,351 |
google-deepmind/deepmind-research | Provides implementations and illustrative code to accompany DeepMind research publications | 13,250 |
lucidrains/dalle2-pytorch | An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,148 |
fchollet/deep-learning-with-python-notebooks | Companion notebooks implementing code samples from the book on deep learning with Python | 18,712 |
dsgiitr/d2l-pytorch | An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch | 4,244 |
p-christ/deep-reinforcement-learning-algorithms-with-pytorch | PyTorch implementations of popular deep reinforcement learning algorithms and environments. | 5,640 |
nlintz/tensorflow-tutorials | A collection of tutorials teaching deep learning with TensorFlow using Jupyter Notebooks | 6,006 |
lucidrains/imagen-pytorch | Implements Google's Text-to-Image Neural Network in PyTorch using a cascading DDPM architecture with dynamic clipping and noise level conditioning. | 8,088 |
rasmusbergpalm/deeplearntoolbox | A Matlab toolbox providing implementations of various deep learning models | 3,795 |
shangtongzhang/deeprl | A modularized implementation of various deep reinforcement learning algorithms in PyTorch | 3,189 |
google-research/vision_transformer | Provides pre-trained models and code for training vision transformers and mixers using JAX/Flax | 10,450 |