php-ml topic

List php-ml repositories

ML

2.0k
Stars
175
Forks
Watchers

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

PHP-ML-study

105
Stars
21
Forks
Watchers

This is a PHP-ML Chinese learning example

Sentiment

101
Stars
13
Forks
Watchers

An example project using a feed-forward neural network for text sentiment classification trained with 25,000 movie reviews from the IMDB website.

Server

61
Stars
12
Forks
Watchers

A standalone inference server for trained Rubix ML estimators.

stock-forecast

83
Stars
21
Forks
Watchers

Simple stock & cryptocurrency price forecasting console application, using PHP Machine Learning library (https://github.com/php-ai/php-ml)

CIFAR-10

55
Stars
9
Forks
Watchers

Use the famous CIFAR-10 dataset to train a multi-layer neural network to recognize images of cats, dogs, and other things.

Credit

27
Stars
11
Forks
Watchers

An example project that predicts risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset.

HAR

22
Stars
7
Forks
Watchers

Recognize one of six human activities such as standing, sitting, and walking using a Softmax Classifier trained on mobile phone sensor data.

Housing

46
Stars
22
Forks
Watchers

An example project that predicts house prices for a Kaggle competition using a Gradient Boosted Machine.