neural-go

Neural Network

A multilayer perceptron network implementation with backpropagation training

A multilayer perceptron network implemented in Go, with training via backpropagation.

GitHub

69 stars
4 watching
16 forks
Language: Go
last commit: about 4 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
dathoangnd/gonet A Go module implementing a multi-layer Neural Network for machine learning tasks 82
patrikeh/go-deep A Go implementation of an artificial neural network architecture with support for various activation functions and optimization algorithms. 536
fxsjy/gonn An implementation of Neural Networks in Go Language 361
saschagrunert/nn A small neural network implementation of the backpropagation algorithm in Haskell 127
xamber/varis A Go-based neural network library for building and training artificial neural networks. 55
goml/gobrain A Go library implementing neural networks with basic training and prediction capabilities 559
surenderthakran/gomind A lightweight neural network library in Go 84
oramasearch/onnx-go A Go package that allows developers to import pre-trained neural network models without being tied to a framework or library. 715
vksnk/go-fann Provides an interface to FANN's neural network functionality in Go 116
brunjlar/neural A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. 123
gbuesing/neural-net-ruby A Ruby implementation of a neural network using the Rprop training algorithm. 127
alexbrillant/multi-layer-perceptron An implementation of a multi-layer neural network in Python, allowing users to train and use the network for classification tasks. 5
molcik/python-neuron A Python library for implementing and training various neural network architectures 40
neuralegion/shainet A neural network implementation using object-oriented modeling and inspired by biological systems 183
nengo/nengo A Python library for building and simulating large-scale neural models 829