Skip to content

Commit c3a65e4

Browse files
committed
update readme
1 parent ab96d4a commit c3a65e4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ lindraはneologdなどの辞書資産が利用できる。sudachi.rsはワーク
6767
- [Rustで作る機械学習を用いた画像クロッピングシステム](https://ml-loft.connpass.com/event/157785/), ML@Loft #9, 2019/12/19, Cookpad, johshisha
6868
- [fnwiya/japanese-rust-companies: 日本で Rust を利用している会社一覧](https://github.com/fnwiya/japanese-rust-companies)
6969
- [WebAssemblyで機械学習Webアプリ「俺か俺以外か」をつくった](https://vaaaaaanquish.hatenablog.com/entry/2020/12/26/120837), 2020/12/26, vaaaaaanquish
70-
70+
- [Amazon SageMakerを利用した効率的な機械学習 with Rust (SmartCore+actix-web)](https://spirits.appirits.com/role/engineer/16725/), 2021/11/2, アピリッツ浅田
7171

7272
### 動画
7373

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,13 @@ It might want to try `smartcore` or `linfa` for now.
288288
- [nerosnm/n2](https://github.com/nerosnm/n2) - (Work-in-progress) library implementation of a feedforward, backpropagation artificial neural network
289289
- [Wuelle/deep_thought](https://github.com/Wuelle/deep_thought) - Neural Networks in Rust
290290
- [MikhailKravets/NeuroFlow](https://github.com/MikhailKravets/NeuroFlow) - Awesome deep learning crate
291+
- [dvigneshwer/deeprust](https://github.com/dvigneshwer/deeprust) - Machine learning crate in Rust
291292

292293

293294
# Graph Model
294295

295296
- [Synerise/cleora](https://github.com/Synerise/cleora) - Cleora AI is a general-purpose model for efficient, scalable learning of stable and inductive entity embeddings for heterogeneous relational data.
297+
- [Pardoxa/net_ensembles](https://github.com/Pardoxa/net_ensembles) - Rust library for random graph ensembles
296298

297299

298300
# Natural Language Processing (model)
@@ -378,6 +380,7 @@ It might want to try `smartcore` or `linfa` for now.
378380
- [Rui_Vieira/random-forests](https://gitlab.com/ruivieira/random-forests) - A Rust library for Random Forests.
379381
- [sile/randomforest](https://github.com/sile/randomforest) - A random forest implementation in Rust
380382
- [tomtung/craftml-rs](https://github.com/tomtung/craftml-rs) - A Rust🦀 implementation of CRAFTML, an Efficient Clustering-based Random Forest for Extreme Multi-label Learning
383+
- [nkaush/naive-bayes-rs](https://github.com/nkaush/naive-bayes-rs) - A Rust library with homemade machine learning models to classify the MNIST dataset. Built in an attempt to get familiar with advanced Rust concepts.
381384

382385

383386
# Unsupervised Learning & Clustering Model
@@ -484,6 +487,8 @@ It might want to try `smartcore` or `linfa` for now.
484487
- [Taking ML to production with Rust: a 25x speedup](https://www.lpalmieri.com/posts/2019-12-01-taking-ml-to-production-with-rust-a-25x-speedup/), A LEARNING JOURNAL, 2019/12/1, [@algo_luca](https://twitter.com/algo_luca)
485488
- [9 Companies That Use Rust in Production](https://serokell.io/blog/rust-companies), serokell, 2020/11/18, Gints Dreimanis
486489
- [Masked Language Model on Wasm, BERT on flontend examples](https://github.com/optim-corp/masked-lm-wasm/), optim-corp/masked-lm-wasm, 2021/8/27, Optim
490+
- [Serving TensorFlow with Actix-Web](https://github.com/kykosic/actix-tensorflow-example), kykosic/actix-tensorflow-example
491+
- [Serving PyTorch with Actix-Web](https://github.com/kykosic/actix-pytorch-example), kykosic/actix-pytorch-example
487492

488493

489494
## Discussion

0 commit comments

Comments
 (0)