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

Learning Algorithm software
Filter: All | Freeware | Demo
 

Learning Algorithm

1 2 3 4 5 > 

Function Approximation Using Neural Network Without using Toolbox This code implements the basic back propagation of error learning algorithm. the network has tanh hidden neurons and a linear output neuron, and applied for predicting y=sin(2pix1)*sin(2pix2).We didn't use any feature of neural network toolbox.



Platforms: Matlab

License: Freeware Size: 112.64 KB Download (39): Function Approximation Using Neural Network Without using Toolbox Download

Added: May 03, 2013 | Visits: 417

Online Learning of Moving Gaussians Manipulate moving gaussians in real-time and see how an online learning algorithm reacts.In non-stationary learning problems, the target distribution changes over time, and our learned model must adapt. In this example, toy data is generated from two gaussian distributions. The learning algorithm...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Online Learning of Moving Gaussians Download

Released: September 23, 2012  |  Added: September 23, 2012 | Visits: 376

karatasi - flip cards on iPhone Flip card learning program for iPhone with a spaced learning algorithm. Create your own databases and edit the cards directly on the iPhone. Import Palm databases or csv-formatted files and backup your data with our Java application.


Platforms: Mac

License: Freeware Size: 3.63 MB Download (45): karatasi - flip cards on iPhone Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 348

TreeQ The TreeQ package is a set of C-language applications that implement aautomatic machine learning algorithm based on a tree-structured classifier. This approach is particularly effective for high-dimensional continuous data such as audio and video.


Platforms: Windows, Mac, Linux

License: Freeware Size: 323.26 KB Download (48): TreeQ Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 387

TBLTools plugin for GATE TBLTools is a set of GATE processing resources that implements the Fast Transformation Based Learning Algorithm. You can train it to learn rules for NLP tasks such as Named Entity Recognition and Shallow parsing.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.3 MB Download (45): TBLTools plugin for GATE Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 973

Neural Networks Inspired by neurons and their connections in the brain, neural network is a representation used in machine learning. After running the back-propagation learning algorithm on a given set of examples, the neural network can be used to predict outcomes for any set of input values. Neural Networks...


Platforms: Windows

License: Freeware Download (553): Neural Networks Download

Released: January 02, 2013  |  Added: January 02, 2013 | Visits: 686

Weka x64 Weka packahe provides a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and...


Platforms: Windows

License: Freeware Size: 35.1 MB Download (49): Weka x64 Download

Released: January 30, 2013  |  Added: January 30, 2013 | Visits: 840

Weka Weka packahe provides a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and...


Platforms: Windows

License: Freeware Size: 35.1 MB Download (54): Weka Download

Added: April 02, 2013 | Visits: 388

Rosenblatt's Perceptron It is a single lyer single neuron for linear sparable data classification.It implement the first neural networks algorithm by Rosenblatt's. It is a single lyer single neuron for linear sparable data classification.It implement the first neural networks algorithm by Rosenblatt's. It contains three...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Rosenblatt's Perceptron Download

Released: December 01, 2008  |  Added: February 03, 2009 | Visits: 5.710

Shape Collage Shape Collage is a free automatic photo collage maker that lets you create picture collages in less than a minute with just a few mouse clicks. Shape Collage creates collages using an intelligent machine learning algorithm that automatically places the photos in the collage and can arrange the...


Platforms: Windows, Mac, *nix

License: Demo Cost: $0.00 USD Size: 292.97 KB Download (867): Shape Collage Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 936

Shape Collage for Mac OS A free automatic photo collage maker that lets you create picture collages in a variety of shapes in less than a minute with just a few mouse clicks. Shape Collage creates collages using an intelligent machine learning algorithm that automatically places the photos in the collage and can arrange...


Platforms: Mac

License: Freeware Size: 849.92 KB Download (465): Shape Collage for Mac OS Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 240

CRFSharp CRFSharp(aka CRF#) is a .NET(C#) implementation of Conditional Random Fields, an machine learning algorithm for learning from labeled sequences of examples. It is widely used in Natural Language Process (NLP) tasks, for example: word breaker, postagging, named entity recognized, query chunking...


Platforms: Windows, Mac, Linux

License: Freeware Size: 64.47 KB Download (43): CRFSharp Download

Added: May 02, 2013 | Visits: 337

NLMS Algorithm Demo NLMS is one of the adaptive filter algorithms. In this file ,an experiment is made to identify a linear noisy system with the help of NLMS algorithm. The weights of the estimated system is nearly identical with the real one. Also , adaptive learning rate has been applied.A reference is used to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): NLMS Algorithm Demo Download

Added: January 16, 2006 | Visits: 8.077

Speaking dictionaries & learning words Multilingual dictionary, and the most efficient speaking software for learning words of foreign languages. Fast and convenient translation words using clipboard and hotkeys. It contains unique set of functions for learning words and guide to their pronunciation. Microsoft animated characters...


Platforms: Windows

License: Shareware Cost: $36.00 USD Size: 4.96 MB Download (767): Speaking dictionaries & learning words Download

Added: January 18, 2010 | Visits: 1.065

Algorithm::Dependency Algorithm::Dependency is a base class for implementing various dependency trees. SYNOPSIS use Algorithm::Dependency; use Algorithm::Dependency::Source::File; # Load the data from a simple text file my $data_source = Algorithm::Dependency::Source::File->new( foo.txt ); # Create the...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (121): Algorithm::Dependency Download

Added: October 17, 2010 | Visits: 2.250

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (209): Algorithm::Knapsack Download

Added: March 22, 2010 | Visits: 901

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

Added: April 09, 2010 | Visits: 1.030

Algorithm::Loops Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. SYNOPSYS use Algorithm::Loops qw( Filter MapCar MapCarU MapCarE MapCarMin NextPermute NextPermuteNum NestedLoops ); my @copy= Filter {tr/A-Z.,"()/a-z/d} @list; my $string= Filter...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (108): Algorithm::Loops Download

Added: April 26, 2010 | Visits: 4.212

Algorithm::Diff::Apply Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs. SYNOPSIS ## Single-diff form: use Algorithm::Diff::Apply qw{apply_diff}; my @ary = ...; my @diff = ...; # some call to Algorithm::Diff::diff() my @changed_ary = apply_diff(@ary, @diff); my $changed_ary =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): Algorithm::Diff::Apply Download

Added: May 06, 2010 | Visits: 2.099

Parallel Genetic Algorithm Library Parallel Genetic Algorithm Library (or PGAL for short) is a C++ toolkit for simply, efficiently, and swiftly producing genetic algorithm code that works across multiple processors. This is useful not only for those with multi-processor computers, but also for distributed and cluster computing...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (218): Parallel Genetic Algorithm Library Download

1 2 3 4 5 >