From 90477ceb78a5b0fbeb06655da00fa0300cc6c0cf Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Sun, 13 Dec 2020 20:40:30 +0530 Subject: [PATCH] Update readme.md --- readme.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 15e13802..68bb1807 100644 --- a/readme.md +++ b/readme.md @@ -3,9 +3,15 @@ # [LabML Neural Networks](https://lab-ml.com/labml_nn/index.html) -This is a collection of simple PyTorch implementation of various -neural network architectures and layers. -We will keep adding to this. +This is a collection of simple PyTorch implementations of +neural networks and related algorithms. +These implementations are documented with explanations, +and the [website](https://lab-ml.com/labml_nn/index.html) +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 @@ -62,4 +68,4 @@ If you use LabML for academic research, please cite the library using the follow year = {2020}, url = {https://lab-ml.com/}, } -``` \ No newline at end of file +``` -- GitLab