LdDl/cnns
Convolutional Neural Networks in Go
This Go package helps developers learn how Convolutional Neural Networks (CNNs) and Multi-Layer Perceptrons (MLPs) work. It allows you to experiment with basic neural network architectures by providing code examples and even Excel-based step-by-step illustrations. It's intended for developers or students who are learning about neural network algorithms.
No commits in the last 6 months.
Use this if you are a Go developer or student looking to understand the fundamental mechanics of CNNs and MLPs through hands-on code and illustrative examples.
Not ideal if you need a robust, high-performance neural network library for real-world application development or production systems.
Stars
52
Forks
7
Language
Go
License
MIT
Category
Last pushed
Nov 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/LdDl/cnns"
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