From 38ba74246298424a1d06cff227bd8ed3fe865e86 Mon Sep 17 00:00:00 2001 From: Ethan Hindmarsh Date: Wed, 29 Dec 2021 23:32:42 -0600 Subject: [PATCH] Resolve #1054 Add SmartCore to ML --> #1054 Build status taken from their homepage --> https://smartcorelib.org/ + Capitalize M in [[machine learning] + "See" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f5d874..faa77a8 100644 --- a/README.md +++ b/README.md @@ -670,10 +670,11 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// #### Machine learning -[[machine learning](https://crates.io/keywords/machine-learning)] +See [[Machine learning](https://crates.io/keywords/machine-learning)] See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_eng/about-rust-s-machine-learning-community-4cda5ec8a790#.hvkp56j3f) and [Are we learning yet?](https://www.arewelearningyet.com). +* [smartcorelib/smartcore](https://github.com/smartcorelib/smartcore) — Machine Learning Library In Rust [![Build Status](https://img.shields.io/circleci/build/github/smartcorelib/smartcore)](https://travis-ci.org/AtheMathmo/rusty-machine) * [AtheMathmo/rusty-machine](https://github.com/AtheMathmo/rusty-machine) — Machine learning library for Rust [![Build Status](https://api.travis-ci.org/AtheMathmo/rusty-machine.svg?branch=master)](https://travis-ci.org/AtheMathmo/rusty-machine) * [autumnai/leaf](https://github.com/autumnai/leaf) — Open Machine Intelligence framework. [![Build Status](https://api.travis-ci.org/autumnai/leaf.svg?branch=master)](https://travis-ci.org/autumnai/leaf). Abandoned project. The most updated fork is [spearow/juice]( https://github.com/spearow/juice). * [huggingface/tokenizers](https://github.com/huggingface/tokenizers) - Hugging Face's tokenizers for modern NLP pipelines written in Rust (original implementation) with bindings for Python. [![Build Status](https://github.com/huggingface/tokenizers/workflows/Rust/badge.svg?branch=master)](https://github.com/huggingface/tokenizers/actions)