AbstractModel() | shark::AbstractModel< VectorType, VectorType, VectorType > | inline |
BatchInputType typedef | shark::DropoutLayer< VectorType > | |
BatchOutputType typedef | shark::DropoutLayer< VectorType > | |
BOOST_SERIALIZATION_SPLIT_MEMBER() | shark::ISerializable | |
createState() const | shark::DropoutLayer< VectorType > | inlinevirtual |
DropoutLayer(Shape const &inputShape, double probability=0.5, random::rng_type &rng=random::globalRng) | shark::DropoutLayer< VectorType > | inline |
eval(BatchInputType const &inputs, BatchOutputType &outputs) const | shark::DropoutLayer< VectorType > | inlinevirtual |
eval(VectorType const &input, VectorType &output) const | shark::DropoutLayer< VectorType > | inlinevirtual |
eval(BatchInputType const &inputs, BatchOutputType &outputs, State &state) const | shark::DropoutLayer< VectorType > | inlinevirtual |
Feature enum name | shark::AbstractModel< VectorType, VectorType, VectorType > | |
FeatureNotAvailableException typedef | shark::AbstractModel< VectorType, VectorType, VectorType > | |
features() const | shark::AbstractModel< VectorType, VectorType, VectorType > | inline |
Features typedef | shark::AbstractModel< VectorType, VectorType, VectorType > | |
HAS_FIRST_INPUT_DERIVATIVE enum value | shark::AbstractModel< VectorType, VectorType, VectorType > | |
HAS_FIRST_PARAMETER_DERIVATIVE enum value | shark::AbstractModel< VectorType, VectorType, VectorType > | |
hasFirstInputDerivative() const | shark::AbstractModel< VectorType, VectorType, VectorType > | inline |
hasFirstParameterDerivative() const | shark::AbstractModel< VectorType, VectorType, VectorType > | inline |
inputShape() const | shark::DropoutLayer< VectorType > | inlinevirtual |
InputType typedef | shark::AbstractModel< VectorType, VectorType, VectorType > | |
load(InArchive &archive, unsigned int version) | shark::ISerializable | inline |
m_features | shark::AbstractModel< VectorType, VectorType, VectorType > | protected |
ModelBaseType typedef | shark::AbstractModel< VectorType, VectorType, VectorType > | |
name() const | shark::DropoutLayer< VectorType > | inlinevirtual |
numberOfParameters() const | shark::DropoutLayer< VectorType > | inlinevirtual |
operator()(Data< InputType > const &patterns) const | shark::AbstractModel< VectorType, VectorType, VectorType > | inline |
operator()(InputType const &pattern) const | shark::AbstractModel< VectorType, VectorType, VectorType > | inline |
operator()(BatchInputType const &patterns) const | shark::AbstractModel< VectorType, VectorType, VectorType > | inline |
outputShape() const | shark::DropoutLayer< VectorType > | inlinevirtual |
OutputType typedef | shark::AbstractModel< VectorType, VectorType, VectorType > | |
parameterVector() const | shark::DropoutLayer< VectorType > | inlinevirtual |
ParameterVectorType typedef | shark::DropoutLayer< VectorType > | |
read(InArchive &archive) | shark::DropoutLayer< VectorType > | inlinevirtual |
save(OutArchive &archive, unsigned int version) const | shark::ISerializable | inline |
setParameterVector(ParameterVectorType const &newParameters) | shark::DropoutLayer< VectorType > | inlinevirtual |
updateFeatures() | shark::AbstractModel< VectorType, VectorType, VectorType > | inlinevirtual |
weightedDerivatives(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, RealVector ¶meterDerivative, BatchInputType &inputDerivative) const | shark::AbstractModel< VectorType, VectorType, VectorType > | inlinevirtual |
weightedInputDerivative(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, BatchInputType &derivative) const | shark::DropoutLayer< VectorType > | inlinevirtual |
weightedParameterDerivative(BatchInputType const &patterns, BatchOutputType const &outputs, BatchOutputType const &coefficients, State const &state, ParameterVectorType &gradient) const | shark::DropoutLayer< VectorType > | inlinevirtual |
write(OutArchive &archive) const | shark::DropoutLayer< VectorType > | inlinevirtual |
~AbstractModel() | shark::AbstractModel< VectorType, VectorType, VectorType > | inlinevirtual |
~INameable() | shark::INameable | inlinevirtual |
~IParameterizable() | shark::IParameterizable< VectorType > | inlinevirtual |
~ISerializable() | shark::ISerializable | inlinevirtual |