Rectifier Neuron f(x) = max(0,x) More...
#include <shark/Models/NeuronLayers.h>
Public Types | |
typedef EmptyState | State |
Public Member Functions | |
template<class Arg > | |
void | evalInPlace (Arg &arg) const |
template<class Arg > | |
void | evalInPlace (Arg &arg, State &) const |
template<class Output , class Derivative > | |
void | multiplyDerivative (Output const &output, Derivative &der, State const &state) const |
Rectifier Neuron f(x) = max(0,x)
Definition at line 143 of file NeuronLayers.h.
Definition at line 144 of file NeuronLayers.h.
|
inline |
Definition at line 146 of file NeuronLayers.h.
Referenced by evalInPlace().
|
inline |
Definition at line 151 of file NeuronLayers.h.
References evalInPlace().
|
inline |
Definition at line 156 of file NeuronLayers.h.