An open API service indexing awesome lists of open source software.

https://github.com/fuuzetsu/bpnn-hs

Simple backpropagating neural network in haskell
https://github.com/fuuzetsu/bpnn-hs

Last synced: 11 months ago
JSON representation

Simple backpropagating neural network in haskell

Awesome Lists containing this project

README

          

A simple backpropagating neural network in haskell.

Used as a first project to learn haskell.

Based of the implementation in python which can be found [here](http://arctrix.com/nas/python/bpnn.py).