Skip to content

leftouterjoins/php-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published