Commit Graph

  • aace5ff022 Fix documentation links Robert Boloc 2017-01-05 20:06:10 +0000
  • a78ebc159a Use assertCount in tests Arkadiusz Kondas 2016-12-12 19:31:30 +0100
  • b6fe290c65 Fix for php7.1 accuracy test score Arkadiusz Kondas 2016-12-12 19:28:26 +0100
  • 902d2ddcd9 Add php 7.1 to travis Arkadiusz Kondas 2016-12-12 19:12:26 +0100
  • 4dc82710c8 Replace rand with newer versions random_int Arkadiusz Kondas 2016-12-12 19:09:45 +0100
  • 2363bbaa75 Add type hint and exceptions annotation Arkadiusz Kondas 2016-12-12 19:02:09 +0100
  • d32197100e Fix docblock Arkadiusz Kondas 2016-12-12 18:50:27 +0100
  • fd85033339 Use __DIR__ instead of dirname Arkadiusz Kondas 2016-12-12 18:45:14 +0100
  • a4f65bd13f Short syntax for applied operations Arkadiusz Kondas 2016-12-12 18:34:20 +0100
  • df28656d0d Fixes after new php-cs-fixer v2.0 Arkadiusz Kondas 2016-12-12 18:11:57 +0100
  • da56ce4b3a Change php-cs-fixer runner Arkadiusz Kondas 2016-12-12 18:10:58 +0100
  • 325ee1b5b6 Add new cs fixer cache to gitignore Arkadiusz Kondas 2016-12-12 18:10:00 +0100
  • 8aad8afc37 Add null coalesce operator in token count vectoriezer Arkadiusz Kondas 2016-12-08 00:45:42 +0100
  • 38a26d185f Secure index access and type safe comparision in statistic median Arkadiusz Kondas 2016-12-06 08:59:34 +0100
  • 6d11116994 Fix default prameters values Arkadiusz Kondas 2016-12-06 08:55:52 +0100
  • 9764890ccb Change floatvar to float casting (up to 6 times faster) Arkadiusz Kondas 2016-12-06 08:52:33 +0100
  • d00b7e5668 Secure uniqid usage Arkadiusz Kondas 2016-12-06 08:50:18 +0100
  • a61704501d Fix type compatibility for Minkowski distance Arkadiusz Kondas 2016-12-06 08:48:45 +0100
  • c4f0d1e3b0 Make csv reader binary safe Arkadiusz Kondas 2016-12-06 08:46:55 +0100
  • 12d0adda62 Increase iterations number in Backpropagation test (sometimes it fails) Arkadiusz Kondas 2016-11-20 22:56:18 +0100
  • cbdc049526 Update php-cs-fixer Arkadiusz Kondas 2016-11-20 22:53:17 +0100
  • bca2196b57 Prevent Division by zero error in classification report Arkadiusz Kondas 2016-11-20 22:49:26 +0100
  • b226a561cb Merge pull request #25 from seahken/patch-1 Arkadiusz Kondas 2016-11-04 09:03:50 +0100
  • 8a0a9f09e2 Update array-dataset.md Ken Seah 2016-11-04 00:03:49 +1100
  • 93cbac2753 Merge pull request #24 from itcraftsmanpl/r2 Arkadiusz Kondas 2016-10-25 20:14:55 +0200
  • af2c249241 Update changelog Arkadiusz Kondas 2016-10-15 20:54:41 +0200
  • 452626d9c4 Fix documentaion badge Arkadiusz Kondas 2016-10-15 20:50:16 +0200
  • 349ea16f01 Rename demo datasets and add Dataset suffix Arkadiusz Kondas 2016-09-30 14:02:08 +0200
  • 84af842f04 Fix division by zero in ClassificationReport #21 Arkadiusz Kondas 2016-09-27 20:07:21 +0200
  • 1ce6bb544b Run php-cs-fixer Arkadiusz Kondas 2016-09-21 21:51:19 +0200
  • 8072ddb2bf Update phpunit to 5.5 Arkadiusz Kondas 2016-09-21 21:46:16 +0200
  • 68a86f71b8 Merge pull request #23 from pflorek/feature-add-index-entries Arkadiusz Kondas 2016-09-19 21:53:28 +0200
  • 1ff455ebed Add index entries Patrick Florek 2016-09-17 22:02:48 +0200
  • 3a7ccbc055 Merge pull request #22 from pflorek/feature-set Arkadiusz Kondas 2016-09-10 18:37:55 +0200
  • fa87eca375 Add new class Set for simple Set-theoretical operations Patrick Florek 2016-09-10 13:24:43 +0200
  • 6739660f8d Merge pull request #19 from pflorek/master Arkadiusz Kondas 2016-09-06 23:15:04 +0200
  • 90038befa9 Apply comments / coding styles Patrick Florek 2016-09-02 00:18:50 +0200
  • c8bd8db601 # Association rule learning - Apriori algorithm Patrick Florek 2016-08-23 15:44:53 +0200
  • 6421a2ba41 Develop to master (#18) Arkadiusz Kondas 2016-08-21 14:03:20 +0200
  • 41ac2e33ae Merge pull request #16 from php-ai/develop Arkadiusz Kondas 2016-08-14 19:17:12 +0200
  • 3599367ce8 Add docs for neural network Arkadiusz Kondas 2016-08-14 19:14:56 +0200
  • b1978cf5ca update changelog Arkadiusz Kondas 2016-08-14 18:35:17 +0200
  • 638119fc98 code style fixes Arkadiusz Kondas 2016-08-14 18:27:08 +0200
  • f0bd5ae424 Create MLP Regressor draft Arkadiusz Kondas 2016-08-12 16:29:50 +0200
  • 2412f15923 Add activationFunction parameter for Perceptron and Layer Arkadiusz Kondas 2016-08-11 13:21:22 +0200
  • c506a84164 refactor Backpropagation methods and simplify things Arkadiusz Kondas 2016-08-10 23:03:02 +0200
  • 66d029e94f implement and test Backpropagation training Arkadiusz Kondas 2016-08-10 22:43:47 +0200
  • e5d39ee18a implements and test multilayer perceptron methods Arkadiusz Kondas 2016-08-09 13:27:48 +0200
  • 72afeb7040 implements and test multilayer perceptron methods Arkadiusz Kondas 2016-08-09 13:27:43 +0200
  • 64859f263f test abstraction from LayeredNetwork Arkadiusz Kondas 2016-08-07 23:41:08 +0200
  • ddb3cc367b test abstraction from LayeredNetwork Arkadiusz Kondas 2016-08-07 23:41:02 +0200
  • 12ee62bbca create Network and Training contracts Arkadiusz Kondas 2016-08-05 16:12:39 +0200
  • 95b29d40b1 add Layer, Input and Bias for neutal network Arkadiusz Kondas 2016-08-05 10:20:31 +0200
  • 7062ee29e1 add Neuron and Synapse classes Arkadiusz Kondas 2016-08-02 20:30:20 +0200
  • f186aa9c0b extract functions from loops and remove unused code Arkadiusz Kondas 2016-08-02 13:23:58 +0200
  • 637fd613b8 implement activation function for neural network Arkadiusz Kondas 2016-08-02 13:07:47 +0200
  • 2f5b090188 create contributing guide Arkadiusz Kondas 2016-07-26 21:57:15 +0200
  • bbbf5cfc9d For each body should be wrapped in an if statement (#14) Pablo Joán Iglesias 2016-07-26 02:14:57 -0400
  • 38deaaeb2e testScalarProduct check for non numeric values (#13) Pablo Joán Iglesias 2016-07-26 02:13:52 -0400
  • 0869043488 Merge pull request #12 from php-ai/develop Arkadiusz Kondas 2016-07-24 14:04:09 +0200
  • 403824d23b test exception on kmeans Arkadiusz Kondas 2016-07-24 14:01:17 +0200
  • 448eaafd78 remove unused exception Arkadiusz Kondas 2016-07-24 13:52:52 +0200
  • a298bdc8de create script for code coverage generation Arkadiusz Kondas 2016-07-24 13:45:54 +0200
  • 2a76cbb402 add .coverage to git ignore Arkadiusz Kondas 2016-07-24 13:42:50 +0200
  • 6ed4761427 add examples link to readme Arkadiusz Kondas 2016-07-24 13:35:13 +0200
  • 52cd58acb0 add info about minimum php version required Arkadiusz Kondas 2016-07-20 09:15:52 +0200
  • 963cfea551 add ClassificationReport docs Arkadiusz Kondas 2016-07-19 22:17:03 +0200
  • 093e8fc89c add more tests for CReport Arkadiusz Kondas 2016-07-19 22:01:39 +0200
  • 074dcf7470 php-cs-fixer Arkadiusz Kondas 2016-07-19 21:59:23 +0200
  • 9665457159 implement ClassificationReport class Arkadiusz Kondas 2016-07-19 21:58:59 +0200
  • 76d15e9691 add php-ml logo Arkadiusz Kondas 2016-07-17 00:31:47 +0200
  • 7abee3061a docs for files dataset and php-cs-fixer Arkadiusz Kondas 2016-07-16 23:56:52 +0200
  • e0b560f31d create FilesDataset class Arkadiusz Kondas 2016-07-16 23:29:40 +0200
  • 9f140d5b6f fix problem with token count vectorizer array order Arkadiusz Kondas 2016-07-14 13:25:11 +0200
  • 9d900be0c6 Merge pull request #9 from php-ai/develop Arkadiusz Kondas 2016-07-12 00:23:23 +0200
  • 7c0767c15a create docs for tf-idf transformer Arkadiusz Kondas 2016-07-12 00:21:34 +0200
  • ba8927459c add docs for ConfusionMatrix Arkadiusz Kondas 2016-07-12 00:11:18 +0200
  • bb35d045ba add docs for Pipeline Arkadiusz Kondas 2016-07-12 00:00:17 +0200
  • cf0970c2ac Merge branch 'develop' of github.com:php-ai/php-ml into develop Arkadiusz Kondas 2016-07-11 21:13:26 +0200
  • 212be20fe7 create changelog Arkadiusz Kondas 2016-07-11 21:12:49 +0200
  • 76974e10a5 add link to Stratified Random Split in mkdocs Arkadiusz Kondas 2016-07-11 10:05:02 +0200
  • a4c8fbab50 Merge pull request #8 from php-ai/develop Arkadiusz Kondas 2016-07-11 09:57:36 +0200
  • ee6ea3b850 create docs for StratifiedRandomSplit Arkadiusz Kondas 2016-07-11 00:07:07 +0200
  • f04cc04da5 create StratifiedRandomSplit for cross validation Arkadiusz Kondas 2016-07-10 14:13:35 +0200
  • 0213208a96 remove hhvm from travis Arkadiusz Kondas 2016-07-08 00:03:22 +0200
  • 6049d953e1 another try with hhvm and travis Arkadiusz Kondas 2016-07-08 00:00:52 +0200
  • 3f9617b196 another try with hhvm and travis Arkadiusz Kondas 2016-07-07 23:57:50 +0200
  • baadfc365f comment hhvm in travis Arkadiusz Kondas 2016-07-07 23:54:03 +0200
  • 2e417cb39a restart hhvm in travis Arkadiusz Kondas 2016-07-07 23:50:10 +0200
  • 3171758418 add php7 to hhvm Arkadiusz Kondas 2016-07-07 23:42:39 +0200
  • adc2d1c81b change hhvm to 3.12 Arkadiusz Kondas 2016-07-07 23:38:11 +0200
  • f3288c5946 fix scalar typehint for hhvm Arkadiusz Kondas 2016-07-07 23:33:06 +0200
  • 0a612a6031 add hhvm to travis Arkadiusz Kondas 2016-07-07 22:50:46 +0200
  • 4aa9702943 fix errors on hhvm with float casting Arkadiusz Kondas 2016-07-07 22:47:36 +0200
  • 6c7416a9c4 implement ConfusionMatrix metric Arkadiusz Kondas 2016-07-07 00:29:58 +0200
  • cce68997a1 implement StopWords in TokenCountVectorizer Arkadiusz Kondas 2016-07-06 23:22:29 +0200
  • a2aa27adba fix problem in SVM with path on windows Arkadiusz Kondas 2016-07-04 22:22:22 +0200
  • 4c82676910 fix permission for osx Arkadiusz Kondas 2016-07-01 22:36:59 +0200
  • 9507d58a80 add support for osx Arkadiusz Kondas 2016-07-01 22:25:57 +0200
  • ddddd739f4 fix path for sh script in travis Arkadiusz Kondas 2016-07-01 22:07:57 +0200