Neurons.h File Reference

Go to the source code of this file.

Classes

struct  shark::LogisticNeuron
 Neuron which computes the Logistic (logistic) function with range [0,1]. More...
 
struct  shark::TanhNeuron
 Neuron which computes the hyperbolic tangenst with range [-1,1]. More...
 
struct  shark::LinearNeuron
 Linear activation Neuron. More...
 
struct  shark::RectifierNeuron
 Rectifier Neuron f(x) = max(0,x) More...
 
struct  shark::FastSigmoidNeuron
 Fast sigmoidal function, which does not need to compute an exponential function. More...
 
struct  shark::DropoutNeuron< Neuron >
 Wraps a given neuron type and implements dropout for it. More...
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.