Installation

From Artificial Neural Network for PHP
Revision as of 21:04, 17 December 2007 by Thwien (talk | contribs) (New page: <big>'''ANN - Artificial Neural Network for PHP 5.x'''</big> This chapter describes the steps to implement the ANN source code to your project. == Installation == * Unpack the source c...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

ANN - Artificial Neural Network for PHP 5.x

This chapter describes the steps to implement the ANN source code to your project.


Installation

  • Unpack the source code

tar -xzf ann200.tar.gz

  • Including to your source

<?php
require_once ('ANN/ANN_Network.php');
$ann = new ANN_Network;
?>

Links flutender Blocksatz