gokadin/ai-simplest-network
The simplest form of an artificial neural network explained and demonstrated.
This project offers a foundational explanation and demonstration of the simplest artificial neural network. It takes numerical inputs, processes them through a basic neuron, and produces a numerical output. This is ideal for anyone looking to understand the core concept of how neural networks learn from data.
402 stars. No commits in the last 6 months.
Use this if you are a student, hobbyist, or professional new to AI, seeking a clear, introductory example of neural network mechanics without complex code.
Not ideal if you need to build, train, or deploy complex neural network models for real-world applications.
Stars
402
Forks
29
Language
Go
License
—
Category
Last pushed
May 31, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gokadin/ai-simplest-network"
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