php-ml/tests/Phpml
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
..
Association Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
Classification Neural networks improvements (#89) 2017-05-18 00:07:14 +02:00
Clustering Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
CrossValidation Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
Dataset Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
DimensionReduction Linear Discrimant Analysis (LDA) (#82) 2017-04-25 08:58:02 +02:00
FeatureExtraction Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
Math Linear algebra operations, Dimensionality reduction and some other minor changes (#81) 2017-04-23 09:03:30 +02:00
Metric Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
NeuralNetwork Neural networks improvements (#89) 2017-05-18 00:07:14 +02:00
Preprocessing Fix division by 0 error during normalization (#83) 2017-04-24 11:47:30 +02:00
Regression Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
SupportVectorMachine Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
Tokenization Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
ModelManagerTest.php Do not requre file to exist for model manager 2017-02-03 17:48:15 +01:00
PipelineTest.php Update phpunit to 6.0 2017-02-03 12:58:25 +01:00