{
"name": "cuthbert-lwinga/neural-net-php",
"description": "A lightweight PHP library for building and training simple neural networks. Includes utilities for matrix operations and random number generation.",
"license": "MIT",
"autoload": {
"psr-4": {
"NameSpaceRandomGenerator\\": "CLASSES/",
"NameSpaceNumpyLight\\": "CLASSES/",
"NameSpaceThreads\\": "CLASSES/"
}
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"require": {
"smalot/pdfparser": "^2.7"
},
"scripts": {
"test": "./vendor/bin/phpunit"
}
}
|