Skip to content

funrep/neuralnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neuralnet

An artificial neural net in Haskell.

A basic implementation of a feedforward ANN with backpropagation.

Try it out

The Numeric.ANN.XOR module trains a network to learn the XOR operator.

$ stack ghci
...
> import Numeric.ANN.XOR
> net <- xorNet
> runNet [1,0] net
0.969682524723555

License

Licensed under BSD3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published