aryanmaurya1/rocketc
Simple library for CSV data manipulation and mathematical computation.
RocketC helps developers quickly build machine learning models like linear and logistic regression from the ground up. It takes CSV files as input, allows for data cleaning and transformation, performs core matrix operations, and outputs the results, potentially back into a CSV file. This is for software developers who are creating basic ML applications or learning about ML algorithms by implementing them directly.
No commits in the last 6 months.
Use this if you are a developer looking for a straightforward Go library to handle CSV data, perform basic linear algebra on 2D matrices, and build simple machine learning models without external dependencies.
Not ideal if you need an advanced, production-ready machine learning framework, or if your primary goal is complex statistical analysis rather than foundational model building.
Stars
9
Forks
—
Language
Go
License
GPL-3.0
Category
Last pushed
Aug 17, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/aryanmaurya1/rocketc"
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