From 712de005b98f151a5980c4a97aaa19e6562b603d Mon Sep 17 00:00:00 2001 From: Franciszek Szewczyk <60960225+fszewczyk@users.noreply.github.com> Date: Wed, 8 Nov 2023 07:28:24 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 483c8c1..5e48bb7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@

Shkyera Grad

-micrograd, but in C++ and with more functionality. + + micrograd, but in C++ and with more functionality. + +

-This is a small header-only library of a scalar-valued autograd based on [Andrej Karpathy's micrograd](https://github.com/karpathy/micrograd). It provides a high-level, PyTorch-like API for creating simple neural networks. + +This is a small header-only library of a scalar-valued autograd based on [Andrej Karpathy's micrograd](https://github.com/karpathy/micrograd). It provides a high-level, PyTorch-like API for creating and training simple neural networks. ## Usage