diff --git a/README.md b/README.md index 7b9740c..b8ad9b7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Image

+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. @@ -15,7 +16,6 @@ Then include the header file in your source file. #include "backprop.h" ``` - ## Tests ```bash mkdir build