commit 2f26a1ce45b496d030aabe3f042375e2b49f0443
parent a56da479d0e807e64e832db534398a741a0a5982
Author: richardfeynmanrocks <freifeld.david@gmail.com>
Date: Wed, 4 Nov 2020 13:30:22 -0800
More README tweaks
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
@@ -6,7 +6,7 @@

-<img align="left" height=35 width=150 src="https://forthebadge.com/images/badges/made-with-c-plus-plus.svg"><img align="left" height=35 width=300 src="https://forthebadge.com/images/badges/powered-by-electricity.svg"><img align="left" height=35 width=300 src="https://forthebadge.com/images/badges/works-on-my-machine.svg">
+<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">
## 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.***