php-ml/src/Phpml/NeuralNetwork
David Monllaó c4ad117d28 Ability to update learningRate in MLP (#160)
* Allow people to update the learning rate

* Test for learning rate setter
2017-12-05 21:09:06 +01:00
..
ActivationFunction Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Network Ability to update learningRate in MLP (#160) 2017-12-05 21:09:06 +01:00
Node Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Training Ability to update learningRate in MLP (#160) 2017-12-05 21:09:06 +01:00
ActivationFunction.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Layer.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Network.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Node.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Training.php Neural networks improvements (#89) 2017-05-18 00:07:14 +02:00