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

Ai Decoder software
Filter: All | Freeware | Demo
 

Ai Decoder

< 1 2 3 4 5 > 
Added: March 22, 2006 | Visits: 3.169

AI RoboForm 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 (263): AI RoboForm Download

Released: February 07, 2021  |  Added: April 15, 2021 | Visits: 2.397

Vance AI Vance AI Image Enhancer offers a new way to enhance image quality. It comes with advanced algorithms which were trained with millions of sample images. This enables enhancing images intelligently. Upscale image without losing quality. Remove noise without compromising on details. Unblur image...





Platforms: Windows 7

License: Shareware Cost: $9.90 USD Size: 6.18 MB Download (261): Vance AI Download

Added: August 10, 2006 | Visits: 3.082

WMA Encoder Decoder With the help of WMA Encoder Decoder, converting WAV PCM, MP3, Ogg Vorbis and AC3 format files to WMA format and decoding WMA to WAV PCM format becomes as easy as 1-2-3. Features intuitive multilingual interface as well as Audio CD ripping directly to WMA format using unique Click Noise Removal...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 3.59 MB Download (253): WMA Encoder Decoder Download

Added: August 17, 2008 | Visits: 1.816

Universal IM History decoder Universal IM History Decoder decodes message history files of most popular Instant Messengers. It supports: - MSN Messenger - Yahoo! Messenger - ICQ Messenger - Miranda Messenger. Using this program, you can decode and view not only yours, but also other's conversations, while offline,...


Platforms: Windows

License: Shareware Cost: $13.50 USD Size: 495 KB Download (202): Universal IM History decoder Download

Added: August 05, 2010 | Visits: 1.462

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

Released: June 15, 2023  |  Added: July 13, 2023 | Visits: 7.691

AVCLabs PhotoPro AI AVCLabs PhotoPro AI is a cutting-edge photo editing tool that utilizes state-of-the-art AI technology to provide a wide range of professional photo editing features. With this tool, you can easily enhance your photos, remove unwanted elements and backgrounds, boost image resolution, colorize...


Platforms: Windows

License: Free Cost: $0.00 USD Size: 97.39 MB Download (146): AVCLabs PhotoPro AI Download

Released: March 13, 2015  |  Added: August 10, 2015 | Visits: 1.547

DTMF Tone Decoder Why use an audio spectrum analyzer? For those of you that have done video installations, would you install a camera and lens without a monitor to see what you are doing? Why would you do an audio installation without seeing what you are doing? The analyzer gives you an inexpensive method to...


Platforms: Windows, Windows 7

License: Shareware Cost: $69.00 USD Size: 4.09 MB Download (144): DTMF Tone Decoder Download

Added: August 03, 2008 | Visits: 1.301

WinMail Decoder WinMail Decoder is a utility you can use in conjunction with your e-mail program. When you receive a message from a user who has 'mistakenly' sent you a message in Microsoft Outlook RTF format, you will receive the normal message text along with an attached file named...


Platforms: Windows

License: Shareware Cost: $9.95 USD Size: 881 KB Download (136): WinMail Decoder Download

Added: January 27, 2010 | Visits: 3.183

TiVo File Decoder TiVo File Decoder software converts a .TiVo file (produced by the TiVoToGo functionality on recent TiVo software releases) to a normal MPEG file. This has the same functionality as using TiVos supplied DirectShow DLL on Windows with a tool such as DirectShowDump, but is portable to different...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (131): TiVo File Decoder Download

Added: August 20, 2010 | Visits: 885

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

Added: January 18, 2010 | Visits: 1.088

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: November 14, 2010 | Visits: 930

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

Added: September 21, 2010 | Visits: 1.101

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: August 04, 2010 | Visits: 894

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

Released: January 09, 2008  |  Added: January 23, 2008 | Visits: 2.209

Money Decoder Money Decoder is your financial organizer, teacher, guide, motivator, and calculator. Be minutes from complete financial organization, elimination of files, boxes, statements, policies and documents. Free 15-20 minute profile permanently places you "2-Clicks" from all your personal monetary...


Platforms: Windows

License: Shareware Cost: $79.98 USD Size: 9.36 MB Download (99): Money Decoder Download

Added: July 05, 2010 | Visits: 1.527

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: January 13, 2010 | Visits: 1.367

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

Released: January 03, 2023  |  Added: February 11, 2023 | Visits: 7.057

AVCLabs Video Blur AI AVCLabs Video Blur AI is the unique and simplest app you need for perfect video blurring. Applying the blur effect, which is compliant with the generative adversarial network for face anonymization, will selectively and intelligently pixelate or censor the faces (even the multiple moving faces)...


Platforms: Windows 7

License: Shareware Cost: $9.95 USD Size: 109.92 MB Download (96): AVCLabs Video Blur AI Download

Added: January 17, 2010 | Visits: 1.002

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: April 12, 2010 | Visits: 954

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

< 1 2 3 4 5 >