rai-project/go-mxnet
Go binding to MXNet C API to do inference with pre-trained model in Go
This project helps Go developers integrate pre-trained machine learning models into their applications. It takes an existing deep learning model, trained with MXNet, and allows a Go program to feed it new data to get predictions or classifications. This is specifically for Go application developers who need to add AI capabilities like image recognition or natural language processing to their software.
No commits in the last 6 months.
Use this if you are a Go developer building an application that needs to perform fast inference using pre-trained MXNet deep learning models.
Not ideal if you are looking to train new machine learning models, or if your application is not built with Go.
Stars
10
Forks
4
Language
Go
License
—
Category
Last pushed
Nov 11, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rai-project/go-mxnet"
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