php-ml/src/Phpml/NeuralNetwork
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
..
ActivationFunction Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Network Neural networks improvements (#89) 2017-05-18 00:07:14 +02:00
Node Neural networks improvements (#89) 2017-05-18 00:07:14 +02:00
Training Neural networks improvements (#89) 2017-05-18 00:07:14 +02:00
ActivationFunction.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Layer.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Network.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Node.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Training.php Neural networks improvements (#89) 2017-05-18 00:07:14 +02:00