diff options
author | will <will@FreeBSD.org> | 2001-01-01 08:07:46 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 08:07:46 +0000 |
commit | cdcceaa4deedb07292f97722c58ad83f9ea58b8a (patch) | |
tree | 06e2f75701ac34b1e37414ffcc523b710b537706 | |
parent | 15c8468130036c2169513b74d09c28eaaa09cdb3 (diff) | |
download | FreeBSD-ports-cdcceaa4deedb07292f97722c58ad83f9ea58b8a.zip FreeBSD-ports-cdcceaa4deedb07292f97722c58ad83f9ea58b8a.tar.gz |
Add p5-AI-NeuralNet-Mesh 0.44, a perl module implementing an optimized,
accurate neural network mesh.
-rw-r--r-- | math/Makefile | 1 | ||||
-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 |
6 files changed, 45 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 93e78bc..785b0e7 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 0000000..93ef09d --- /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 0000000..2eeecf5 --- /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 0000000..706deeb --- /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 0000000..ad932f9 --- /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 0000000..10bbec1 --- /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 |