Tomáš Votruba
6660645ecd
Update dev dependencies ( #187 )
...
* composer: update dev dependencies
* phpstan fixes
* phpstan fixes
* phpstan fixes
* phpstan fixes
* drop probably forgotten humbug configs
* apply cs
* fix cs bug
* compsoer: add coding standard and phsptan dev friendly scripts
* ecs: add skipped errors
* cs: fix PHP 7.1
* fix cs
* ecs: exclude strict fixer that break code
* ecs: cleanup commented sets
* travis: use composer scripts for testing to prevent duplicated setup
2018-01-06 21:25:47 +01:00
Tomáš Votruba
a348111e97
Add PHPStan and level to max ( #168 )
...
* 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
2018-01-06 13:09:33 +01:00
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
Tomáš Votruba
946fbbc521
Tests: use PHPUnit (6.4) exception methods ( #165 )
...
* tests: update to PHPUnit 6.0 with rector
* [cs] clean empty docs
* composer: bump to PHPUnit 6.4
* tests: use class references over strings
* cleanup
2017-11-28 08:00:13 +01:00
Tomáš Votruba
726cf4cddf
Added EasyCodingStandard + lots of code fixes ( #156 )
...
* 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
2017-11-22 22:16:10 +01:00
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
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
b1be0574d8
Add PReLU activation function ( #128 )
...
* Implement RELU activation functions
* Add PReLUTest
2017-09-02 21:31:14 +02:00
Marcin Michalski
0e59cfb174
Add ThresholdedReLU activation function ( #129 )
2017-09-02 21:30:35 +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
Arkadiusz Kondas
858d13b0fa
Update phpunit to 6.0
2017-02-03 12:58:25 +01:00
Arkadiusz Kondas
12d0adda62
Increase iterations number in Backpropagation test (sometimes it fails)
2016-11-20 22:56:18 +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
6421a2ba41
Develop to master ( #18 )
...
* Fix Backpropagation test with explicit random generator seed
* remove custom seed - not working :(
* Updated links in readme
2016-08-21 14:03:20 +02:00
Arkadiusz Kondas
c506a84164
refactor Backpropagation methods and simplify things
2016-08-10 23:03:02 +02:00
Arkadiusz Kondas
66d029e94f
implement and test Backpropagation training
2016-08-10 22:43:47 +02: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
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
Arkadiusz Kondas
637fd613b8
implement activation function for neural network
2016-08-02 13:07:47 +02:00