Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 451 Bytes

File metadata and controls

29 lines (18 loc) · 451 Bytes

php-nn

A demonstrational neural network in plain 'ol OO PHP.

don't tell me what i can't do

Dependencies:

PHP 8.1+ or Docker

Run via local PHP

cd <this-repo>
php nn.php

Run via Docker

cd <this-repo>
docker build -t phpnn:latest
docker compose run --rm phpnn

Usage

Edit options and explore the inner workings in nn.php.