diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 08:07:46 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 08:07:46 +0000 |
commit | 7e6fb55914f1367e12dc98196ea86ac8e6432a5e (patch) | |
tree | 85f89a8b1b2167b782e22cd0e2535b4f3eb32fa5 /math/p5-AI-NeuralNet-Mesh | |
parent | 9d6877cafbfdd5594276864e1c54a9c97b3fb5d7 (diff) | |
download | ports-7e6fb55914f1367e12dc98196ea86ac8e6432a5e.tar.gz ports-7e6fb55914f1367e12dc98196ea86ac8e6432a5e.zip |
Notes
Diffstat (limited to 'math/p5-AI-NeuralNet-Mesh')
-rw-r--r-- | math/p5-AI-NeuralNet-Mesh/Makefile | 24 | ||||
-rw-r--r-- | math/p5-AI-NeuralNet-Mesh/distinfo | 1 | ||||
-rw-r--r-- | math/p5-AI-NeuralNet-Mesh/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-AI-NeuralNet-Mesh/pkg-descr | 14 | ||||
-rw-r--r-- | math/p5-AI-NeuralNet-Mesh/pkg-plist | 4 |
5 files changed, 44 insertions, 0 deletions
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 |