108 return "NeuralLayers";
CNeuralLayers * logistic(int32_t size)
Neural layer with leaky rectified linear neurons.
CNeuralLayers * rectified_linear(int32_t size)
Base class for neural network layers.
CNeuralLayers * input(int32_t size)
Neural layer with linear neurons, with a softmax activation function. can be only be used as an outpu...
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...
Neural layer with linear neurons, with an identity activation function. can be used as a hidden layer...
Neural layer with linear neurons, with a logistic activation function. can be used as a hidden layer ...
all of classes and functions are contained in the shogun namespace
CNeuralLayers * leaky_rectified_linear(int32_t size)
void push_back(CSGObject *e)
CNeuralLayers * linear(int32_t size)
virtual const char * get_name() const
Neural layer with rectified linear neurons.
A class to construct neural layers.
CNeuralLayers * with_layer(CNeuralLayer *layer)