kuroko1t/gdeep
simple golang deep learning framework
This is a tool for developers who want to build simple deep learning models using the Go programming language. It allows you to create neural networks by defining layers, activation functions, and optimizers. You'll input your numerical data and desired network structure, and it will output a trained model capable of making predictions.
No commits in the last 6 months.
Use this if you are a Go developer looking to implement basic deep learning models, especially if you need distributed training capabilities.
Not ideal if you need advanced deep learning architectures like Convolutional Neural Networks (CNNs) or have complex, high-dimensional input data, as it currently only supports 2D input.
Stars
10
Forks
4
Language
Go
License
Apache-2.0
Category
Last pushed
Jul 05, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kuroko1t/gdeep"
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