commit d10ede5930bca16e38440e74602f20a3ebd02c04
parent d614ecec9e0211f28ebcf1d2f157ab5a05da6a45
Author: David Freifeld <freifeld.david@gmail.com>
Date: Sun, 8 Nov 2020 21:53:02 -0800
Merge branch 'master' of https://github.com/richardfeynmanrocks/Jacobian
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/readme.md b/readme.md
@@ -6,6 +6,8 @@

+<img align="left" height=35 width=300 src="https://forthebadge.com/images/badges/powered-by-electricity.svg"><img align="right" height=35 width=300 src="https://forthebadge.com/images/badges/works-on-my-machine.svg"><br/><br/><br/>
+
## About
Jacobian is a work-in-progress machine learning library written in C++ designed to run as fast as possible while still being simple to use. Jacobian is accessible via Python and enables you to write models that train faster with the same amount of code. As of now, Jacobian supports feedforward neural networks and has partial support for convolutional neural networks. ***Note that as Jacobian is a work-in-progress, the latest commit is and will be largely unstable until this README specifies otherwise.***