- 15 Oct, 2018 1 commit
-
-
Marcin Michalski authored
-
- 03 Mar, 2018 1 commit
-
-
Yuji Uchiyama authored
-
- 10 Feb, 2018 1 commit
-
-
Andreas Möller authored
-
- 01 Feb, 2018 1 commit
-
-
Jonathan Baldie authored
* ability to specify per-layer activation function * some tests for new addition to layer * appease style CI whitespace issue * more flexible addition of layers, and developer can pass Layer object in manually * new test for layer object in mlp constructor * documentation for added MLP functionality
-
- 09 Jan, 2018 1 commit
-
-
David Monllaó authored
- Backpropagation using the neuron activation functions derivative - instead of hardcoded sigmoid derivative - Added missing activation functions derivatives - Sigmoid forced for the output layer - Updated ThresholdedReLU default threshold to 0 (acts as a ReLU) - Unit tests for derivatives - Unit tests for classifiers using different activation functions - Added missing docs
-
- 06 Jan, 2018 1 commit
-
-
Tomáš Votruba authored
* tests: update to PHPUnit 6.0 with rector * fix namespaces on tests * composer + tests: use standard test namespace naming * update travis * resolve conflict * phpstan lvl 2 * phpstan lvl 3 * phpstan lvl 4 * phpstan lvl 5 * phpstan lvl 6 * phpstan lvl 7 * level max * resolve conflict * [cs] clean empty docs * composer: bump to PHPUnit 6.4 * cleanup * composer + travis: add phpstan * phpstan lvl 1 * composer: update dev deps * phpstan fixes * update Contributing with new tools * docs: link fixes, PHP version update * composer: drop php-cs-fixer, cs already handled by ecs * ecs: add old set rules * [cs] apply rest of rules
-
- 05 Dec, 2017 1 commit
-
-
David Monllaó authored
* Allow people to update the learning rate * Test for learning rate setter
-
- 22 Nov, 2017 1 commit
-
-
Tomáš Votruba authored
* travis: move coveralls here, decouple from package * composer: use PSR4 * phpunit: simpler config * travis: add ecs run * composer: add ecs dev * use standard vendor/bin directory for dependency bins, confuses with local bins and require gitignore handling * ecs: add PSR2 * [cs] PSR2 spacing fixes * [cs] PSR2 class name fix * [cs] PHP7 fixes - return semicolon spaces, old rand functions, typehints * [cs] fix less strict typehints * fix typehints to make tests pass * ecs: ignore typehint-less elements * [cs] standardize arrays * [cs] standardize docblock, remove unused comments * [cs] use self where possible * [cs] sort class elements, from public to private * [cs] do not use yoda (found less yoda-cases, than non-yoda) * space * [cs] do not assign in condition * [cs] use namespace imports if possible * [cs] use ::class over strings * [cs] fix defaults for arrays properties, properties and constants single spacing * cleanup ecs comments * [cs] use item per line in multi-items array * missing line * misc * rebase
-
- 20 Nov, 2017 1 commit
-
-
David Monllaó authored
-
- 14 Nov, 2017 1 commit
-
-
Tomáš Votruba authored
* upgrade to PHP 7.1 * bump travis and composer to PHP 7.1 * fix tests
-
- 06 Nov, 2017 1 commit
-
-
Tomáš Votruba authored
* fix imports order * drop unused docs typehints, make use of return types where possible
-
- 17 Aug, 2017 1 commit
-
-
Marcin Michalski authored
* Add new cs-fixer rules and run them * Do not align double arrows/equals
-
- 26 Jul, 2017 1 commit
-
-
Ante Lucic authored
-
- 23 May, 2017 1 commit
-
-
David Monllaó authored
* Neural networks partial training and persistency * cs fixes * Add partialTrain to nn docs * Test for invalid partial training classes provided
-
- 17 May, 2017 1 commit
-
-
David Monllaó authored
* 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
-
- 20 Nov, 2016 1 commit
-
-
Arkadiusz Kondas authored
-
- 11 Aug, 2016 1 commit
-
-
Arkadiusz Kondas authored
-
- 09 Aug, 2016 1 commit
-
-
Arkadiusz Kondas authored
-
- 07 Aug, 2016 1 commit
-
-
Arkadiusz Kondas authored
-
- 05 Aug, 2016 1 commit
-
-
Arkadiusz Kondas authored
-