Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janpfeifer committed Apr 19, 2024
1 parent 115230d commit dd4852c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[![TestStatus](https://github.com/gomlx/gomlx/actions/workflows/go.yaml/badge.svg)](https://github.com/gomlx/gomlx/actions/workflows/go.yaml)
![Coverage](https://img.shields.io/badge/Coverage-76.6%25-yellow)

<img align="right" src="docs/gomlx_gopher.jpg" align="left" alt="GoMLX Gopher" width="220"/>

GoMLX is a fast and easy-to-use set of Machine Learning and generic math libraries and tools.
It can be seen as a TensorFlow/Jax/PyTorch for Go.

Expand All @@ -18,7 +20,6 @@ It's the same engine that powers Google's [Jax](https://github.com/google/jax) a
## Quick Start: see our [tutorial](examples/tutorial/tutorial.ipynb), or a [guided example for Kaggle Dogs Vs Cats](examples/dogsvscats/dogsvscats.ipynb).

<div>
<img src="docs/gomlx_gopher.jpg" align="left" alt="GoMLX Gopher" width="160" height="160"/>
<p>It was developed to be full-featured ML platform for Go, and to easily experiment with ML ideas -- see Long-Term Goals below.</p>

It strives to be **simple to read and reason about**, leading the user to a correct and transparent mental model
Expand Down

0 comments on commit dd4852c

Please sign in to comment.