{"id":13441061,"url":"https://github.com/RubixML/ML","last_synced_at":"2025-03-20T11:34:55.082Z","repository":{"id":37475304,"uuid":"121482350","full_name":"RubixML/ML","owner":"RubixML","description":"A high-level machine learning and deep learning library for the PHP language.","archived":false,"fork":false,"pushed_at":"2024-08-31T22:58:23.000Z","size":31609,"stargazers_count":2018,"open_issues_count":64,"forks_count":183,"subscribers_count":57,"default_branch":"master","last_synced_at":"2024-09-08T12:15:52.264Z","etag":null,"topics":["ai","algorithm","analytics","anomaly-detection","artificial-intelligence","classification","clustering","cross-validation","data-science","deep-learning","machine-learning","machine-learning-library","natural-language-processing","neural-network","php","php-ai","php-machine-learning","php-ml","prediction","regression"],"latest_commit_sha":null,"homepage":"https://rubixml.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RubixML.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["andrewdalpino"]}},"created_at":"2018-02-14T07:20:19.000Z","updated_at":"2024-09-05T10:54:38.000Z","dependencies_parsed_at":"2023-02-12T17:01:06.330Z","dependency_job_id":"bfd58f9b-650a-4471-bbb0-8a68a2b21c94","html_url":"https://github.com/RubixML/ML","commit_stats":{"total_commits":1801,"total_committers":35,"mean_commits":"51.457142857142856","dds":0.05885619100499717,"last_synced_commit":"ef4a7158daa283892971a4c2936185619b5c29a5"},"previous_names":["rubixml/rubixml"],"tags_count":77,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixML%2FML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixML%2FML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixML%2FML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixML%2FML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubixML","download_url":"https://codeload.github.com/RubixML/ML/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221752232,"owners_count":16874950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","algorithm","analytics","anomaly-detection","artificial-intelligence","classification","clustering","cross-validation","data-science","deep-learning","machine-learning","machine-learning-library","natural-language-processing","neural-network","php","php-ai","php-machine-learning","php-ml","prediction","regression"],"created_at":"2024-07-31T03:01:29.489Z","updated_at":"2024-10-28T00:31:41.093Z","avatar_url":"https://github.com/RubixML.png","language":"PHP","readme":"# Rubix ML\n\n[![PHP from Packagist](https://img.shields.io/packagist/php-v/rubix/ml.svg?style=flat\u0026colorB=8892BF)](https://www.php.net/) [![Latest Stable Version](https://img.shields.io/packagist/v/rubix/ml.svg?style=flat\u0026colorB=orange)](https://packagist.org/packages/rubix/ml) [![Downloads from Packagist](https://img.shields.io/packagist/dt/rubix/ml.svg?style=flat\u0026colorB=red)](https://packagist.org/packages/rubix/ml) [![Code Checks](https://github.com/RubixML/ML/actions/workflows/ci.yml/badge.svg)](https://github.com/RubixML/ML/actions/workflows/ci.yml) [![GitHub](https://img.shields.io/github/license/RubixML/RubixML)](https://github.com/RubixML/ML/blob/master/LICENSE.md)\n\nA high-level machine learning and deep learning library for the [PHP](https://php.net) language.\n\n- **Developer-friendly** API is delightful to use\n- **40+** supervised and unsupervised learning algorithms\n- **Support** for ETL, preprocessing, and cross-validation\n- **Open source** and free to use commercially\n\n## Installation\nInstall Rubix ML into your project using [Composer](https://getcomposer.org/):\n```sh\n$ composer require rubix/ml\n```\n\n### Requirements\n- [PHP](https://php.net/manual/en/install.php) 7.4 or above\n\n#### Recommended\n- [Tensor extension](https://github.com/RubixML/Tensor) for fast Matrix/Vector computing\n\n#### Optional\n\n- [GD extension](https://php.net/manual/en/book.image.php) for image support\n- [Mbstring extension](https://www.php.net/manual/en/book.mbstring.php) for fast multibyte string manipulation\n- [SVM extension](https://php.net/manual/en/book.svm.php) for Support Vector Machine engine (libsvm)\n- [PDO extension](https://www.php.net/manual/en/book.pdo.php) for relational database support\n- [GraphViz](https://graphviz.org/) for graph visualization\n\n## Documentation\nRead the latest docs [here](https://docs.rubixml.com).\n\n## What is Rubix ML?\nRubix ML is a free open-source machine learning (ML) library that allows you to build programs that learn from your data using the PHP language. We provide tools for the entire machine learning life cycle from ETL to training, cross-validation, and production with over 40 supervised and unsupervised learning algorithms. In addition, we provide tutorials and other educational content to help you get started using ML in your projects.\n\n## Getting Started\nIf you are new to machine learning, we recommend taking a look at the [What is Machine Learning?](https://docs.rubixml.com/latest/what-is-machine-learning.html) section to get started. If you are already familiar with basic ML concepts, you can browse the [basic introduction](https://docs.rubixml.com/latest/basic-introduction.html) for a brief look at a typical Rubix ML project. From there, you can browse the official tutorials below which range from beginner to advanced skill level.\n\n### Tutorials \u0026 Example Projects\nCheck out these example projects using the Rubix ML library. Many come with instructions and a pre-cleaned dataset.\n\n- [CIFAR-10 Image Recognizer](https://github.com/RubixML/CIFAR-10)\n- [Color Clusterer](https://github.com/RubixML/Colors)\n- [Credit Default Risk Predictor](https://github.com/RubixML/Credit)\n- [Customer Churn Predictor](https://github.com/RubixML/Churn)\n- [Divorce Predictor](https://github.com/RubixML/Divorce)\n- [DNA Taxonomer](https://github.com/RubixML/DNA)\n- [Dota 2 Game Outcome Predictor](https://github.com/RubixML/Dota2)\n- [Human Activity Recognizer](https://github.com/RubixML/HAR)\n- [Housing Price Predictor](https://github.com/RubixML/Housing)\n- [Iris Flower Classifier](https://github.com/RubixML/Iris)\n- [MNIST Handwritten Digit Recognizer](https://github.com/RubixML/MNIST)\n- [Text Sentiment Analyzer](https://github.com/RubixML/Sentiment)\n- [Titanic Survival Predictor](https://github.com/Jenutka/titanic_php)\n\n## Interact With The Community\n\n- [Join Our Telegram Channel](https://t.me/RubixML)\n\n## Contributing\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\nThe code is licensed [MIT](LICENSE) and the documentation is licensed [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/).\n","funding_links":["https://github.com/sponsors/andrewdalpino"],"categories":["PHP","配置 Configuration","Machine Learning"],"sub_categories":["机器学习 Machine Learning","Utilities \u0026 Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRubixML%2FML","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRubixML%2FML","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRubixML%2FML/lists"}