From d95723d164030969f1657a6d654a680f90ef3196 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 19 Aug 2024 09:54:00 +0200 Subject: [PATCH] Added GoMLX entry to Machine Learning section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e2be311e00..021140ab39d 100644 --- a/README.md +++ b/README.md @@ -1632,6 +1632,7 @@ _Libraries for Machine Learning._ - [golinear](https://github.com/danieldk/golinear) - liblinear bindings for Go. - [GoMind](https://github.com/surenderthakran/gomind) - A simplistic Neural Network Library in Go. - [goml](https://github.com/cdipaolo/goml) - On-line Machine Learning in Go. +- [GoMLX](https://github.com/gomlx/gomlx) - An accelerated Machine Learning framework for Go. - [gonet](https://github.com/dathoangnd/gonet) - Neural Network for Go. - [Goptuna](https://github.com/c-bata/goptuna) - Bayesian optimization framework for black-box functions written in Go. Everything will be optimized. - [goRecommend](https://github.com/timkaye11/goRecommend) - Recommendation Algorithms library written in Go.