milosgajdos/gopfield
Hopfield neural networks in Go
This is a Go library for implementing Hopfield neural networks. It takes numerical data or images, learns patterns, and can then reconstruct those patterns even from noisy or incomplete input. It's useful for developers building applications that require pattern recognition or associative memory.
No commits in the last 6 months.
Use this if you are a Go developer building an application that needs to recognize and reconstruct patterns, such as numbers or images, from potentially corrupted data.
Not ideal if you are a data scientist or machine learning engineer looking for a high-level, off-the-shelf solution for image recognition without writing Go code.
Stars
57
Forks
6
Language
Go
License
Apache-2.0
Category
Last pushed
May 28, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/milosgajdos/gopfield"
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