php-ml/tests/Phpml/Classification
David Monllaó 4af8449b1c Neural networks improvements (#89)
* MultilayerPerceptron interface changes

- Signature closer to other algorithms
- New predict method
- Remove desired error
- Move maxIterations to constructor

* MLP tests for multiple hidden layers and multi-class

* Update all MLP-related tests

* coding style fixes

* Backpropagation included in multilayer-perceptron
2017-05-18 00:07:14 +02:00
..
Ensemble LogisticRegression classifier & Optimization methods (#63) 2017-03-27 23:46:53 +02:00
Linear Partial training base (#78) 2017-04-19 22:26:31 +02:00
DecisionTreeTest.php Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
KNearestNeighborsTest.php Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
MLPClassifierTest.php Neural networks improvements (#89) 2017-05-18 00:07:14 +02:00
NaiveBayesTest.php Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
SVCTest.php Update phpunit to 6.0 2017-02-03 12:58:25 +01:00