OGFris/GoStats
GoStats is a go library for math statistics mostly used in ML domains, it covers most of the statistical measures functions.
This Go library provides essential mathematical statistics functions for machine learning applications. It takes raw numerical data as input and outputs various statistical measures like averages, variances, and correlations, which are crucial for model development and analysis. Machine learning engineers and data scientists who work with Go will find this useful for integrating statistical computations into their projects.
No commits in the last 6 months.
Use this if you are a developer building machine learning applications in Go and need to perform common statistical calculations on your data.
Not ideal if you are looking for a standalone application for statistical analysis or if you are not developing in the Go programming language.
Stars
22
Forks
3
Language
Go
License
MIT
Category
Last pushed
Jan 14, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/OGFris/GoStats"
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