Xamber/Varis
Golang Neural Network
Varis is a Golang library that enables developers to build and experiment with neural networks within their Go applications. It takes numerical data as input to train a network, and outputs predictions or classifications. This tool is designed for software developers who want to integrate basic neural network capabilities directly into Go projects.
No commits in the last 6 months.
Use this if you are a Go programmer looking to implement simple neural networks directly in your Go applications without external dependencies.
Not ideal if you are not a Go developer, or if you need advanced deep learning features, pre-trained models, or a high-performance, production-ready neural network library.
Stars
55
Forks
7
Language
Go
License
MIT
Category
Last pushed
Aug 02, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Xamber/Varis"
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