Visual network topoloy: Difference between revisions
From Artificial Neural Network for PHP
(New page: == PNG image of network topology == <source lang="php"> require_once 'ANN/ANN_Network.php'; try { $network = ANN_Network::loadFromFile('xor.dat'); } catch(Exception $e) { print 'Netw...) |
No edit summary |
||
Line 18: | Line 18: | ||
$image->printImage(); |
$image->printImage(); |
||
</source> |
</source> |
||
== Output == |
|||
[[Image:network.png]] |