diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e70a3e..6a9a928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ CHANGELOG This changelog references the relevant changes done in PHP-ML library. -* 0.2.0 (in plan) +* 0.2.0 (in plan/progress) * feature [Dataset] - FilesDataset - load dataset from files (folder names as targets) * feature [Metric] - ClassificationReport - report about trained classifier * bug [Feature Extraction] - fix problem with token count vectorizer array order diff --git a/README.md b/README.md index 5b14f0b..a3f01ce 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![License](https://poser.pugx.org/php-ai/php-ml/license.svg)](https://packagist.org/packages/php-ai/php-ml) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-ai/php-ml/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/php-ai/php-ml/?branch=develop) +![PHP-ML - Machine Learning library for PHP](docs/assets/php-ml-logo.png) + Fresh approach to Machine Learning in PHP. Algorithms, Cross Validation, Preprocessing, Feature Extraction and much more in one library. Simple example of classification: diff --git a/docs/assets/php-ml-logo.png b/docs/assets/php-ml-logo.png new file mode 100644 index 0000000..5a3766a Binary files /dev/null and b/docs/assets/php-ml-logo.png differ diff --git a/docs/index.md b/docs/index.md index 938d73f..d58f03e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,8 @@ [![License](https://poser.pugx.org/php-ai/php-ml/license.svg)](https://packagist.org/packages/php-ai/php-ml) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-ai/php-ml/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/php-ai/php-ml/?branch=develop) +![PHP-ML - Machine Learning library for PHP](assets/php-ml-logo.png) + Fresh approach to Machine Learning in PHP. Note that at the moment PHP is not the best choice for machine learning but maybe this will change ... Simple example of classification: