cdipaolo/goml
On-line Machine Learning in Go (and so much more) observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4085
- days_rel: n/a
- days_push: 1511
- n_releases_24m: 0
Adoption not part of the score
1614 stars · 133 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
goml is a machine learning library written entirely in Go, offering both traditional batch learning and online, stream-based learning via channels. It implements models like linear/logistic regression, softmax regression, perceptrons, and k-means clustering with comprehensive tests and documentation.
Use cases
- train machine learning models in Go
- online learning from streaming data over channels
- classify text or data with logistic or softmax regression
- cluster data points with k-means
- build a perceptron classifier in a Go application
When to choose
- you need pure-Go machine learning with no CGo or Python dependencies
- you want online/streaming model updates in a reactive Go application
- you need well-documented, simple classic ML models
When to avoid
- you need deep learning, GPU acceleration, or modern transformer models
- you need actively maintained software with recent releases
- you need a broad ecosystem of tools beyond classic ML algorithms
Facets
library · maturity maintenance
machine-learning machine-learning go cross-platform online-learning streaming-learning perceptron k-means linear-regression logistic-regression natural-language-processing
1 source
- readme: https://github.com/cdipaolo/goml · fetched 2026-08-28 · badbdaf824e5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cdipaolo/goml | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem