百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

ML

> 编程语言
开源

一个高级的 机器学习 和 深度学习 库,用于 PHP 语言。

2.2K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

一个高级的 机器学习 和 深度学习 库,用于 PHP 语言。

Rubix ML

A high-level machine learning and deep learning library for the PHP language.

  • Developer-friendly API is delightful to use.
  • 40+ supervised and unsupervised learning algorithms.
  • Support for ETL, preprocessing, and cross-validation.
  • Open source and free to use commercially.

Installation

Install Rubix ML into your project using Composer:

composer require rubix/ml

Requirements

  • PHP 8.3 or above.

Recommended

  • Tensor extension for fast Matrix/Vector computing.
  • Swoole extension for multiprocessing support.

Optional

  • GD extension for image support.
  • Mbstring extension for fast multibyte string manipulation.
  • SVM extension for Support Vector Machine engine (libsvm).
  • PDO extension for relational database support.
  • GraphViz for graph visualization.

Documentation

Read the latest docs here.

What is Rubix ML?

Rubix 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.

Getting Started

If you are new to machine learning, we recommend taking a look at the What is Machine Learning? section to get started. If you are already familiar with basic ML concepts, you can browse the basic introduction 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.

Tutorials & Example Projects

Check out these example projects using the Rubix ML library. Many come with instructions and a pre-cleaned dataset.

  • CIFAR-10 Image Recognizer
  • Color Clusterer
  • Credit Default Risk Predictor
  • Customer Churn Predictor
  • Divorce Predictor
  • DNA Taxonomer
  • Dota 2 Game Outcome Predictor
  • Human Activity Recognizer
  • Housing Price Predictor
  • Iris Flower Classifier
  • MNIST Handwritten Digit Recognizer
  • Text Sentiment Analyzer
  • Titanic Survival Predictor

Interact With The Community

  • Join Our Telegram Channel

Contributing

See CONTRIBUTING.md for guidelines.

License

The code is licensed MIT and the documentation is licensed CC BY-NC 4.0.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Developer-friendly API is delightful to use.
  • •40+ supervised and unsupervised learning algorithms.
  • •Support for ETL, preprocessing, and cross-validation.
  • •Open source and free to use commercially.
  • •PHP 8.3 or above.
  • •Tensor extension for fast Matrix/Vector computing.
  • •Swoole extension for multiprocessing support.
  • •GD extension for image support.
  • •Mbstring extension for fast multibyte string manipulation.
  • •SVM extension for Support Vector Machine engine (libsvm).

> 标签

PHPanalyticsanomaly-detectionclassificationclustering

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言