mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
9d6877cafb
back-propagation feed-forward neural network.
7 lines
179 B
Plaintext
7 lines
179 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.
|
|
|
|
--will
|