34 #ifndef __NEURALLAYERS_H__
35 #define __NEURALLAYERS_H__
132 virtual const char*
get_name()
const;
CNeuralLayers * logistic(int32_t size)
CNeuralLayers * rectified_linear(int32_t size)
Base class for neural network layers.
CNeuralLayers * input(int32_t size)
CNeuralLayers * softmax(int32_t size)
CDynamicObjectArray * done()
Class SGObject is the base class of all shogun objects.
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
CNeuralLayers * leaky_rectified_linear(int32_t size)
CNeuralLayers * linear(int32_t size)
virtual const char * get_name() const
A class to construct neural layers.
CNeuralLayers * with_layer(CNeuralLayer *layer)