shark::RectifierNeuron Struct Reference

Rectifier Neuron f(x) = max(0,x) More...

#include <shark/Models/Neurons.h>

+ Inheritance diagram for shark::RectifierNeuron:

Public Member Functions

template<class T >
function (T x) const
 
template<class T >
functionDerivative (T y) const
 

Detailed Description

Rectifier Neuron f(x) = max(0,x)

Definition at line 155 of file Neurons.h.

Member Function Documentation

§ function()

template<class T >
T shark::RectifierNeuron::function ( x) const
inline

Definition at line 157 of file Neurons.h.

§ functionDerivative()

template<class T >
T shark::RectifierNeuron::functionDerivative ( y) const
inline

Definition at line 161 of file Neurons.h.


The documentation for this struct was generated from the following file: