1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add p5-AI-NeuralNet-Mesh 0.44, a perl module implementing an optimized,

accurate neural network mesh.
This commit is contained in:
Will Andrews 2001-01-01 08:07:46 +00:00
parent 9d6877cafb
commit 7e6fb55914
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36555
6 changed files with 45 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (AI-NeuralNet-Mesh-0.44.zip) = 5d1c68c7d494da158ce50c263a7d77a1

View File

@ -0,0 +1 @@
A perl module implementing an optimized, accurate neural network mesh

View File

@ -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

View File

@ -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