9d6877cafb
back-propagation feed-forward neural network.
6 lines
179 B
Text
6 lines
179 B
Text
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.
|
|
|
|
--will
|