nn

Neural network

A small neural network implementation of the backpropagation algorithm in Haskell

A tiny neural network 🧠

GitHub

127 stars
10 watching
5 forks
Language: Haskell
last commit: over 6 years ago
backpropagationbackpropagation-algorithmhaskellhaskell-librarymachine-learningneural-networkneural-networks

Related projects:

Repository Description Stars
brunjlar/neural A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. 124
schuyler/neural-go A multilayer perceptron network implementation with backpropagation training 70
mstksg/backprop A Haskell library providing automatic heterogeneous back-propagation for differentiable programming and deep learning applications. 180
compressed/backpropneuralnet.jl A Julia implementation of a neural network architecture with backpropagation support 47
codeplea/genann A minimal C library for training and using feedforward artificial neural networks 2,017
ybillchen/bp-neural-network-matlab An implementation of a basic backpropagation neural network using MATLAB 93
jbarrow/lambdanet An artificial neural network library for rapid prototyping and extension in Haskell. 378
neuralegion/shainet A neural network implementation using object-oriented modeling and inspired by biological systems 184
kalvar/ios-bpn-neuralnetwork A neural network implementation for machine learning on iOS 33
hasktorch/hasktorch A Haskell library for building neural networks and working with tensors. 1,083
alpmestan/hnn A Haskell library for building neural networks 112
huwcampbell/grenade A library for building complex neural networks in Haskell with a focus on dependently typed specifications and composability 1,451
100/cranium A lightweight, portable C implementation of a feedforward artificial neural network library 593
ahmedfgad/numpyann An implementation of artificial neural networks using NumPy 98
paarthneekhara/rnn_adversarial_reprogramming Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. 6