1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-26 18:51:55 +02:00

Update README.md

This commit is contained in:
Mutlu Simsek 2024-08-03 17:48:12 +03:00 committed by GitHub
parent a29e26928e
commit 59b839ecf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -898,10 +898,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
* [huggingface/tokenizers](https://github.com/huggingface/tokenizers) - Hugging Face's tokenizers for modern NLP pipelines (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)
* [LaurentMazare/tch-rs](https://github.com/LaurentMazare/tch-rs) - Bindings for PyTorch.
* [maciejkula/rustlearn](https://github.com/maciejkula/rustlearn) - Machine learning library. [![Circle CI](https://circleci.com/gh/maciejkula/rustlearn.svg?style=svg)](https://app.circleci.com/pipelines/github/maciejkula/rustlearn)
* [perpetual-ml/perpetual](https://github.com/perpetual-ml/perpetual) [[perpetual](https://crates.io/crates/perpetual)] - A self-generalizing gradient boosting machine which doesn't need hyperparameter optimization.
* [rust-ml/linfa](https://github.com/rust-ml/linfa) - Machine learning framework.
* [smartcorelib/smartcore](https://github.com/smartcorelib/smartcore) - Machine Learning Library [![Build Status](https://img.shields.io/circleci/build/github/smartcorelib/smartcore)](https://smartcorelib.org/)
* [tensorflow/rust](https://github.com/tensorflow/rust) - Bindings for TensorFlow.
* [perpetual-ml/perpetual](https://github.com/perpetual-ml/perpetual) — A self-generalizing gradient boosting machine which doesn't need hyperparameter optimization.
#### OpenAI