summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-01 08:07:46 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-01 08:07:46 +0000
commit7e6fb55914f1367e12dc98196ea86ac8e6432a5e (patch)
tree85f89a8b1b2167b782e22cd0e2535b4f3eb32fa5 /math
parentAdd p5-AI-NeuralNet-BackProp 0.89, a perl module implementing a (diff)
Add p5-AI-NeuralNet-Mesh 0.44, a perl module implementing an optimized,
accurate neural network mesh.
Notes
Notes: svn path=/head/; revision=36555
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/p5-AI-NeuralNet-Mesh/Makefile24
-rw-r--r--math/p5-AI-NeuralNet-Mesh/distinfo1
-rw-r--r--math/p5-AI-NeuralNet-Mesh/pkg-comment1
-rw-r--r--math/p5-AI-NeuralNet-Mesh/pkg-descr14
-rw-r--r--math/p5-AI-NeuralNet-Mesh/pkg-plist4
6 files changed, 45 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 93e78bc37426..785b0e727178 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -44,6 +44,7 @@
SUBDIR += octave
SUBDIR += oleo
SUBDIR += p5-AI-NeuralNet-BackProp
+ SUBDIR += p5-AI-NeuralNet-Mesh
SUBDIR += p5-Math-Expr
SUBDIR += p5-Math-Logic
SUBDIR += p5-MatrixReal
diff --git a/math/p5-AI-NeuralNet-Mesh/Makefile b/math/p5-AI-NeuralNet-Mesh/Makefile
new file mode 100644
index 000000000000..93ef09d565cc
--- /dev/null
+++ b/math/p5-AI-NeuralNet-Mesh/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: AI::NeuralNet::Mesh
+# Date created: 15 Nov 2000
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= AI-NeuralNet-Mesh
+PORTVERSION= 0.44
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= AI
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_PERL5= yes
+USE_ZIP= yes
+NO_WRKSUBDIR= yes
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/math/p5-AI-NeuralNet-Mesh/distinfo b/math/p5-AI-NeuralNet-Mesh/distinfo
new file mode 100644
index 000000000000..2eeecf594467
--- /dev/null
+++ b/math/p5-AI-NeuralNet-Mesh/distinfo
@@ -0,0 +1 @@
+MD5 (AI-NeuralNet-Mesh-0.44.zip) = 5d1c68c7d494da158ce50c263a7d77a1
diff --git a/math/p5-AI-NeuralNet-Mesh/pkg-comment b/math/p5-AI-NeuralNet-Mesh/pkg-comment
new file mode 100644
index 000000000000..706deebe9b49
--- /dev/null
+++ b/math/p5-AI-NeuralNet-Mesh/pkg-comment
@@ -0,0 +1 @@
+A perl module implementing an optimized, accurate neural network mesh
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
diff --git a/math/p5-AI-NeuralNet-Mesh/pkg-plist b/math/p5-AI-NeuralNet-Mesh/pkg-plist
new file mode 100644
index 000000000000..10bbec11b1b3
--- /dev/null
+++ b/math/p5-AI-NeuralNet-Mesh/pkg-plist
@@ -0,0 +1,4 @@
+lib/perl5/%%PERL_VERSION%%/man/man3/AI::NeuralNet::Mesh.3
+lib/perl5/site_perl/%%PERL_VER%%/AI/NeuralNet/Mesh.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AI/NeuralNet/Mesh/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AI/NeuralNet/Mesh