Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.243.757 Times

AI::NeuralNet::Simple 0.10

  Date Added: November 14, 2010  |  Visits: 926

AI::NeuralNet::Simple

Report Broken Link
Printer Friendly Version


Product Homepage
Download (102 downloads)



AI::NeuralNet::Simple is a simple learning module for building neural nets. SYNOPSIS use AI::NeuralNet::Simple; my $net = AI::NeuralNet::Simple->new(2,1,2); # teach it logical or for (1 .. 10000) { $net->train([1,1],[0,1]); $net->train([1,0],[0,1]); $net->train([0,1],[0,1]); $net->train([0,0],[1,0]); } printf "Answer: %dn", $net->winner([1,1]); printf "Answer: %dn", $net->winner([1,0]); printf "Answer: %dn", $net->winner([0,1]); printf "Answer: %dnn", $net->winner([0,0]); ABSTRACT This module is a simple neural net learning tool designed for those who have an interest in artificial intelligence but need a "gentle" introduction. This is not intended to replace any of the neural net modules currently available on the CPAN. Instead, the documentation is designed to be easy enough for a beginner to understand..

Requirements: No special requirements
Platforms: Linux
Keyword: Ai Aineuralnetsimple Learning Libraries Module Net- Neural Neuralnet Programming Simple
Users rating: 0/10

License: Freeware Size: 17.41 KB
USER REVIEWS
More Reviews or Write Review


AI::NEURALNET::SIMPLE RELATED
Modules  -  SMFforum Integration module 6.x-1.23
SMFforum Integration module provides integration with SMF: Simple Machines Forumhttp://www.simplemachines.org/.The following blocks are provided to integrate SMF with your Drupal site:1) SMFforum: Hidden authenticationAllows forum users to login...
20.48 KB  
Libraries  -  AI::DecisionTree 0.08
AI::DecisionTree is Perl module for automatically Learns Decision Trees. SYNOPSIS use AI::DecisionTree; my $dtree = new AI::DecisionTree; # A set of training data for deciding whether to play tennis $dtree->add_instance (attributes =>...
25.6 KB  
Libraries  -  Text::EtText::EtText2HTML 2.2
Text::EtText::EtText2HTML is a Perl module to convert from the simple EtText editable-text format into HTML. SYNOPSIS my $t = new Text::EtText::EtText2HTML; print $t->text2html ($text); or my $t = new Text::EtText::EtText2HTML; print...
143.36 KB  
Libraries  -  Text::MicroMason::Functions 1.992
Text::MicroMason::Functions Perl module contains Function Exporter for Simple Mason Templates. SYNOPSIS Use the execute function to parse and evalute a template: use Text::MicroMason::Functions qw( execute ); print execute($template,...
69.63 KB  
Science  -  WEKA Classification Algorithms 1.8
A collection of plug-in algorithms for the WEKA machine learning workbench including artificial neural network (ANN) algorithms, and artificial immune system (AIS) algorithms.
5.61 MB  
Teaching Tools  -  Question Tools Editor 4.3.0
Question Tools Editor is a fully-functional, free, e-learning tool used in 148 countries. Programming, scripting and HTML skills are not required. Editor allows you to create exciting, interactive e-learning lessons, exercises and tests for...
26.99 MB  
Programming  -  kin 0.0.2
kin is a set of libraries and tools supporting meta-programming for engineering and technical computing applications. This JVM version of kin has been superseded by the stand-alone version being developed at http://purl.org/net/kin.
477.44 KB  
Modules  -  feed_node 4.7.x-1.x-de
The purpose of this module is to provide a simple method for displaying aggregator feed items within a node framework. One can "feed enable" a particular node type which allows the user to attach a single feed to a node by specifying a feed title...
10 KB  
Modules  -  BannerConnect Adspace 6.x-1.0
The BannerConnect adspace module is an easy and simple ad display system created for Drupal web sites. Adspace creates a block for each ad, which gives the users full control over where their ads are placed within the Drupal layout.BannerConnect...
10 KB  
Teaching Tools  -  Question Tools Editor Suite 3.0
Question Tools EditorSuite is a fully-functional, free, integrated suite of e-learning tools used in 121 countries, programming, scripting and HTML skills are not required. Comprising the Editor, SimpleSet and Exam applications, EditorSuite allows...
5.37 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB