commit 53f2c976c6b54a9d5c5e1348304100dd4fa25f84 parent 819a673c75eeb9252ae108736c71f82d9d2b3bef Author: richardfeynmanrocks <freifeld.david@gmail.com> Date: Wed, 4 Nov 2020 13:26:10 -0800 Maybe fixed README? Diffstat:
| M | readme.md | | | 9 | +++------ |
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/readme.md b/readme.md @@ -6,14 +6,11 @@  -<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=290 src="https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg"> +<img align="center" height=35 width=300 src="https://forthebadge.com/images/badges/powered-by-electricity.svg"> -<!-- questionable stuff inbound --> -<img align="left" height=35 width=1000 src="https://nsc.edu/wp-content/uploads/2018/02/blank-image-placeholder-300x300.png"> -<img align="left" height=35 width=1000 src="https://nsc.edu/wp-content/uploads/2018/02/blank-image-placeholder-300x300.png"> -<img align="left" height=35 width=1000 src="https://nsc.edu/wp-content/uploads/2018/02/blank-image-placeholder-300x300.png"> -<img align="left" height=35 width=1000 src="https://nsc.edu/wp-content/uploads/2018/02/blank-image-placeholder-300x300.png"> +<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"> ## 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.***