Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Awesome-Rust-MachineLearning
This repository is a list of machine learning libraries written in Rust. It's a compilation of GitHub repositories, blogs, books, movies, discussions, papers, etc. 🦀
https://github.com/vaaaaanquish/Awesome-Rust-MachineLearning
Last synced: 3 days ago
JSON representation
-
Natural Language Processing (preprocessing)
- Leko/goya - Japanese Morphological Analysis written in Rust
- sorami/sudachi.rs - An unofficial Sudachi clone in Rust (incomplete) 🦀
- Yasu-umi/sudachiclone-rs - sudachiclone-rs is a Rust version of Sudachi, a Japanese morphological analyzer.
- wareya/notmecab-rs - notmecab-rs is a very basic mecab clone, designed only to do parsing, not training.
- agatan/yoin - A Japanese Morphological Analyzer written in pure Rust
- nakagami/awabi - A morphological analyzer using mecab dictionary
-
Blog
-
事例
-
repo
- vaaaaanquish/wasm_lindera_example - rust + lindera + webassembly + next.js + typescriptで形態素解析するサンプル
- vaaaaanquish/rust-text-analysis - Rustによるlindera、neologd、fasttext、XGBoostを用いたテキスト分類のお試し
-
解説やチュートリアル、やってみた
- Rust の機械学習ライブラリ smartcore に入門してみた
- Rustによる機械学習概覧を技術書典11に寄稿するまでの軌跡
- SmartCoreでペンギンの分類をやってみる
- Pure Rustな近似最近傍探索ライブラリhoraを用いた画像検索を実装する
- WebAssemblyを用いてBERTモデルをフロントエンドで動かす
- Rustでlabel propagationを実装した
- Rust で重回帰
- WebAssemblyでの機械学習モデルデプロイの動向
- Rustによるlindera、neologd、fasttext、XGBoostを用いたテキスト分類
- Rust で主成分分析
- Rust で階層的クラスタリング
- Rust で k-means クラスタリング
- Rustで機械学習(rusty-machine, RustGnuplot)
- RustでMCMC(Metropolis-Hasting)
- RustでDeepLearning入門
- sudachi.rsを使って遊んでみる
- RustのドローイングライブラリPlottersの紹介
- 『ゼロから作る Deep Learning』を読んで Rust で実装した話
- Rustのデータフレームcrateのpolarsとpandasの比較
- Rust×WASMに入門する(Linderaでブラウザから形態素解析)
- axumとtch-rsでRustの画像認識APIを作る
- Rustでグラフをplotするライブラリのまとめ
- WebAssemblyでの機械学習モデルデプロイの動向
- Rustで扱える機械学習関連のクレート2021
- バンディッドアルゴリズム(Epsilon-greedy)の実装
-
実装紹介
-
動画
-
書籍
- 機械学習の炊いたん4。 - titans, emergent, TensorFlow入門者がRustで推論実行するまで
- エムスリーテックブック#3
-
Programming Languages