From 76512fa9b6fd31f68368479fcc95123615e1cb28 Mon Sep 17 00:00:00 2001 From: flobsx Date: Wed, 27 Nov 2024 23:24:36 +0100 Subject: [PATCH] add MachineLearning library --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5d09116..5793442 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md). - [Linters](#linters) - [Libraries](#libraries) - [Email](#email) + - [MachineLearning](#machine-learning) ## Applications @@ -282,3 +283,9 @@ 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