PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Rizza   PHP Neural Network Library   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Neural Network Library
Implements a multilayer perceptron neural network
Author: By
Last change:
Date: 3 years ago
Size: 280 bytes
 

Contents

Class file image Download

php-nn

This is my first attempt at implamenting a multilayer perceptron neural network in php. Currently the network uses a standard backpropogation algorithm to train. This project will be updated with newer training methods shortly.