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.277.642 Times

AI::NNFlex::Reinforce 0.24

  Date Added: October 16, 2010  |  Visits: 954

AI::NNFlex::Reinforce

Report Broken Link
Printer Friendly Version


Product Homepage
Download (90 downloads)



AI::NNFlex::Reinforce is a very simple experimental NN module. SYNOPSIS use AI::NNFlex::Reinforce; my $network = AI::NNFlex::Reinforce->new(config parameter=>value); $network->add_layer(nodes=>x,activationfunction=>function); $network->init(); use AI::NNFlex::Dataset; my $dataset = AI::NNFlex::Dataset->new([ [INPUTARRAY],[TARGETOUTPUT], [INPUTARRAY],[TARGETOUTPUT]]); my $sqrError = 10; for (1..100) { $dataset->learn($network); } $network->lesion({nodes=>PROBABILITY,connections=>PROBABILITY}); $network->dump_state(filename=>badgers.wts); $network->load_state(filename=>badgers.wts); my $outputsRef = $dataset->run($network); my $outputsRef = $network->output(layer=>2,round=>1); Reinforce is a very simple NN module. Its mainly included in this distribution to provide an example of how to subclass AI::NNFlex to write your own NN modules. The training method strengthens any connections that are active during the run pass..

Requirements: No special requirements
Platforms: Linux
Keyword: Ai Ainnflexreinforce Experimental Libraries Network- Nn Nnflex Programming Simple
Users rating: 0/10

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


AI::NNFLEX::REINFORCE RELATED
Programming  -  lisp-network-server 0.3
lisp-network-server is a simple framework for writing Common Lisp network applications. lisp-network-server framework takes care of listening on the network, accepting the connection and starting a new thread with handler functions of your...
10.24 KB  
Networking Tools  -  Network Communicator 2.0.0
Network Communicator is a simple script for sending and receiving data over TCP/UDP connections. It can be useful for testing firewall configurations, routing tables, and similar things. I had originally written two scripts for testing TCP...
9.22 KB  
Networking Tools  -  network-config 0.1
network-config is a simple network configuration tool. Network-config is a simple and easy to use program that helps configuring the network interfaces for linux-based operating systems. It allows to have multiple configurations for the same...
32.77 KB  
Networking Tools  -  Pinger Network Tools 0.2
Pinger Network Tools is a simple frontend for ping, netstat, traceroute and whois. My first ever Kommander script that I did in an effort to learn the Kommander scripting engine/style and to have something useful. Built with Kommander Editor...
30.72 KB  
Multimedia & Graphics  -  Spice-MLP 2.0
SPICE-MLP (the old name is SpiceNeuro or Neural Network Example - NNE) is a small application of Three-Layer Neural Network (NN) with multi-inputs and outputs, written for students who wanted to learn and develop their own NN applications. The...
 
Libraries  -  wwtxt 1.11
Parsing XML and CSS data is rather simple, but most libraries that aim for this simple goal are bloated with a whole lot of other irrelevant additions. The wwtxt library is a very minimalistic library containing just the required parsers (and...
46.08 KB  
Programming  -  Encog 3.0.0 Beta2
Encog is an advanced neural network and bot programming library. Encog can be used independently either to create neural networks or HTTP bot programs. Encog also includes classes that combine these two advanced features. Encog contains classes...
5.4 MB  
Development Tools  -  Gravel 1.0.2
Gravel is a set of component libraries which provide clean and simple components for JSF applications. - ga - This set of tags provide a set of action-related components. The tags support various response-time actions, security role-checking, and...
 
Backup Utilities  -  NNNbackup 1.0
NNNbackup, short from No-name network backup, is a simple backup system framework for data in an CIFS/SMB networked environment. It can also be used for backing up local data. The primary focus of this system is the simple selection of...
133.12 KB  
Libraries  -  Games::Euchre::AI 1.02
Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own...
21.5 KB  
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