Tomáš Votruba
|
d85bfed468
|
[cs] remove more unused comments (#146)
* [cs] remove more unused comments
* [cs] remove unused array phpdocs
* [cs] remove empty lines in docs
* [cs] space-proof useless docs
* [cs] remove empty @param lines
* [cs] remove references arrays
|
2017-11-13 11:42:40 +01:00 |
|
Tomáš Votruba
|
f4650c696c
|
[coding standard] fix imports order and drop unused docs typehints (#145)
* fix imports order
* drop unused docs typehints, make use of return types where possible
|
2017-11-06 08:56:37 +01:00 |
|
Marcin Michalski
|
3ac658c397
|
php-cs-fixer - more rules (#118)
* Add new cs-fixer rules and run them
* Do not align double arrows/equals
|
2017-08-17 08:50:37 +02:00 |
|
David Monllaó
|
de50490154
|
Neural networks partial training and persistency (#91)
* Neural networks partial training and persistency
* cs fixes
* Add partialTrain to nn docs
* Test for invalid partial training classes provided
|
2017-05-23 09:03:05 +02: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 |
|