infergo-ml/infergo
mirror of Infergo repository
This is a tool for Go programmers who want to build and use probabilistic models directly within their Go applications. You can define a model's behavior using standard Go code and then use the library to estimate unknown parameters or sample from the model. This is ideal for Go developers creating applications that require statistical inference or machine learning capabilities.
Use this if you are a Go developer building applications that need to perform statistical inference or machine learning tasks using probabilistic models.
Not ideal if you are not a Go developer or if you need a pre-built machine learning framework with high-level APIs for common tasks.
Stars
10
Forks
1
Language
Go
License
MIT
Category
Last pushed
Nov 27, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/infergo-ml/infergo"
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