Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewldesousa committed Jun 20, 2024
1 parent 48da776 commit 4cc8275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<img src="static/cartoon.webp" alt="Image" width="512" height="512">
</p>

Backprop is a library for automatically differentiation mathematical expressions.

## Usage
Add backprop.cpp as include in your project. Start by including the header file in your cmake file.
Expand All @@ -15,7 +16,6 @@ Then include the header file in your source file.
#include "backprop.h"
```


## Tests
```bash
mkdir build
Expand Down

0 comments on commit 4cc8275

Please sign in to comment.