Kartik a55a824f8a docs - cross-validation and early-stopping (#48)
Co-authored-by: sachdev.kartik <sachdev.kartik@gmail.com>
2021-05-03 14:05:14 +05:30
2020-12-13 20:41:48 +05:30
2021-04-28 12:10:13 +05:30
2021-01-27 09:20:30 +05:30
2021-01-23 16:40:40 +05:30
2020-11-06 10:54:23 +05:30
2020-09-01 11:00:13 +05:30
2021-02-01 14:43:11 +05:30
2020-09-01 11:00:13 +05:30
2021-04-28 12:10:13 +05:30
2021-04-28 10:44:50 +05:30

Join Slack Twitter

labml.ai Neural Networks

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.

Modules

Transformers

Recurrent Highway Networks

LSTM

HyperNetworks - HyperLSTM

Capsule Networks

Generative Adversarial Networks

Sketch RNN

Reinforcement Learning

Optimizers

Normalization Layers

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://nn.labml.ai/},
}
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.4%
Jupyter Notebook 10.5%
Makefile 0.1%