breskos/gopher-learn
Golang neural network - fast and easy classification and regression.
This project helps developers build machine learning models in Go. It takes CSV files containing labeled data as input and produces a trained neural network model capable of classifying new data or predicting continuous values. Developers working with Go and needing to integrate machine learning capabilities into their applications would use this.
No commits in the last 6 months.
Use this if you are a Go developer needing to implement classification or regression models within your Go applications, especially for tasks requiring fast processing or iterative online learning.
Not ideal if you are not a Go developer or if you need a pre-built, high-level machine learning library that doesn't require programming.
Stars
12
Forks
1
Language
Go
License
GPL-3.0
Category
Last pushed
Jun 07, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/breskos/gopher-learn"
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