2016-05-03 13:08:09 +02:00
|
|
|
site_name: PHP-ML - Machine Learning library for PHP
|
2016-04-09 00:36:48 +02:00
|
|
|
pages:
|
|
|
|
- Home: index.md
|
|
|
|
- Machine Learning:
|
2017-01-05 20:06:10 +00:00
|
|
|
- Association rule learning:
|
|
|
|
- Apriori: machine-learning/association/apriori.md
|
2016-04-09 00:36:48 +02:00
|
|
|
- Classification:
|
2016-05-07 23:53:42 +02:00
|
|
|
- SVC: machine-learning/classification/svc.md
|
2016-05-02 13:49:19 +02:00
|
|
|
- KNearestNeighbors: machine-learning/classification/k-nearest-neighbors.md
|
|
|
|
- NaiveBayes: machine-learning/classification/naive-bayes.md
|
|
|
|
- Regression:
|
|
|
|
- LeastSquares: machine-learning/regression/least-squares.md
|
2016-05-07 23:53:42 +02:00
|
|
|
- SVR: machine-learning/regression/svr.md
|
2016-05-02 13:49:19 +02:00
|
|
|
- Clustering:
|
|
|
|
- KMeans: machine-learning/clustering/k-means.md
|
|
|
|
- DBSCAN: machine-learning/clustering/dbscan.md
|
2016-05-14 21:50:48 +02:00
|
|
|
- Metric:
|
|
|
|
- Accuracy: machine-learning/metric/accuracy.md
|
2016-07-12 00:11:18 +02:00
|
|
|
- Confusion Matrix: machine-learning/metric/confusion-matrix.md
|
2016-07-19 22:17:03 +02:00
|
|
|
- Classification Report: machine-learning/metric/classification-report.md
|
2016-07-12 00:00:17 +02:00
|
|
|
- Workflow:
|
|
|
|
- Pipeline: machine-learning/workflow/pipeline.md
|
2016-08-14 19:14:56 +02:00
|
|
|
- Neural Network:
|
2017-05-18 06:07:14 +08:00
|
|
|
- Multilayer Perceptron Classifier: machine-learning/neural-network/multilayer-perceptron-classifier.md
|
2016-04-09 00:36:48 +02:00
|
|
|
- Cross Validation:
|
2016-05-02 13:49:19 +02:00
|
|
|
- RandomSplit: machine-learning/cross-validation/random-split.md
|
2016-07-11 10:05:02 +02:00
|
|
|
- Stratified Random Split: machine-learning/cross-validation/stratified-random-split.md
|
2018-02-10 18:07:09 +01:00
|
|
|
- Feature Selection:
|
|
|
|
- VarianceThreshold: machine-learning/feature-selection/variance-threshold.md
|
2018-02-14 19:51:07 +01:00
|
|
|
- SelectKBest: machine-learning/feature-selection/selectkbest.md
|
2016-05-14 21:50:48 +02:00
|
|
|
- Preprocessing:
|
|
|
|
- Normalization: machine-learning/preprocessing/normalization.md
|
|
|
|
- Imputation missing values: machine-learning/preprocessing/imputation-missing-values.md
|
2016-05-07 23:53:42 +02:00
|
|
|
- Feature Extraction:
|
|
|
|
- Token Count Vectorizer: machine-learning/feature-extraction/token-count-vectorizer.md
|
2016-07-12 00:21:34 +02:00
|
|
|
- Tf-idf Transformer: machine-learning/feature-extraction/tf-idf-transformer.md
|
2016-04-09 00:36:48 +02:00
|
|
|
- Datasets:
|
|
|
|
- Array Dataset: machine-learning/datasets/array-dataset.md
|
|
|
|
- CSV Dataset: machine-learning/datasets/csv-dataset.md
|
2016-07-16 23:56:52 +02:00
|
|
|
- Files Dataset: machine-learning/datasets/files-dataset.md
|
2016-05-02 13:49:19 +02:00
|
|
|
- Ready to use datasets:
|
2016-04-09 00:36:48 +02:00
|
|
|
- Iris: machine-learning/datasets/demo/iris.md
|
2016-05-14 21:50:48 +02:00
|
|
|
- Wine: machine-learning/datasets/demo/wine.md
|
|
|
|
- Glass: machine-learning/datasets/demo/glass.md
|
2017-02-02 09:03:09 +01:00
|
|
|
- Models management:
|
|
|
|
- Persistency: machine-learning/model-manager/persistency.md
|
2016-05-02 13:49:19 +02:00
|
|
|
- Math:
|
|
|
|
- Distance: math/distance.md
|
|
|
|
- Matrix: math/matrix.md
|
2017-01-05 20:06:10 +00:00
|
|
|
- Set: math/set.md
|
2016-05-14 21:50:48 +02:00
|
|
|
- Statistic: math/statistic.md
|
2016-05-02 13:49:19 +02:00
|
|
|
theme: readthedocs
|