PHP Classes

Back Propagation Scale: Implement neural networks using back propagation

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,239 All time: 3,090 This week: 48Up
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: 151947 in France France
Week rank: 206 Up8 in France France Up
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files (2)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,239
This week:0
All time:3,090
This week:48Up
User Comments (1)
Great job.
10 years ago (jarek)
60%StarStarStarStar