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

Back Propagation Algorithm freeware
Filter: All | Freeware | Demo
 

Back Propagation Algorithm

1 2 3 4 5 > 
Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 732

Multiple Back-Propagation Multiple Back-Propagation is an easy to use application specially designed for the training of neural networks with the Back-Propagation and the Multiple Back-Propagation algorithms.



Platforms: Windows

License: Freeware Download (493): Multiple Back-Propagation Download

Control system for DC machine with current back-propagation and two levels of excitation Control system for DC machine with current back-propagation and two levels of excitation is using in wide area of applications.It developed for modeling of robustness in power circuit of electrical engine. The action of electrical engine determined by stringent conditions of confidence intervals.





Platforms: Matlab


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

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

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: April 09, 2013 | Visits: 347

Back Propogation Algorithm The training input vectors and target vectors are read from files data1in and data1out respectively. The no of nodes in input and output layer is decided depending on the no. of rows in these datasets.The no of hidden layers, No of nodes in each hidden layer and the target error (put 0.1) is to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Back Propogation Algorithm Download

Added: April 04, 2013 | Visits: 798

Neural Network for pattern recognition- Tutorial Simple tutorial on pattern recognition using back propagation neural networks. the program has 3 classes with 3 images per class.


Platforms: Matlab

License: Freeware Size: 10 KB Download (62): Neural Network for pattern recognition- Tutorial Download

Added: September 15, 2013 | Visits: 389

Neural Network Programs Perceptron LMS Feed Forward Back Propagation Character Recognition


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Neural Network Programs Download

Added: August 02, 2008 | Visits: 805

RHiTech NeuronNet RHiTech NeuronNet v 1.0b - this COM component allows emulating neural network and training it by the error back-propogation algorithm. Installation with example included.


Platforms: Windows

License: Freeware Size: 320 KB Download (477): RHiTech NeuronNet Download

Mackey-Glass Time Series Forecasting using Method 1 Single Stage Fuzzy Forecaster There are three methods (1, 2 & 3 [Back-propagation]) for forecasting a time series. Here is a collection of MATLAB programming, screen shorts, Fig files giving results. Follow comments in the files to run programs


Platforms: Matlab


Added: October 11, 2010 | Visits: 1.117

CTF CTF project is a multi-agent capture-the-flag framework for education. This project was started by Jason Rohrer during the fall of 2000 and was initially used to teach CS 472, Introduction to AI, at Cornell University. A homework assignment was given that asked students to design a CTF agent...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (111): CTF Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 425

ANNBear Simple program for artificial neural network users. Right now the program can manipulate with Feed forward back propagation network.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.63 MB Download (51): ANNBear Download

Neural Network Simulation of non-linear Mass Spring Damper -Compatible with pre-2010 vers. of Matlab and Neural network toolbox-Trains a perceptron for the spring and one for the damper. -Runs a simulation with forcing function and noise.-If you don't have the toolbox, you can still use my back-propagation.


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Neural Network Simulation of non-linear Mass Spring Damper Download

Added: February 01, 2010 | Visits: 1.227

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Added: April 02, 2013 | Visits: 405

NSGA - II: A multi-objective optimization algorithm NSGA-II is a very famous multi-objective optimization algorithm. I submitted an example previously and wanted to make this submission useful to others by creating it as a function. Even though this function is very specific to benchmark problems, with a little bit more modification this can be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): NSGA - II: A multi-objective optimization algorithm Download

Added: April 10, 2013 | Visits: 599

Active noise control system using FxLMS algorithm This simple simulation shows the implementation of FxLMS algorithm for a single channel feed-forward active noise control system. Here, the controller generates an "anti-noise" signal to result a destructive interference at the sensor position. The objective is to minimize the noise residue.The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Active noise control system using FxLMS algorithm Download

Added: August 10, 2013 | Visits: 773

Feedback active noise control system using FbLMS algorithm This simple simulation shows the implementation of FbLMS algorithm for a single channel feedback active noise control system. Here, the controller generates an "anti-noise" signal to result a destructive interference at the sensor position. The objective is to minimize the noise residue.FbLMS...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Feedback active noise control system using FbLMS algorithm Download

Added: November 01, 2006 | Visits: 3.740

Easy Go Back Easy Go Back is an Internet Explorer add-on that allows you to conveniently navigate the browser back and forward. Now you can navigate Internet Explorer back & forward with intuitive mouse movements. Press and hold down the right mouse button, move the mouse cursor to the left (backward), then...


Platforms: Windows

License: Freeware Size: 213 KB Download (147): Easy Go Back 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

1 2 3 4 5 >