.. image:: https://badge.fury.io/py/labml-nn.svg :target: https://badge.fury.io/py/labml-nn .. image:: https://pepy.tech/badge/labml-nn :target: https://pepy.tech/project/labml-nn LabML Neural Networks ===================== 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 `_. Installation ------------ .. code-block:: console 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. .. code-block:: bibtex @misc{labml, author = {Varuna Jayasiri, Nipun Wijerathne}, title = {LabML: A library to organize machine learning experiments}, year = {2020}, url = {https://lab-ml.com/}, }