php-ml/src/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
..
DecisionTree Code Style (#86) 2017-05-17 09:03:25 +02:00
Ensemble Code Style (#86) 2017-05-17 09:03:25 +02:00
Linear Code Style (#86) 2017-05-17 09:03:25 +02:00
Classifier.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
DecisionTree.php Code Style (#86) 2017-05-17 09:03:25 +02:00
KNearestNeighbors.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
MLPClassifier.php Neural networks improvements (#89) 2017-05-18 00:07:14 +02:00
NaiveBayes.php Code Style (#86) 2017-05-17 09:03:25 +02:00
SVC.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
WeightedClassifier.php Add typehints to DecisionTree 2017-03-05 16:25:01 +01:00