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 |
|
Arkadiusz Kondas
|
858d13b0fa
|
Update phpunit to 6.0
|
2017-02-03 12:58:25 +01:00 |
|
Arkadiusz Kondas
|
cbdc049526
|
Update php-cs-fixer
|
2016-11-20 22:53:17 +01:00 |
|
Arkadiusz Kondas
|
8072ddb2bf
|
Update phpunit to 5.5
|
2016-09-21 21:46:16 +02:00 |
|
Arkadiusz Kondas
|
95b29d40b1
|
add Layer, Input and Bias for neutal network
|
2016-08-05 10:20:31 +02:00 |
|
Arkadiusz Kondas
|
7062ee29e1
|
add Neuron and Synapse classes
|
2016-08-02 20:30:20 +02:00 |
|