jacobian

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a56da479d0e807e64e832db534398a741a0a5982
parent 53f2c976c6b54a9d5c5e1348304100dd4fa25f84
Author: richardfeynmanrocks <freifeld.david@gmail.com>
Date:   Wed,  4 Nov 2020 13:29:34 -0800

Another attempt to fix README

Please work I just wanted this to be a one-off, now I'm padding the commit log with random README tweaks
Diffstat:
Mreadme.md | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/readme.md b/readme.md @@ -6,11 +6,7 @@ ![Banner](./pictures/banner.png) -<img align="center" height=35 width=300 src="https://forthebadge.com/images/badges/powered-by-electricity.svg"> - -<img align="center" height=35 width=300 src="https://forthebadge.com/images/badges/works-on-my-machine.svg"> - -<img align="center" height=35 width=290 src="https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg"> +<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"> ## 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.***