Login   Register  
PHP Classes
elePHPant
Icontem

Class: Back Propagation Scale

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of freedelta  >  Back Propagation Scale  >  Download .tar.gz .zip  >  Support forum Support forum (3)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Back Propagation Scale
Base name: back-propagation
Description: Implement neural networks using back propagation
Related classes: , , , , , , ,
Version: -
PHP version: 3.0
License: Free For Educational Use
All time users: 629 users
All time rank: 3998
Week users: 1 user
Week rank: 2434
Picture of freedelta
Author: freedelta <e-mail contact>
Packages: 3 Browse this author's classes Browse this author's classes
Country: France France - PHP jobs in France
Age: 52
All time rank: 158648 in France France
Week rank: 1620 Down46 in France France Up
Innovation award
Innovation award
Nominee: 1x


  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.

 

  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

  Rate classes User ratings   Applications   Files Files  

  Innovation Award  
PHP Programming Innovation award nominee
March 2010
Number 2
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

  User ratings  
Not yet rated by the users

  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 folder image 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.