c45055c952
This module to implement a back-propagation feed-forward neural network.
5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
AI::NeuralNet::BackProp is a simply back-propagation,
|
|
feed-foward neural network designed to learn using
|
|
a generalization of the Delta rule and a bit of Hopefield
|
|
theory.
|