From 92a7eed30716d3a7551c2441a6e986cc07c47671 Mon Sep 17 00:00:00 2001 From: Josh Pattman Date: Sat, 30 Dec 2023 23:15:57 +0000 Subject: [PATCH] Add Goras --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e456a18b1fa..ede3acdac9e 100644 --- a/README.md +++ b/README.md @@ -1571,6 +1571,7 @@ _Libraries for Machine Learning._ - [goml](https://github.com/cdipaolo/goml) - On-line Machine Learning in 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. +- [Goras](https://github.com/JoshPattman/goras) - High-level machine learning library like the Keras functional API, built on Gorgonia. - [goRecommend](https://github.com/timkaye11/goRecommend) - Recommendation Algorithms library written in Go. - [gorgonia](https://github.com/gorgonia/gorgonia) - graph-based computational library like Theano for Go that provides primitives for building various machine learning and neural network algorithms. - [gorse](https://github.com/zhenghaoz/gorse) - An offline recommender system backend based on collaborative filtering written in Go.