Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fszewczyk authored Nov 8, 2023
1 parent 4d1914a commit 712de00
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<div align="center">

<h1>Shkyera Grad</h1>
<i>micrograd, but in C++ and with more functionality.</i>
<i>
micrograd, but in C++ and with more functionality.
</i>
<p></p>

</div>

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

Expand Down

0 comments on commit 712de00

Please sign in to comment.