aunum/goro
A High-level Machine Learning Library for Go
This is a machine learning library designed for Go developers. It helps you build, train, and use neural networks for tasks like image classification. You input your raw data (like images) and corresponding labels, and it outputs a trained model that can make predictions. Go programmers who want to incorporate machine learning capabilities into their applications would use this.
374 stars. No commits in the last 6 months.
Use this if you are a Go programmer looking for a high-level library to quickly implement and deploy machine learning models in your Go applications.
Not ideal if you are not familiar with the Go programming language or are looking for a low-code/no-code machine learning platform.
Stars
374
Forks
20
Language
Go
License
Apache-2.0
Category
Last pushed
Mar 04, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/aunum/goro"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications