shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT > Member List

This is the complete list of members for shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >, including all inherited members.

AbstractModel()shark::AbstractModel< RealVector, RealVector >inline
BatchInputType typedefshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >
BatchOutputType typedefshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >
BOOST_SERIALIZATION_SPLIT_MEMBER()shark::ISerializable
ConvolutionalRBM(RngType &rng)shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
createState() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inlinevirtual
energy() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
EnergyType typedefshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >
eval(BatchInputType const &patterns, BatchOutputType &outputs) constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inlinevirtual
eval(BatchInputType const &patterns, BatchOutputType &outputs, State &state) constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inlinevirtual
AbstractModel< RealVector, RealVector >::eval(InputType const &pattern, OutputType &output) constshark::AbstractModel< RealVector, RealVector >inlinevirtual
evaluationType(bool forward, bool evalMean)shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
Feature enum nameshark::AbstractModel< RealVector, RealVector >
FeatureNotAvailableException typedefshark::AbstractModel< RealVector, RealVector >
Features typedefshark::AbstractModel< RealVector, RealVector >
features() constshark::AbstractModel< RealVector, RealVector >inline
filters()shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
filterSize1() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
filterSize2() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
GradientType typedefshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >
HAS_FIRST_INPUT_DERIVATIVE enum valueshark::AbstractModel< RealVector, RealVector >
HAS_FIRST_PARAMETER_DERIVATIVE enum valueshark::AbstractModel< RealVector, RealVector >
HAS_SECOND_INPUT_DERIVATIVE enum valueshark::AbstractModel< RealVector, RealVector >
HAS_SECOND_PARAMETER_DERIVATIVE enum valueshark::AbstractModel< RealVector, RealVector >
hasFirstInputDerivative() constshark::AbstractModel< RealVector, RealVector >inline
hasFirstParameterDerivative() constshark::AbstractModel< RealVector, RealVector >inline
hasSecondInputDerivative() constshark::AbstractModel< RealVector, RealVector >inline
hasSecondParameterDerivative() constshark::AbstractModel< RealVector, RealVector >inline
hiddenNeurons() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
hiddenNeurons()shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
HiddenType typedefshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >
inputHidden(RealMatrix &inputs, RealMatrix const &visibleStates) constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
inputSize1() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
inputSize2() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
InputType typedefshark::AbstractModel< RealVector, RealVector >
inputVisible(RealMatrix &inputs, RealMatrix const &hiddenStates) constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
IS_SEQUENTIAL enum valueshark::AbstractModel< RealVector, RealVector >
isSequential() constshark::AbstractModel< RealVector, RealVector >inline
load(InArchive &archive, unsigned int version)shark::ISerializableinline
m_featuresshark::AbstractModel< RealVector, RealVector >protected
name() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inlinevirtual
numberOfHN() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
numberOfParameters() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inlinevirtual
numberOfVN() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
numFilters() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
operator()(Data< InputType > const &patterns) constshark::AbstractModel< RealVector, RealVector >inline
operator()(InputType const &pattern) constshark::AbstractModel< RealVector, RealVector >inline
operator()(BatchInputType const &patterns) constshark::AbstractModel< RealVector, RealVector >inline
OutputType typedefshark::AbstractModel< RealVector, RealVector >
parameterVector() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inlinevirtual
read(InArchive &archive)shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inlinevirtual
responseSize1() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
responseSize2() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
rng()shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
RngType typedefshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >
save(OutArchive &archive, unsigned int version) constshark::ISerializableinline
setParameterVector(const RealVector &newParameters)shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inlinevirtual
setStructure(std::size_t newInputSize1, std::size_t newInputSize2, std::size_t newNumFilters, std::size_t filterSize)shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
updateFeatures()shark::AbstractModel< RealVector, RealVector >inlinevirtual
visibleNeurons()shark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
visibleNeurons() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
VisibleType typedefshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >
weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &coefficients, State const &state, RealVector &parameterDerivative, BatchInputType &inputDerivative) constshark::AbstractModel< RealVector, RealVector >inlinevirtual
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) constshark::AbstractModel< RealVector, RealVector >inlinevirtual
weightedInputDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, typename Batch< RealMatrix >::type const &errorHessian, State const &state, RealMatrix &derivative, Batch< RealMatrix >::type &hessian) constshark::AbstractModel< RealVector, RealVector >inlinevirtual
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, State const &state, RealVector &derivative) constshark::AbstractModel< RealVector, RealVector >inlinevirtual
weightedParameterDerivative(BatchInputType const &pattern, BatchOutputType const &coefficients, Batch< RealMatrix >::type const &errorHessian, State const &state, RealVector &derivative, RealMatrix &hessian) constshark::AbstractModel< RealVector, RealVector >inlinevirtual
weightMatrix() constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inline
write(OutArchive &archive) constshark::ConvolutionalRBM< VisibleLayerT, HiddenLayerT, RngT >inlinevirtual
~AbstractModel()shark::AbstractModel< RealVector, RealVector >inlinevirtual
~INameable()shark::INameableinlinevirtual
~IParameterizable()shark::IParameterizableinlinevirtual
~ISerializable()shark::ISerializableinlinevirtual