mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-05 04:57:52 +00:00
26 lines
956 B
YAML
26 lines
956 B
YAML
site_name: PHP Machine Learning (PHP-ML)
|
|
pages:
|
|
- Home: index.md
|
|
- Machine Learning:
|
|
- Classification:
|
|
- KNearestNeighbors: machine-learning/classification/k-nearest-neighbors.md
|
|
- NaiveBayes: machine-learning/classification/naive-bayes.md
|
|
- Regression:
|
|
- LeastSquares: machine-learning/regression/least-squares.md
|
|
- Clustering:
|
|
- KMeans: machine-learning/clustering/k-means.md
|
|
- DBSCAN: machine-learning/clustering/dbscan.md
|
|
- Cross Validation:
|
|
- RandomSplit: machine-learning/cross-validation/random-split.md
|
|
- Datasets:
|
|
- Array Dataset: machine-learning/datasets/array-dataset.md
|
|
- CSV Dataset: machine-learning/datasets/csv-dataset.md
|
|
- Ready to use datasets:
|
|
- Iris: machine-learning/datasets/demo/iris.md
|
|
- Metric:
|
|
- Accuracy: machine-learning/metric/accuracy.md
|
|
- Math:
|
|
- Distance: math/distance.md
|
|
- Matrix: math/matrix.md
|
|
theme: readthedocs
|