PaluMacil/gophernet
a multilayer neural net written in go
This project helps you classify data like handwritten digits or make decisions such as whether it's a good day to fish. You provide datasets with numerical inputs and desired outcomes, and the system learns patterns to predict new outcomes. It's designed for someone who needs to automatically categorize or make binary predictions based on historical data.
No commits in the last 6 months.
Use this if you have structured, numerical data and need to build a system to classify inputs or predict simple 'yes/no' type outcomes.
Not ideal if your data is unstructured (like images or text), you need advanced deep learning features, or you're looking for sophisticated data preprocessing tools.
Stars
7
Forks
1
Language
Go
License
MIT
Category
Last pushed
May 13, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/PaluMacil/gophernet"
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