koutsoumposval / php-machine-learning

Machine learning examples for learning purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Machine Learning

PHP Machine Learning Examples for learning purposes. Provide data, train the models and check the results!

Library

All examples are using the PHP-ML - Machine Learning library for PHP

Association rule learning

# Apriori Associator
php association-rule-learning/apriori.php

Classification

# Support Vector Classification
php classification/svc.php

# KNearestNeighbors Classifier
php classification/KNearestNeighbors.php

# NaiveBayes Classifier
php classification/NaiveBayes.php

Regression

# LeastSquares Linear Regression
php regression/leastSquares.php

# Support Vector Regression
php regression/svr.php

Clustering

# K-means clustering
php regression/KMeans.php

# DBSCAN clustering
php regression/DBSCAN.php

Installation

composer install

About

Machine learning examples for learning purposes


Languages

Language:PHP 100.0%