All Projects → php-ai → Php Ml Examples

php-ai / Php Ml Examples

Licence: mit
Examples use case of PHP-ML library.

Projects that are alternatives of or similar to Php Ml Examples

Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (+745.63%)
Mutual labels:  classification, regression
Tensorflow Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
Stars: ✭ 4,122 (+683.65%)
Mutual labels:  classification, regression
Synthetic-data-gen
Various methods for generating synthetic data for data science and ML
Stars: ✭ 57 (-89.16%)
Mutual labels:  regression, classification
wymlp
tiny fast portable real-time deep neural network for regression and classification within 50 LOC.
Stars: ✭ 36 (-93.16%)
Mutual labels:  regression, classification
Lazypredict
Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
Stars: ✭ 401 (-23.76%)
Mutual labels:  classification, regression
data-science-notes
Open-source project hosted at https://makeuseofdata.com to crowdsource a robust collection of notes related to data science (math, visualization, modeling, etc)
Stars: ✭ 52 (-90.11%)
Mutual labels:  regression, classification
Fuku Ml
Simple machine learning library / 簡單易用的機器學習套件
Stars: ✭ 280 (-46.77%)
Mutual labels:  classification, regression
Python-Machine-Learning-Fundamentals
D-Lab's 6 hour introduction to machine learning in Python. Learn how to perform classification, regression, clustering, and do model selection using scikit-learn and TPOT.
Stars: ✭ 46 (-91.25%)
Mutual labels:  regression, classification
Mlr3
mlr3: Machine Learning in R - next generation
Stars: ✭ 463 (-11.98%)
Mutual labels:  classification, regression
Pycaret
An open-source, low-code machine learning library in Python
Stars: ✭ 4,594 (+773.38%)
Mutual labels:  regression, classification
Python-Machine-Learning
Python Machine Learning Algorithms
Stars: ✭ 80 (-84.79%)
Mutual labels:  regression, classification
Tensorflow Resources
Curated Tensorflow code resources to help you get started with Deep Learning.
Stars: ✭ 330 (-37.26%)
Mutual labels:  classification, regression
projection-pursuit
An implementation of multivariate projection pursuit regression and univariate classification
Stars: ✭ 24 (-95.44%)
Mutual labels:  regression, classification
pywedge
Makes Interactive Chart Widget, Cleans raw data, Runs baseline models, Interactive hyperparameter tuning & tracking
Stars: ✭ 49 (-90.68%)
Mutual labels:  regression, classification
stg
Python/R library for feature selection in neural nets. ("Feature selection using Stochastic Gates", ICML 2020)
Stars: ✭ 47 (-91.06%)
Mutual labels:  regression, classification
Minimalistic-Multiple-Layer-Neural-Network-from-Scratch-in-Python
Minimalistic Multiple Layer Neural Network from Scratch in Python.
Stars: ✭ 24 (-95.44%)
Mutual labels:  regression, classification
InstantDL
InstantDL: An easy and convenient deep learning pipeline for image segmentation and classification
Stars: ✭ 33 (-93.73%)
Mutual labels:  regression, classification
Predictive-Maintenance-of-Aircraft-Engine
In this project I aim to apply Various Predictive Maintenance Techniques to accurately predict the impending failure of an aircraft turbofan engine.
Stars: ✭ 48 (-90.87%)
Mutual labels:  regression, classification
R
All Algorithms implemented in R
Stars: ✭ 294 (-44.11%)
Mutual labels:  classification, regression
Go Deep
Artificial Neural Network
Stars: ✭ 303 (-42.4%)
Mutual labels:  classification, regression

PHP-ML - Machine Learning library for PHP - Examples

Examples of the use of PHP-ML library

Projects

Interesting demo/examples projects using php-ml:

Articles

Many of samples from this repository was used in my articles

Examples

To test example, select one of the following and run it from main folder (each category has its own folder).

php classification/languageDetection.php

Classification:

  • languageDetection.php - classifier build for language detection
  • minst.php - recognize handwritten digits from MNIST dataset (to download dataset use bin/download-mnist.sh)
  • spamFilter.php - simple spam filter with example dataset
  • bbc.php - example of text classification

Regression:

  • wineQuality.php - regression model to assess the quality of the wine

License

PHP-ML is released under the MIT Licence. See the bundled LICENSE file for details.

Author

Arkadiusz Kondas (@ArkadiuszKondas)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].