Marcin Michalski
|
7ab80b6e56
|
Code Style (#86)
* Code Style
* Code Review fixes
|
2017-05-17 09:03:25 +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
|
2412f15923
|
Add activationFunction parameter for Perceptron and Layer
|
2016-08-11 13:21:22 +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
|
72afeb7040
|
implements and test multilayer perceptron methods
|
2016-08-09 13:27:43 +02:00 |
|
Arkadiusz Kondas
|
ddb3cc367b
|
test abstraction from LayeredNetwork
|
2016-08-07 23:41:02 +02:00 |
|
Arkadiusz Kondas
|
12ee62bbca
|
create Network and Training contracts
|
2016-08-05 16:12:39 +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 |
|