PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   PHP Neural Net Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Neural Net Library
Build, train, evaluate, and use neural networks
Author: By
Last change:
Date: 6 months ago
Size: 564 bytes
 

Contents

Class file image Download
{ "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" } }