1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add p5-AI-Perceptron 0.01, a perl module intended as an introduction to

internal operations of neural networks.
This commit is contained in:
Will Andrews 2001-01-01 08:16:56 +00:00
parent 7e6fb55914
commit b82d76b58c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36556
6 changed files with 34 additions and 0 deletions

View File

@ -45,6 +45,7 @@
SUBDIR += oleo
SUBDIR += p5-AI-NeuralNet-BackProp
SUBDIR += p5-AI-NeuralNet-Mesh
SUBDIR += p5-AI-Perceptron
SUBDIR += p5-Math-Expr
SUBDIR += p5-Math-Logic
SUBDIR += p5-MatrixReal

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: AI-Perceptron
# Date created: 04 Nov 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= AI-Perceptron
PORTVERSION= 0.01
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= AI
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (AI-Perceptron-0.01.tar.gz) = e0be7c652e4b9931b94927fb602a6350

View File

@ -0,0 +1 @@
A perl module intended as an introduction to internal operations of neural networks

View File

@ -0,0 +1,5 @@
This module is meant to be an introduction to the internal operations
of Neural Networks. It lets the user create a single node in a neural
net based on the Perceptron model.
--will

View File

@ -0,0 +1,4 @@
lib/perl5/%%PERL_VERSION%%/man/man3/AI::Perceptron.3
lib/perl5/site_perl/%%PERL_VER%%/AI/Perceptron.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AI/Perceptron/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AI/Perceptron