Fontinalis/fonet
fonet is a deep neural network package for Go.
This is a tool for Go programmers who want to build and experiment with deep neural networks directly in their Go applications. It allows you to define neural network layers, input training data, and then train the network to make predictions. The primary user is a Go developer looking to integrate machine learning capabilities into their projects.
No commits in the last 6 months.
Use this if you are a Go programmer who needs to implement deep neural networks and want to build them from scratch within your Go environment.
Not ideal if you are not a Go programmer or if you need a pre-built, high-level machine learning framework with extensive features and community support.
Stars
86
Forks
17
Language
Go
License
MIT
Category
Last pushed
Jun 01, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Fontinalis/fonet"
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