34 #ifndef __NEURALLEAKYRECTIFIEDLINEARLAYER_H__
35 #define __NEURALLEAKYRECTIFIEDLINEARLAYER_H__
89 virtual const char*
get_name()
const {
return "NeuralLeakyRectifiedLinearLayer"; }
99 #endif //__NEURALLEAKYRECTIFIEDLINEARLAYER_H__
Neural layer with leaky rectified linear neurons.
virtual void compute_activations(SGVector< float64_t > parameters, CDynamicObjectArray *layers)
CNeuralLeakyRectifiedLinearLayer()
virtual float64_t get_alpha()
Dynamic array class for CSGObject pointers that creates an array that can be used like a list or an a...
all of classes and functions are contained in the shogun namespace
Neural layer with rectified linear neurons.
virtual void set_alpha(float64_t alpha)
virtual const char * get_name() const
virtual ~CNeuralLeakyRectifiedLinearLayer()