1 Star 0 Fork 4

workor / php-ml

forked from Gitee 极速下载 / php-ml 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 739 Bytes
一键复制 编辑 原始数据 按行查看 历史
Arkadiusz Kondas 提交于 2017-02-03 12:58 . Update phpunit to 6.0
{
"name": "php-ai/php-ml",
"type": "library",
"description": "PHP-ML - Machine Learning library for PHP",
"license": "MIT",
"keywords": ["machine learning","pattern recognition","neural network","computational learning theory","artificial intelligence","data science","feature extraction"],
"homepage": "https://github.com/php-ai/php-ml",
"authors": [
{
"name": "Arkadiusz Kondas",
"email": "arkadiusz.kondas@gmail.com"
}
],
"autoload": {
"psr-0": {
"Phpml": "src/"
}
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"config": {
"bin-dir": "bin"
}
}
1
https://gitee.com/cxd520/php-ml.git
git@gitee.com:cxd520/php-ml.git
cxd520
php-ml
php-ml
master

搜索帮助