dathoangnd/gonet
Neural Network for Go.
This Go module provides the building blocks for creating neural networks, a type of machine learning model. You input structured data and it outputs predictions or classifications. It's intended for Go developers who want to integrate basic neural network capabilities directly into their Go applications.
No commits in the last 6 months.
Use this if you are a Go developer building an application and need to implement simple multi-layer neural networks for tasks like classification or prediction.
Not ideal if you need a high-performance, production-ready deep learning framework with extensive pre-built models and complex architectures, or if you are not a Go developer.
Stars
83
Forks
9
Language
Go
License
MIT
Category
Last pushed
Apr 05, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dathoangnd/gonet"
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