PHP Neural Network
Usage Docs (still in progress)
<?php
require_once("vendor/autoload.php");
$ts = new \TaysML\Network();
$ts->init();
?>
Dependencies: https://github.com/phpsci/phpsci-carray
PHP Neural Network
Usage Docs (still in progress)
<?php
require_once("vendor/autoload.php");
$ts = new \TaysML\Network();
$ts->init();
?>
Dependencies: https://github.com/phpsci/phpsci-carray