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

Asus Ai Booster software
Filter: All | Freeware | Demo
 

Asus Ai Booster

1 2 3 4 5 > 
Added: October 27, 2006 | Visits: 27.197

Modem Booster Tired of slow surfing speed and page downloads? Getting delayed responses when you are gaming online? Your modem settings are not optimized! As seen on PC Magazine, Modem Booster works with all dial-up Networking ISPs and optimizes your Internet connection settings to increase your modem speed...




License: Shareware Cost: $19.95 USD Size: 1.76 MB Download (4693): Modem Booster Download

Added: July 13, 2006 | Visits: 2.558

Omniquad Desktop Booster Intelligence comes to the Windows environment - Omniquad Desktop Booster makes your life easier and the time spent at your computer more productive. This program effectively recognizes how you use your computer, and which files and programs you access, before creating easy shortcuts on your...





Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 1.71 MB Download (124): Omniquad Desktop Booster Download

Released: August 10, 2006  |  Added: June 19, 2009 | Visits: 7.054

RAM Booster Expert RAM Booster Expert is a RAM memory optimizer. It free up RAM memory and make your computer faster and stable. It allows you to instantly free up memory when your system slows down. Also it will defragment physical memory and will recover used memory from Windows and other applications. It is an...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 1.18 MB Download (1153): RAM Booster Expert Download

Released: May 02, 2007  |  Added: May 26, 2007 | Visits: 3.138

Registry Booster Residual files, unused and undeleted drivers, and corrupt or bad entries in registry settings will quickly litter even the newest of computers. The result? Frequent error messages, slow start-ups, declining and poor performance and registry integrity, unstable and frequent application errors and...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 2.37 MB Download (195): Registry Booster Download

Released: August 27, 2009  |  Added: October 08, 2009 | Visits: 3.869

Max PC Booster Max PC Booster tunes and Optimizes your PC Performance to give you fast and stable operation. Max PC Booster gives you the combined power of its four Award winning software Max Registry Cleaner, Max PC Privacy, Max Internet Optimizer and Max RAM Optimizer for the price of ONE product. Max PC...


Platforms: Windows

License: Shareware Cost: $39.99 USD Size: 3.12 MB Download (235): Max PC Booster Download

Released: August 05, 2010  |  Added: August 09, 2010 | Visits: 3.464

Premium Booster Maintaining your PC in good shape is usually a complete pain for its user. One should always be on guard against bunch of factors which can significantly decrease your computer's speed. The best way to prevent hindering of any kind is to conduct regular cleaning/defrag procedures to your...


Platforms: Windows

License: Shareware Cost: $26.95 USD Size: 4.49 MB Download (217): Premium Booster Download

Released: July 19, 2008  |  Added: July 23, 2008 | Visits: 4.246

Instant RAM Booster Instant RAM Booster assists you in managing the memory of your computer more efficiently. This leads to increase in the performance of your computer and makes it more stable. Instant RAM Booster shows you detailed real-time usage of Physical and Virtual Memory graphically. Also it shows the usage...


Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 1.31 MB Download (905): Instant RAM Booster Download

Released: September 16, 2009  |  Added: September 19, 2009 | Visits: 2.207

Uniture Memory Booster Uniture Memory Booster is a professional memory booster used for speeding up computer. For having powerful functions, Uniture Memory Booster can free up wasted RAM automatically and compresses system memory to make processes run faster with greater stability. It is feature-rich yet easy to use...


Platforms: Windows

License: Shareware Cost: $14.99 USD Size: 2.11 MB Download (810): Uniture Memory Booster Download

Added: January 18, 2010 | Visits: 1.082

AI::FuzzyInference 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 (109): AI::FuzzyInference Download

Added: January 17, 2010 | Visits: 997

AI::NNFlex 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 (94): AI::NNFlex Download

Added: October 16, 2010 | Visits: 954

AI::NNFlex::Reinforce 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 (90): AI::NNFlex::Reinforce Download

Added: March 09, 2010 | Visits: 1.100

AI::NNFlex::Backprop 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 (91): AI::NNFlex::Backprop Download

Added: July 05, 2010 | Visits: 1.525

Games::Euchre::AI 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 (97): Games::Euchre::AI Download

Added: September 21, 2010 | Visits: 1.097

AI::Prolog::Builtins 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 (102): AI::Prolog::Builtins Download

Added: November 14, 2010 | Visits: 926

AI::NeuralNet::Simple 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 (102): AI::NeuralNet::Simple Download

Added: January 13, 2010 | Visits: 1.363

Mind AI 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 (96): Mind AI Download

Added: August 05, 2010 | Visits: 1.457

AI::DecisionTree 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 (170): AI::DecisionTree Download

Added: May 24, 2010 | Visits: 962

AI::Menu 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 (91): AI::Menu Download

Added: August 04, 2010 | Visits: 889

AI::NeuralNet::BackProp 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 (99): AI::NeuralNet::BackProp Download

Added: August 20, 2010 | Visits: 881

AI::NeuralNet::Kohonen 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 (111): AI::NeuralNet::Kohonen Download

1 2 3 4 5 >