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:
parent
7e6fb55914
commit
b82d76b58c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36556
@ -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
|
||||
|
22
math/p5-AI-Perceptron/Makefile
Normal file
22
math/p5-AI-Perceptron/Makefile
Normal 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>
|
1
math/p5-AI-Perceptron/distinfo
Normal file
1
math/p5-AI-Perceptron/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (AI-Perceptron-0.01.tar.gz) = e0be7c652e4b9931b94927fb602a6350
|
1
math/p5-AI-Perceptron/pkg-comment
Normal file
1
math/p5-AI-Perceptron/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A perl module intended as an introduction to internal operations of neural networks
|
5
math/p5-AI-Perceptron/pkg-descr
Normal file
5
math/p5-AI-Perceptron/pkg-descr
Normal 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
|
4
math/p5-AI-Perceptron/pkg-plist
Normal file
4
math/p5-AI-Perceptron/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user