/brainy-caml

OCaml feed-forward backpropagating neural network

Primary LanguageOCaml

Wrote this to learn how to program in OCaml.

This is a simple implementation of a feed-forward neural network library which can be trained using backpropagation.

Uncommenting and running the "testing" portion of main.ml will train a network to emulate AND, OR, XOR, NOR gates.