surenderthakran/gomind
A simplistic Neural Network Library in Go
This is a neural network library written in Go. It helps developers create basic neural networks with a single hidden layer to learn patterns from data. You provide a dataset with inputs and their corresponding desired outputs, and it processes this to build a model that can make predictions. This tool is for Go developers who need to integrate simple machine learning capabilities into their applications.
No commits in the last 6 months.
Use this if you are a Go developer looking to implement a straightforward, single-hidden-layer neural network for tasks like classification or regression within your Go application.
Not ideal if you need to build complex deep learning models with multiple hidden layers or require pre-built support for advanced neural network architectures.
Stars
98
Forks
8
Language
Go
License
GPL-3.0
Category
Last pushed
May 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/surenderthakran/gomind"
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