sahandsafizadeh/qeep
Deep Learning framework in Go with Tensors, AutoGrad, and GPU acceleration
This project provides a deep learning framework in Go, helping developers build and train neural networks. It takes raw data and model architectures as input, allowing for the creation of predictive models for tasks like classification. It's designed for software developers and machine learning engineers who prefer to work in the Go programming language.
Use this if you are a Go developer looking to implement custom deep learning models and require fine-grained control over tensor operations, with an option for GPU acceleration.
Not ideal if you prefer high-level, off-the-shelf deep learning libraries in other languages like Python (e.g., TensorFlow, PyTorch) or are not proficient in Go.
Stars
42
Forks
3
Language
Go
License
MIT
Category
Last pushed
Feb 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sahandsafizadeh/qeep"
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