po3rin/gonnp
:chart_with_downwards_trend:Deep learning from scratch using Go. Specializes in natural language processing
This library helps Go developers implement custom deep learning models from scratch, with a focus on natural language processing tasks. Developers can define neural networks using various layers and optimizers to process text data or image datasets. It takes raw text or numerical data as input and outputs trained models or word embeddings, useful for understanding relationships between words or classifying data.
No commits in the last 6 months.
Use this if you are a Go developer who needs to build specialized deep learning models for natural language processing or image classification without relying on existing high-level frameworks.
Not ideal if you are looking for a pre-built, production-ready deep learning framework with extensive community support and a wide range of pre-trained models.
Stars
25
Forks
—
Language
Go
License
—
Category
Last pushed
Apr 19, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/po3rin/gonnp"
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