Tomáš Votruba
|
653c7c772d
|
Upgrade to PHP 7.1 (#150)
* upgrade to PHP 7.1
* bump travis and composer to PHP 7.1
* fix tests
|
2017-11-14 21:21:23 +01:00 |
|
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
|
e5d39ee18a
|
implements and test multilayer perceptron methods
|
2016-08-09 13:27:48 +02:00 |
|
Arkadiusz Kondas
|
64859f263f
|
test abstraction from LayeredNetwork
|
2016-08-07 23:41:08 +02:00 |
|