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
- Host: GitHub
- URL: https://github.com/fuuzetsu/bpnn-hs
- Owner: Fuuzetsu
- Created: 2013-06-21T10:30:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-21T12:57:06.000Z (over 12 years ago)
- Last Synced: 2025-03-24T08:57:35.499Z (11 months ago)
- Language: Haskell
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).