PHP Classes

File: backend/composer.lock

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Modelo LLM PHP   backend/composer.lock   Download  
File: backend/composer.lock
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Modelo LLM PHP
Large language model to implement a chat bot
Author: By
Last change:
Date: 2 days ago
Size: 2,494 bytes
 

Contents

Class file image Download
{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "badecfc74d50b6e83671e02d293a8f4c", "packages": [ { "name": "php-ai/php-ml", "version": "0.10.0", "source": { "type": "git", "url": "git@gitlab.com:php-ai/php-ml.git", "reference": "543f11158c57bf64ef8ddecd5bab51d396d39f50" }, "dist": { "type": "zip", "url": "https://gitlab.com/api/v4/projects/php-ai%2Fphp-ml/repository/archive.zip?sha=543f11158c57bf64ef8ddecd5bab51d396d39f50", "reference": "543f11158c57bf64ef8ddecd5bab51d396d39f50", "shasum": "" }, "require": { "php": "^8.0" }, "require-dev": { "phpbench/phpbench": "^1.2", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/phpunit": "^8.0" }, "type": "library", "autoload": { "psr-4": { "Phpml\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Arkadiusz Kondas", "email": "arkadiusz.kondas@gmail.com" } ], "description": "PHP-ML - Machine Learning library for PHP", "homepage": "https://gitlab.com/php-ai/php-ml", "keywords": [ "Neural network", "artificial intelligence", "computational learning theory", "data science", "feature extraction", "machine learning", "pattern recognition" ], "time": "2022-11-09T09:25:29+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.6.0" }