lazywei/lineargo
LinearGo (Go wrapper for LIBLINEAR): A Library for Large Linear Classification
This is a Go language wrapper for the LIBLINEAR library, designed to help developers implement large-scale linear classification. It takes in structured numerical data and corresponding labels to output a trained model, which can then predict categories for new, unseen data. Software engineers and data scientists building applications in Go that require efficient classification on large datasets would use this.
113 stars. No commits in the last 6 months.
Use this if you are a Go developer building applications that need to classify large datasets efficiently using linear models.
Not ideal if you are not a Go developer or you need a library that offers non-linear or deep learning classification models.
Stars
113
Forks
6
Language
Go
License
MIT
Category
Last pushed
Dec 06, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lazywei/lineargo"
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