lwch/tnn
go版本机器学习框架
This is a machine learning framework that allows developers to build and train neural networks using the Go programming language. Developers can define network layers, select optimizers, and implement forward functions to process data, leading to trained models for various tasks. It's intended for Go developers who need to integrate machine learning capabilities directly into their Go applications or services.
No commits in the last 6 months.
Use this if you are a Go developer who wants to implement and run machine learning models, like neural networks, directly within your Go applications without relying on external services or other language frameworks.
Not ideal if you are not a Go developer or if you prefer using established Python-based machine learning libraries like PyTorch or TensorFlow for your model development.
Stars
10
Forks
—
Language
Go
License
MIT
Category
Last pushed
May 08, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lwch/tnn"
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