Login   Register  
PHP Classes

Class: Back Propagation Scale

Icontem
elePHPant

  Classes of freedelta  >  Back Propagation Scale  >  Download  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Back Propagation Scale Support forum
Base name: back-propagation
Description: Implement neural networks using back propagation
Version: -
Required PHP version: 3.0
License: Free For Educational Use
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of freedelta
Name: freedelta <e-mail contact>
Published packages: 2 Browse this author's classes Browse this author's classes
Country: France France - PHP jobs in France
Home page: http://freedelta.free.fr/

Innovation Award

PHP Programming Innovation award nominee
March 2010
Nominee
Vote
Back propagation is a well known algorithm to implement neural networks.

It works by self-adjusting the weights of each neuron by propagating from the output to the input weights by evaluating the difference between the expected results and the current results during the training phase.

This class provides a PHP implementation of the back propagation algorithm.

Manuel Lemos

Groups

Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Artificial intelligence Automation of tasks using human-like intelligence View top rated classes

Detailed description

This class can be used to implement neural networks using back propagation.

It can setup a neural network work with a given number of layers.

The class takes a data set and a test output data set and runs the neural network using back propagation to to adjust weights based on network errors.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Accessible without login Plain text file class.BackPropagationScale.php Class BackPropagation With Scale
Accessible without login Plain text file results Output Output data backpropagation
Download all files: back-propagation.tar.gz back-propagation.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.