PHPNN News
Status: Planning
Brought to you by:
theglasswalker
We are almost ready to release the initial version of the code. Just working on a few more minor tweaks, and a bit of testing, at which point an alpha release of the code will be made available.
The initial release will be the basic class, with a very simple interface for creating and using php based neural nets, built around my own slightly altered version of a standard multi-layer perceptron, with backpropogation learning. Using a combination of gradient descent, and momentum calculations to adjust and fine-tune the learning algorithm. But even though this system is simple to start with, we will still be fleshing the code out much more, and adding new classes to offer new features, or more specialized neural net implimentations.