Linear activation Neuron.
More...
#include <shark/Models/NeuronLayers.h>
|
template<class Arg > |
void | evalInPlace (Arg &) const |
|
template<class Arg > |
void | evalInPlace (Arg &arg, State const &) const |
|
template<class Output , class Derivative > |
void | multiplyDerivative (Output const &output, Derivative &der, State const &state) const |
|
Linear activation Neuron.
Definition at line 111 of file NeuronLayers.h.
◆ State
◆ evalInPlace() [1/2]
template<class Arg >
void shark::LinearNeuron::evalInPlace |
( |
Arg & |
| ) |
const |
|
inline |
◆ evalInPlace() [2/2]
template<class Arg >
void shark::LinearNeuron::evalInPlace |
( |
Arg & |
arg, |
|
|
State const & |
|
|
) |
| const |
|
inline |
◆ multiplyDerivative()
template<class Output , class Derivative >
void shark::LinearNeuron::multiplyDerivative |
( |
Output const & |
output, |
|
|
Derivative & |
der, |
|
|
State const & |
state |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: