vseledkin/gortex
Golang ML package
This is a neural network library written in pure Go for developers who want to build and train machine learning models. It helps with tasks like fitting linear models to data, where you input data points and it outputs the optimized parameters of the model. Go developers and data scientists working with Go can use this to integrate machine learning directly into their Go applications.
No commits in the last 6 months.
Use this if you are a Go developer needing to implement neural networks and machine learning models directly within your Go projects, leveraging automatic backpropagation.
Not ideal if you are looking for a high-level, production-ready machine learning framework with extensive pre-built models and tools, as this is currently in beta.
Stars
18
Forks
1
Language
Go
License
MIT
Category
Last pushed
Sep 11, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vseledkin/gortex"
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