Skip to content

muralits98/labml_nn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://pepy.tech/badge/labml-nn

This is a collection of simple PyTorch implementation of various neural network architectures and layers. We will keep adding to this.

Transformers

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

Recurrent Highway Networks

This is the implementation for Recurrent Highway Networks.

LSTM

This is the implementation for LSTMs.

✅ Please create a Github issue if there's something you'ld like to see implemented here.

Installation

pip install labml_nn

Links

💬 Slack workspace for discussions

📗 Documentation

📑 Articles & Tutorials

👨‍🏫 Samples

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/},
}

About

A collection of PyTorch implementations of neural network architectures and layers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Makefile 2.2%