Added GoMLX entry to Machine Learning section. (#5385)

This commit is contained in:
Jan 2024-09-02 15:27:46 +02:00 committed by GitHub
parent cdce2c4a20
commit 9d17e9b8d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1646,6 +1646,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.