php-ml/tests/Phpml/Classification
David Monllaó e83f7b95d5 Fix activation functions support (#163)
- Backpropagation using the neuron activation functions derivative
- instead of hardcoded sigmoid derivative
- Added missing activation functions derivatives
- Sigmoid forced for the output layer
- Updated ThresholdedReLU default threshold to 0 (acts as a ReLU)
- Unit tests for derivatives
- Unit tests for classifiers using different activation functions
- Added missing docs
2018-01-09 11:09:59 +01:00
..
DecisionTree Add PHPStan and level to max (#168) 2018-01-06 13:09:33 +01:00
Ensemble Add PHPStan and level to max (#168) 2018-01-06 13:09:33 +01:00
Linear Update dev dependencies (#187) 2018-01-06 21:25:47 +01:00
DecisionTreeTest.php Add PHPStan and level to max (#168) 2018-01-06 13:09:33 +01:00
KNearestNeighborsTest.php Add PHPStan and level to max (#168) 2018-01-06 13:09:33 +01:00
MLPClassifierTest.php Fix activation functions support (#163) 2018-01-09 11:09:59 +01:00
NaiveBayesTest.php Add PHPStan and level to max (#168) 2018-01-06 13:09:33 +01:00
SVCTest.php Add PHPStan and level to max (#168) 2018-01-06 13:09:33 +01:00