









Serving Software Downloads in 976 Categories, Downloaded 31.006.927 Times
AI RoboForm is a utility that automatically fills in those ubiquitous Web-based forms. It adds form-filler hot buttons to Internet Explorer 4.x or Netscape 6--all you have to do is click the Fill Forms button. A wizard helps you create an identity that includes your name, address, phone number,...
Platforms: Windows
License: Shareware | Cost: $29.99 USD | Size: 1024 B | Download (237): AI RoboForm Download |
Mind AI project is an artificial mind based on some advanced concepts: - machine learning - representation - meta representation of concepts - concept reflection - reification - denotation Interaction with the AI is done via IRC. Whats New in This Release: - geo: start some...
Platforms: *nix
License: Freeware | Download (79): Mind AI Download |
Roboform is the top-rated Password Manager and Web Form Filler that completely automates password entering and form filling.
RoboForm was named PC Magazine Editor's Choice, and CNET Download.com's Software of the Year. RoboForm:
Memorizes your passwords and Logs You In automatically....
Platforms: Windows
License: Freeware | Size: 2.61 MB | Download (218): Roboform Download |
AI::FuzzyInference is a Perl module to implement a Fuzzy Inference System. SYNOPSYS use AI::FuzzyInference; my $s = new AI::FuzzyInference; $s->inVar(service, 0, 10, poor => [0, 0, 2, 1, 4, 0], good => [2, 0, 4, 1, 6, 0], excellent => [4, 0, 6, 1, 8, 0], amazing => [6, 0, 8, 1,...
Platforms: *nix
License: Freeware | Size: 10.24 KB | Download (79): AI::FuzzyInference Download |
AI::NNFlex is a base Perl class for implementing neural networks. SYNOPSIS use AI::NNFlex; my $network = AI::NNFlex->new(config parameter=>value); $network->add_layer( nodes=>x, activationfunction=>function); $network->init(); $network->lesion( nodes=>PROBABILITY,...
Platforms: *nix
License: Freeware | Size: 33.79 KB | Download (70): AI::NNFlex Download |
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...
Platforms: *nix
License: Freeware | Size: 33.79 KB | Download (72): AI::NNFlex::Reinforce Download |
AI::NNFlex::Backprop project is a fast, pure perl backprop Neural Net simulator. SYNOPSIS use AI::NNFlex::Backprop; my $network = AI::NNFlex::Backprop->new(config parameter=>value); $network->add_layer(nodes=>x,activationfunction=>function); $network->init(); use...
Platforms: *nix
License: Freeware | Size: 33.79 KB | Download (73): AI::NNFlex::Backprop Download |
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 computer player, I recommend you start with...
Platforms: *nix
License: Freeware | Size: 21.5 KB | Download (81): Games::Euchre::AI Download |
AI::Prolog::Builtins is a Perl module with builtin predicates that AI::Prolog supports. Comments Comments begin with a % and terminate at the end of the line or begin with /* and terminate with */. Variables As in Prolog, all variables begin with an upper-case letter and are not quoted....
Platforms: *nix
License: Freeware | Size: 122.88 KB | Download (78): AI::Prolog::Builtins Download |
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]);...
Platforms: *nix
License: Freeware | Size: 17.41 KB | Download (79): AI::NeuralNet::Simple Download |
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 => {outlook => sunny, temperature => hot, humidity =>...
Platforms: *nix
License: Freeware | Size: 25.6 KB | Download (151): AI::DecisionTree Download |
AI::Menu is a Perl object that generates Tree::Nary objects from directed graphs or a description of the function set. The algorithm is not very efficient (approximately O(F^6), F being the number of functions). It is also not quite as intelligent as it should be. You should cache the results...
Platforms: *nix
License: Freeware | Size: 6.14 KB | Download (72): AI::Menu Download |
AI::NeuralNet::BackProp is a simple back-prop neural net that uses Deltas and Hebbs rule. SYNOPSIS use AI::NeuralNet::BackProp; # Create a new network with 1 layer, 5 inputs, and 5 outputs. my $net = new AI::NeuralNet::BackProp(1,5,5); # Add a small amount of randomness to the network...
Platforms: *nix
License: Freeware | Size: 96.26 KB | Download (74): AI::NeuralNet::BackProp Download |
AI::NeuralNet::Kohonen is a Perl module with Kohonens Self-organising Maps. SYNOPSIS $_ = AI::NeuralNet::Kohonen->new( map_dim_x => 39, map_dim_y => 19, epochs => 100, table => "3 1 0 0 red 0 1 0 yellow 0 0 1 blue 0 1 1 cyan 1 1 0 yellow 1 .5 0 orange 1 .5 1 pink" ); $_->train;...
Platforms: *nix
License: Freeware | Size: 11.26 KB | Download (91): AI::NeuralNet::Kohonen Download |
Downloads in Tab is an extension which opens "Downloads" manager in tab from Tools menu. Opens "Downloads" manager in tab from Tools menu or automaticlly when a download starts, when in options you uncheck "Show the Downloads window when downloading a file" To use tab, in Firefox Options...
Platforms: *nix
License: Freeware | Size: 3.07 KB | Download (100): Downloads in Tab |
AI::ExpertSystem::Simple is a simple expert system shell. SYNOPSIS This class implements a simple expert system shell that reads the rules from an XML knowledge base and questions the user as it attempts to arrive at a conclusion. This class is where all the work is being done and the other...
Platforms: *nix
License: Freeware | Size: 20.48 KB | Download (462): AI::ExpertSystem::Simple Download |
AI::FuzzyLogic is a Perl module for Fuzzy Set Operations and Tools. SYNOPSIS use AI::FuzzyLogic; $i = new AI::FuzzyLogic $unittype, @numbers; # new set with one subset $i = new AI::FuzzyLogic age, 0, 0.1, 0.2, 0.1, 0; # same thing $i = new AI::FuzzyLogic $subset1, $subset2, $subset3; #...
Platforms: *nix
License: Freeware | Size: 24.58 KB | Download (74): AI::FuzzyLogic Download |
GTacToe project is a Tic Tac Toe game with intelligent AI. It also features network play, two player local games, and much more. Installing 1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. 2. Type `make to compile...
Platforms: *nix
License: Freeware | Download (76): GTacToe Download |
Sell downloads online via paypal button creator provides buy now buttons to let you sell downloads and goods on your website. Sell downloads online via paypal button creator is a free PHP script for Sell downloads online and the button for increase traffic and online sales can put on your...
Platforms: Windows, Mac, Other, Pocket PC, Android, BlackBerry, iPhone, iPod, iTouch, Palm, Not Applicable, Unix, Linux, Handheld/Mobile Other, Java
License: Freeware | Size: 32 KB | Download (33): Sell Downloads Online via Paypal Button Creator |
PSP Games Downloads Advertising Wizard. PSP Sale store offers you a chance to get the world's leading games console at a great low price. The PlayStation Portable, officially abbreviated PSP is a handheld game console manufactured and marketed by Sony Computer Entertainment. Development of the...
Platforms: Windows
License: Freeware | Size: 672 KB | Download (31): PSP Games Downloads |