Artificial Neural Network
-
Updated
Jul 11, 2024 - Go
Artificial Neural Network
The backpropagation algorithm explained and demonstrated.
An embedded deep learning library for Go.
Modifiable neural network
Multi-Layer Perceptron library in Golang & example using the MNIST Image Dataset
This section explores a few of the problems (and solutions) to neural networks and backpropagation.
Lossless is a Machine Learning library built for Golang, capable of handling MLPs, CNNs, and more soon.
Implementation of Andrej Karpathy's micrograd in Go
A machine learning library written in Go, based on the backpropagation learning algorithm. The basic structure represents an MLP network. After training, you can export the weights of the network in order to use it directly for predictions/classification.
Minimal neural network toolkit in golang
An artificial neural network builder and trainer. Can save network as JSON. No loader as of yet.
Understanding and building a Neural Network from scratch
Implementation of Karpathy's micrograd in Go.
Go implementation of Karpathy's micrograd
Add a description, image, and links to the backpropagation topic page so that developers can more easily learn about it.
To associate your repository with the backpropagation topic, visit your repo's landing page and select "manage topics."