aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-AI-Perceptron/pkg-descr
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-01 16:16:56 +0800
committerwill <will@FreeBSD.org>2001-01-01 16:16:56 +0800
commit88476615f9cc89b4a84f02b52cdbfea76e132967 (patch)
tree9721733ed09386f5195e68b640055f075f20f42d /math/p5-AI-Perceptron/pkg-descr
parentcdcceaa4deedb07292f97722c58ad83f9ea58b8a (diff)
downloadfreebsd-ports-gnome-88476615f9cc89b4a84f02b52cdbfea76e132967.tar.gz
freebsd-ports-gnome-88476615f9cc89b4a84f02b52cdbfea76e132967.tar.zst
freebsd-ports-gnome-88476615f9cc89b4a84f02b52cdbfea76e132967.zip
Add p5-AI-Perceptron 0.01, a perl module intended as an introduction to
internal operations of neural networks.
Diffstat (limited to 'math/p5-AI-Perceptron/pkg-descr')
-rw-r--r--math/p5-AI-Perceptron/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/p5-AI-Perceptron/pkg-descr b/math/p5-AI-Perceptron/pkg-descr
new file mode 100644
index 000000000000..b7806a8aee35
--- /dev/null
+++ b/math/p5-AI-Perceptron/pkg-descr
@@ -0,0 +1,5 @@
+This module is meant to be an introduction to the internal operations
+of Neural Networks. It lets the user create a single node in a neural
+net based on the Perceptron model.
+
+--will