#include <GABNeuron.h>
Inheritance diagram for GABNeuron:
Public Member Functions | |
GABNeuron (int label, real initialParameter=1.0, bool hasBias=true) | |
Creates a simple neuron with the given label. | |
virtual const char * | getClassName () |
Returns "GABNeuron". |
status: not finished. But I don't want to remove it because it needs just a little bit work if someone needs it. It can speedup the BP.
This neuron modifies learning parameter lambda
given equation:
l_tmp = labda ??? - co je teda OLD??? l_new += l_tmp -edx + a(l_tmp - l_old)
(e - eta, a - alpha d - delta, x - ??? )
|
Creates a simple neuron with the given label.
|
|
Returns "GABNeuron".
Reimplemented from ParametrizedNeuron. |