Download: Difference between revisions
From Artificial Neural Network for PHP
mNo edit summary |
|||
Line 5: | Line 5: | ||
== Version '''2.0.0''' (2007-12-17) '''''stable''''' == |
== Version '''2.0.0''' (2007-12-17) '''''stable''''' == |
||
Author: Thomas Wien |
'''Author: Thomas Wien''' |
||
* [http://ann.thwien.de/downloads/ann200.zip Download - ann200.zip] |
* [http://ann.thwien.de/downloads/ann200.zip Download - ann200.zip] |
||
* [http://ann.thwien.de/downloads/ann200.tar.gz Download - ann200.tar.gz] |
* [http://ann.thwien.de/downloads/ann200.tar.gz Download - ann200.tar.gz] |
||
Documentation (online) |
'''Documentation (online)''' |
||
* [http://ann.thwien.de/phpdoc/ Dokumentation (HTML online)] |
* [http://ann.thwien.de/phpdoc/ Dokumentation (HTML online)] |
||
'''Change-Log''' |
|||
* PHP 5.x support |
|||
* PHPDoc documentation |
|||
* Momentum support |
|||
* Linear / binary output |
|||
* ANN_InputValue + ANN_OutputValue classes |
|||
* Exceptions |
|||
* Threshold function |
|||
* Tangens hyperbolicus transfer function |
|||
* Several performance issues |
|||
* Avoiding array_keys() & srand() |
|||
* Changes in saving and loading network |
|||
* Printing network details to browser |
|||
* Fixing bug: initializing inputs to all hidden layers |
|||
* Fixing bug: training for first hidden layer was skipped |
|||
== Version '''1.0''' (2002) == |
== Version '''1.0''' (2002) == |
||
Author: Eddy Young |
'''Author: Eddy Young''' |
||
[http://freebsd.mu/freebsd/archives/000039.html Project page on freebsd.mu] |
[http://freebsd.mu/freebsd/archives/000039.html Project page on freebsd.mu] |
||
'''Change-Log''' |
|||
* Initial version |
Revision as of 10:29, 21 December 2007
ANN - Artificial Neural Network for PHP 5.x
Current stable version of ANN implementation for PHP 5.x is version 2.0.0 released at 17th December, 2007. Go to Installation section to get information on how to implement these PHP libraries into your project.
Version 2.0.0 (2007-12-17) stable
Author: Thomas Wien
Documentation (online)
Change-Log
- PHP 5.x support
- PHPDoc documentation
- Momentum support
- Linear / binary output
- ANN_InputValue + ANN_OutputValue classes
- Exceptions
- Threshold function
- Tangens hyperbolicus transfer function
- Several performance issues
- Avoiding array_keys() & srand()
- Changes in saving and loading network
- Printing network details to browser
- Fixing bug: initializing inputs to all hidden layers
- Fixing bug: training for first hidden layer was skipped
Version 1.0 (2002)
Author: Eddy Young
Change-Log
- Initial version