From 7e6fb55914f1367e12dc98196ea86ac8e6432a5e Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Mon, 1 Jan 2001 08:07:46 +0000 Subject: Add p5-AI-NeuralNet-Mesh 0.44, a perl module implementing an optimized, accurate neural network mesh. --- math/p5-AI-NeuralNet-Mesh/Makefile | 24 ++++++++++++++++++++++++ math/p5-AI-NeuralNet-Mesh/distinfo | 1 + math/p5-AI-NeuralNet-Mesh/pkg-comment | 1 + math/p5-AI-NeuralNet-Mesh/pkg-descr | 14 ++++++++++++++ math/p5-AI-NeuralNet-Mesh/pkg-plist | 4 ++++ 5 files changed, 44 insertions(+) create mode 100644 math/p5-AI-NeuralNet-Mesh/Makefile create mode 100644 math/p5-AI-NeuralNet-Mesh/distinfo create mode 100644 math/p5-AI-NeuralNet-Mesh/pkg-comment create mode 100644 math/p5-AI-NeuralNet-Mesh/pkg-descr create mode 100644 math/p5-AI-NeuralNet-Mesh/pkg-plist (limited to 'math/p5-AI-NeuralNet-Mesh') 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 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 + +--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 -- cgit v1.2.3