Home
Softono
annotated_deep_learning_paper_implementations

annotated_deep_learning_paper_implementations

Open source MIT Python
66.9K
Stars
6.7K
Forks
32
Issues
498
Watchers
4 months
Last Commit

About annotated_deep_learning_paper_implementations

[![Twitter](https://img.shields.io/twitter/follow/labmlai?style=social)](https://twitter.com/labmlai) # [labml.ai Deep Learning Paper Implementations](https://nn.labml.ai/index.html) This is a collection of simple PyTorch implementations of neural networks and related algorithms. These implementations are documented with explanations, [The website](https://nn.labml.ai/index.html) renders these as side-by-side formatted notes. We believe these would help you understand these algorithms better. ![Screenshot](https://nn.labml.ai/dqn-light.png) We are actively maintaining this repo and adding new implementations almost weekly. [![Twitter](https://img.shields.io/twitter/follow/labmlai?style=social)](https://twitter.com/labmlai) for updates. ## Paper Implementations #### ✨ [Transformers](https://nn.labml.ai/transformers/index.html) * [JAX implementation](https://nn.labml.ai/transformers/jax_transformer/index.html) * [Multi-headed attention](https://nn.labml.ai/transformers/mha.html) * [Triton Flash Attent ...

Platforms

Web Self-hosted

Languages

Python

Twitter

labml.ai Deep Learning Paper Implementations

This is a collection of simple PyTorch implementations of neural networks and related algorithms. These implementations are documented with explanations,

The website renders these as side-by-side formatted notes. We believe these would help you understand these algorithms better.

Screenshot

We are actively maintaining this repo and adding new implementations almost weekly. Twitter for updates.

Paper Implementations

Transformers

Low-Rank Adaptation (LoRA)

Eleuther GPT-NeoX

Diffusion models

Generative Adversarial Networks

Recurrent Highway Networks

LSTM

HyperNetworks - HyperLSTM

ResNet

ConvMixer

Capsule Networks

U-Net

Sketch RNN

✨ Graph Neural Networks

Counterfactual Regret Minimization (CFR)

Solving games with incomplete information such as poker with CFR.

Reinforcement Learning

Optimizers

Normalization Layers

Distillation

Adaptive Computation

Uncertainty

Activations

Langauge Model Sampling Techniques

Scalable Training/Inference

Installation

pip install labml-nn