nokitakaze/neural

This package is abandoned and no longer maintained. No replacement package was suggested.

Pure environment PHP CMS

v0.2.0 2017-04-23 14:45 UTC

This package is not auto-updated.

Last update: 2023-05-27 20:12:47 UTC


README

Current status

General

Total Downloads Downloads per month License

PHP 7.0

Build Status Scrutinizer Code Quality Code Coverage

PHP 5.6

Build Status Scrutinizer Code Quality Code Coverage

Usage

At first

composer require nokitakaze/neural

And then

require_once 'vendor/autoload.php';
$network = new NokitaKaze\Neural\Network('neural.dat');
$output = $network->calculate($input);