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 |
|
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
|
4dc82710c8
|
Replace rand with newer versions random_int
|
2016-12-12 19:09:45 +01:00 |
|
Arkadiusz Kondas
|
cbdc049526
|
Update php-cs-fixer
|
2016-11-20 22:53:17 +01: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 |
|