diff --git a/README.md b/README.md index 9a3da77..f499094 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md). - [Runtimes](#runtimes) - [Libraries](#libraries) - [Email](#email) + - [MachineLearning](#machine-learning) ## Applications @@ -300,3 +301,10 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md). #### [mjml](https://github.com/mjmlio/mjml) - [mrml](https://github.com/jdrouet/mrml) - Blazing fast reimplementation of mjml in Rust (~200x faster) + +### MachineLearning + +#### [PyTorch](https://github.com/pytorch/pytorch) + +- [tch-rs](https://github.com/LaurentMazare/tch-rs) - Rust bindings for the C++ api of PyTorch +