patrikeh/go-deep
Artificial Neural Network
This is a tool for developers who need to build and train simple neural networks for tasks like classification or regression. You provide numerical input data and the corresponding desired output, and it trains a neural network to learn the relationship, allowing you to make predictions on new data. It's designed for Go developers who want to integrate basic neural network capabilities directly into their applications.
555 stars. No commits in the last 6 months.
Use this if you are a Go developer building an application that requires basic neural network functionality for small-scale data prediction or classification tasks.
Not ideal if you need to work with large datasets, require GPU acceleration for training, or are looking for a high-level, off-the-shelf machine learning solution.
Stars
555
Forks
68
Language
Go
License
MIT
Category
Last pushed
Jul 11, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/patrikeh/go-deep"
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