nlpodyssey/gomaddness
Multiply-ADDitioN-lESS in Go.
This Go package helps machine learning engineers and researchers implement a specialized matrix multiplication algorithm. It takes in numerical data, typically large matrices, and processes them using the MADDNESS algorithm, resulting in processed matrices without traditional multiplication operations. This is useful for those working on optimizing computational efficiency in machine learning models.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher looking to experiment with or implement the MADDNESS algorithm for matrix operations in Go.
Not ideal if you are looking for a general-purpose matrix library or if your primary concern is not the specific computational characteristics of the MADDNESS algorithm.
Stars
10
Forks
1
Language
Go
License
BSD-2-Clause
Category
Last pushed
Mar 22, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nlpodyssey/gomaddness"
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