Skip to content

Latest commit

 

History

History
150 lines (110 loc) · 7.63 KB

File metadata and controls

150 lines (110 loc) · 7.63 KB

Twitter

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

U-Net

✨ Graph Neural Networks

Solving games with incomplete information such as poker with CFR.

Installation

pip install labml-nn