/nn

🧠 Minimal implementations of neural network architectures and layers in PyTorch with side-by-side notes

Primary LanguagePythonMIT LicenseMIT

Twitter Sponsor

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

✨ LSTM

✨ ResNet

✨ ConvMixer

✨ U-Net

✨ Sketch RNN

✨ Graph Neural Networks

Solving games with incomplete information such as poker with CFR.

✨ Optimizers

Installation

pip install labml-nn