diff options
author | will <will@FreeBSD.org> | 2001-01-01 16:07:46 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 16:07:46 +0800 |
commit | cdcceaa4deedb07292f97722c58ad83f9ea58b8a (patch) | |
tree | 06e2f75701ac34b1e37414ffcc523b710b537706 /math/p5-AI-NeuralNet-Mesh/pkg-descr | |
parent | 15c8468130036c2169513b74d09c28eaaa09cdb3 (diff) | |
download | freebsd-ports-gnome-cdcceaa4deedb07292f97722c58ad83f9ea58b8a.tar.gz freebsd-ports-gnome-cdcceaa4deedb07292f97722c58ad83f9ea58b8a.tar.zst freebsd-ports-gnome-cdcceaa4deedb07292f97722c58ad83f9ea58b8a.zip |
Add p5-AI-NeuralNet-Mesh 0.44, a perl module implementing an optimized,
accurate neural network mesh.
Diffstat (limited to 'math/p5-AI-NeuralNet-Mesh/pkg-descr')
-rw-r--r-- | math/p5-AI-NeuralNet-Mesh/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/p5-AI-NeuralNet-Mesh/pkg-descr b/math/p5-AI-NeuralNet-Mesh/pkg-descr new file mode 100644 index 000000000000..ad932f941c0a --- /dev/null +++ b/math/p5-AI-NeuralNet-Mesh/pkg-descr @@ -0,0 +1,14 @@ +AI::NeuralNet::Mesh is an optimized, accurate neural network Mesh. +It was designed with accruacy and speed in mind. + +This network model is very flexable. It will allow for clasic binary +operation or any range of integer or floating-point inputs you care +to provide. With this you can change activation types on a per node or +per layer basis (you can even include your own anonymous subs as +activation types). You can add sigmoid transfer functions and control +the threshold. You can learn data sets in batch, and load CSV data +set files. You can do almost anything you need to with this module. + +Author: Josiah Bryan <jdb@wcoil.com> + +--will |