kujenga/goml
Experimental ML implementations in Go
This project offers experimental machine learning implementations in Go, primarily focusing on neural networks and linear algebra. It helps software engineers and researchers understand various ML techniques by providing simple, standard library-based examples. You provide data, and it helps you see how different ML models are constructed.
No commits in the last 6 months.
Use this if you are a software engineer or researcher wanting to learn and experiment with machine learning concepts in Go without external dependencies.
Not ideal if you need a robust, production-ready machine learning library for real-world applications or if you are not a developer.
Stars
18
Forks
4
Language
Go
License
MIT
Category
Last pushed
Mar 05, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kujenga/goml"
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