Development: Difference between revisions
From Artificial Neural Network for PHP
No edit summary |
|||
Line 1: | Line 1: | ||
<big>'''ANN - Artificial Neural Network for PHP |
<big>'''ANN - Artificial Neural Network for PHP'''</big> |
||
This page offers to participate on the development of ANN implementation for PHP |
This page offers to participate on the development of ANN implementation for PHP. Please feel free to clone this git repository, do enhancements on the code and send your repository or patch files to info_at_thwien_dot_de. |
||
== Public ANN Git Repository == |
== Public ANN Git Repository == |
Latest revision as of 10:39, 27 November 2020
ANN - Artificial Neural Network for PHP
This page offers to participate on the development of ANN implementation for PHP. Please feel free to clone this git repository, do enhancements on the code and send your repository or patch files to info_at_thwien_dot_de.
Public ANN Git Repository
# git clone https://ann.thwien.de/ann.git
Rules for developers
- Write code, don't copy it from others
- Consider the licence
- Use the same code standard
- Test your code changes before sending patches
- Include examples to the example directory
- Use php doc comments