1# Rubix: Machine Learning for PHP
2
3A high-level machine learning and deep learning library for the [PHP](https://php.net) language.
4
5- **Developer-friendly** API is delightful to use
6- **40+** supervised and unsupervised learning algorithms
7- **Support** for ETL, preprocessing, and cross-validation
8- **Open Source** and free to use commercially
9
10## What is Rubix ML?
11Rubix 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.
12
13## Getting Started
14If you are new to machine learning, we recommend taking a look at the [What is Machine Learning?](what-is-machine-learning.md) section to get started. If you are already familiar with basic ML concepts, you can browse the [basic introduction](basic-introduction.md) 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.
15
16### Tutorials & Example Projects
17Check out these example projects using the Rubix ML library. Many come with instructions and a pre-cleaned dataset.
18
19- [CIFAR-10 Image Recognizer](https://github.com/RubixML/CIFAR-10)
20- [Color Clusterer](https://github.com/RubixML/Colors)
21- [Credit Default Risk Predictor](https://github.com/RubixML/Credit)
22- [Divorce Predictor](https://github.com/RubixML/Divorce)
23- [Dota 2 Game Outcome Predictor](https://github.com/RubixML/Dota2)
24- [Human Activity Recognizer](https://github.com/RubixML/HAR)
25- [Housing Price Predictor](https://github.com/RubixML/Housing)
26- [Iris Flower Classifier](https://github.com/RubixML/Iris)
27- [MNIST Handwritten Digit Recognizer](https://github.com/RubixML/MNIST)
28- [Text Sentiment Analyzer](https://github.com/RubixML/Sentiment)
29
30## Interact With The Community
31
32- [Join Our Telegram Channel](https://t.me/RubixML)
33- [Receive Our Newsletter](https://rubixml.com/#get-notified)
34- [Meet on LinkedIn](https://www.linkedin.com/company/76327971)
35- [Interact on Twitter](https://twitter.com/RubixML)
36
37## Funding
38Rubix ML is funded by donations from the community. You can become a sponsor by making a contribution to one of our funding sources below.
39
40- [Github Sponsors](https://github.com/sponsors/RubixML)
41
42## Contributing
43See [CONTRIBUTING.md](https://github.com/RubixML/ML/blob/master/CONTRIBUTING.md) for guidelines.
44
45## License
46The code is licensed [MIT](https://github.com/RubixML/ML/blob/master/LICENSE.md) and the documentation is licensed [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/).
47