PHP Classes

Back Propagation Scale: Implement neural networks using back propagation

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (5)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,238 All time: 3,089 This week: 70Up
Version License PHP version Categories
back-propagation 1.0.0Free For Educatio...3.0PHP 5, Artificial intelligence
Description 

Author

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.

Innovation Award
PHP Programming Innovation award nominee
March 2010
Number 2


Prize: One book of choice by Apress
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
Picture of freedelta
Name: freedelta <contact>
Classes: 3 packages by
Country: France France
Age: 64
All time rank: 151847 in France France
Week rank: 312 Up15 in France France Up
Innovation award
Innovation award
Nominee: 1x

  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

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,238
This week:0
All time:3,089
This week:70Up
User Comments (1)
Great job.
9 years ago (jarek)
60%StarStarStarStar