Varuna Jayasiri 634809af3c noam chart fix
2020-12-23 13:52:08 +05:30
2020-12-13 20:41:48 +05:30
2020-12-23 13:52:08 +05:30
2020-12-06 08:14:56 +05:30
2020-11-06 10:54:23 +05:30
2020-09-01 11:00:13 +05:30
2020-11-10 10:33:57 +05:30
2020-09-01 11:00:13 +05:30
2020-12-14 10:23:58 +05:30
2020-11-19 17:49:48 +05:30
exclue packages 🤦‍♂️
2020-12-21 09:06:10 +05:30

PiPy Version PiPy Downloads

LabML Neural Networks

Screenshot

This is a collection of simple PyTorch implementations of neural networks and related algorithms. These implementations are documented with explanations, and the website renders these as side-by-side formatted notes. We believe these would help you understand these algorithms better.

We are actively maintaining this repo and adding new implementations.

Modules

Transformers

Transformers module contains implementations for multi-headed attention and relative multi-headed attention.

Recurrent Highway Networks

LSTM

Capsule Networks

Generative Adversarial Networks

Sketch RNN

Reinforcement Learning

Optimizers

Installation

pip install labml_nn

Citing LabML

If you use LabML for academic research, please cite the library using the following BibTeX entry.

@misc{labml,
 author = {Varuna Jayasiri, Nipun Wijerathne},
 title = {LabML: A library to organize machine learning experiments},
 year = {2020},
 url = {https://lab-ml.com/},
}
Description
🧑‍🏫 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, ... 🧠
Readme 152 MiB
Languages
Python 89.6%
Jupyter Notebook 10.3%
Makefile 0.1%