RecurrentLayer Member List

This is the complete list of members for RecurrentLayer, including all inherited members.

A_B (defined in Layer)Layerprotected
A_BT (defined in Layer)Layerprotected
activation_functionRecurrentLayerprotected
ActivationFunction enum nameRecurrentLayer
AT_B (defined in Layer)Layerprotected
biasesRecurrentLayerprotected
binary(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
binary(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
calculate_activations(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in RecurrentLayer)RecurrentLayer
calculate_activations_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in RecurrentLayer)RecurrentLayer
calculate_activations_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in RecurrentLayer)RecurrentLayer
calculate_biases_error_gradient(const Tensor< type, 2 > &, RecurrentLayerForwardPropagation *, RecurrentLayerBackPropagation *) const (defined in RecurrentLayer)RecurrentLayer
calculate_combinations(const Tensor< type, 1 > &, const Tensor< type, 2 > &, const Tensor< type, 2 > &, const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in RecurrentLayer)RecurrentLayer
calculate_error_gradient(const Tensor< type, 2 > &, LayerForwardPropagation *, LayerBackPropagation *) const (defined in RecurrentLayer)RecurrentLayervirtual
calculate_error_gradient(const Tensor< type, 4 > &, LayerForwardPropagation *, LayerBackPropagation *) const (defined in Layer)Layerinlinevirtual
calculate_hidden_delta(LayerForwardPropagation *, LayerBackPropagation *, LayerBackPropagation *) const (defined in RecurrentLayer)RecurrentLayervirtual
calculate_hidden_delta_lm(LayerForwardPropagation *, LayerBackPropagationLM *, LayerBackPropagationLM *) const (defined in Layer)Layerinlinevirtual
calculate_hidden_delta_perceptron(PerceptronLayerForwardPropagation *, PerceptronLayerBackPropagation *, RecurrentLayerBackPropagation *) const (defined in RecurrentLayer)RecurrentLayer
calculate_hidden_delta_probabilistic(ProbabilisticLayerForwardPropagation *, ProbabilisticLayerBackPropagation *, RecurrentLayerBackPropagation *) const (defined in RecurrentLayer)RecurrentLayer
calculate_input_weights_error_gradient(const Tensor< type, 2 > &, RecurrentLayerForwardPropagation *, RecurrentLayerBackPropagation *) const (defined in RecurrentLayer)RecurrentLayer
calculate_outputs(const Tensor< type, 2 > &) (defined in RecurrentLayer)RecurrentLayervirtual
calculate_outputs_4D(const Tensor< type, 4 > &) (defined in Layer)Layerinlinevirtual
calculate_outputs_from4D(const Tensor< type, 4 > &) (defined in Layer)Layerinlinevirtual
calculate_recurrent_weights_error_gradient(const Tensor< type, 2 > &, RecurrentLayerForwardPropagation *, RecurrentLayerBackPropagation *) const (defined in RecurrentLayer)RecurrentLayer
calculate_squared_errors_Jacobian_lm(const Tensor< type, 2 > &, LayerForwardPropagation *, LayerBackPropagationLM *) (defined in Layer)Layerinlinevirtual
competitive(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
competitive(const Tensor< type, 2 > &, Tensor< type, 2 > &) constLayerprotected
displayRecurrentLayerprotected
exponential_linear(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
exponential_linear(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
exponential_linear(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
exponential_linear_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
exponential_linear_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
exponential_linear_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
forward_propagate(const Tensor< type, 2 > &, LayerForwardPropagation *) (defined in RecurrentLayer)RecurrentLayervirtual
forward_propagate(const Tensor< type, 2 > &, const Tensor< type, 1 >, LayerForwardPropagation *) (defined in RecurrentLayer)RecurrentLayervirtual
forward_propagate(const Tensor< type, 4 > &, LayerForwardPropagation *) (defined in Layer)Layerinlinevirtual
forward_propagate(const Tensor< type, 4 > &, Tensor< type, 1 >, LayerForwardPropagation *) (defined in Layer)Layerinlinevirtual
from_XML(const tinyxml2::XMLDocument &) (defined in RecurrentLayer)RecurrentLayervirtual
get_activation_function() constRecurrentLayer
get_biases() constRecurrentLayer
get_biases(const Tensor< type, 1 > &) constRecurrentLayer
get_biases_number() const (defined in RecurrentLayer)RecurrentLayer
get_display() constRecurrentLayer
get_hidden_states() constRecurrentLayer
get_input_weights() constRecurrentLayer
get_input_weights(const Tensor< type, 1 > &) constRecurrentLayer
get_input_weights_number() const (defined in RecurrentLayer)RecurrentLayer
get_inputs_number() constRecurrentLayervirtual
get_name() const (defined in Layer)Layerinline
get_neurons_number() constRecurrentLayervirtual
get_parameters() constRecurrentLayervirtual
get_parameters_number() constRecurrentLayervirtual
get_recurrent_weights() constRecurrentLayer
get_recurrent_weights(const Tensor< type, 1 > &) constRecurrentLayer
get_recurrent_weights_number() const (defined in RecurrentLayer)RecurrentLayer
get_synaptic_weights_number() constLayervirtual
get_timesteps() const (defined in RecurrentLayer)RecurrentLayer
get_type() constLayer
get_type_string() constLayer
hard_sigmoid(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
hard_sigmoid(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
hard_sigmoid(const Tensor< type, 4 > &, Tensor< type, 4 > &) constLayerprotected
hard_sigmoid_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
hard_sigmoid_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
hard_sigmoid_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
hidden_states (defined in RecurrentLayer)RecurrentLayerprotected
hyperbolic_tangent(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
hyperbolic_tangent_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
initialize_input_weights_Glorot(const type &, const type &)RecurrentLayer
input_weights (defined in RecurrentLayer)RecurrentLayerprotected
insert_gradient(LayerBackPropagation *, const Index &, Tensor< type, 1 > &) const (defined in RecurrentLayer)RecurrentLayervirtual
insert_squared_errors_Jacobian_lm(LayerBackPropagationLM *, const Index &, Tensor< type, 2 > &) const (defined in Layer)Layerinlinevirtual
is_empty() const (defined in RecurrentLayer)RecurrentLayer
Layer() (defined in Layer)Layerinlineexplicit
layer_nameLayerprotected
layer_typeLayerprotected
linear(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
linear(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
linear(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
linear_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
linear_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
linear_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
logistic(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
logistic(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
logistic(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
logistic_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
logistic_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
logistic_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 3 > &) const (defined in Layer)Layerprotected
logistic_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
non_blocking_thread_pool (defined in Layer)Layerprotected
rectified_linear(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
rectified_linear(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
rectified_linear(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
rectified_linear_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
rectified_linear_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
rectified_linear_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
recurrent_weightsRecurrentLayerprotected
RecurrentLayer()RecurrentLayerexplicit
RecurrentLayer(const Index &, const Index &)RecurrentLayerexplicit
scaled_exponential_linear(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
scaled_exponential_linear(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
scaled_exponential_linear(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
scaled_exponential_linear_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
scaled_exponential_linear_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
scaled_exponential_linear_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
set()RecurrentLayer
set(const Index &, const Index &)RecurrentLayer
set(const RecurrentLayer &)RecurrentLayer
set_activation_function(const ActivationFunction &)RecurrentLayer
set_activation_function(const string &)RecurrentLayer
set_biases(const Tensor< type, 1 > &) (defined in RecurrentLayer)RecurrentLayer
set_biases_constant(const type &)RecurrentLayer
set_default()RecurrentLayer
set_display(const bool &)RecurrentLayer
set_hidden_states_constant(const type &)RecurrentLayer
set_input_shape(const Tensor< Index, 1 > &) (defined in RecurrentLayer)RecurrentLayer
set_input_weights(const Tensor< type, 2 > &) (defined in RecurrentLayer)RecurrentLayer
set_input_weights_constant(const type &)RecurrentLayer
set_inputs_number(const Index &)RecurrentLayervirtual
set_neurons_number(const Index &)RecurrentLayervirtual
set_parameters(const Tensor< type, 1 > &, const Index &=0)RecurrentLayervirtual
set_parameters_constant(const type &)RecurrentLayervirtual
set_parameters_random()RecurrentLayervirtual
set_recurrent_weights(const Tensor< type, 2 > &) (defined in RecurrentLayer)RecurrentLayer
set_recurrent_weights_constant(const type &)RecurrentLayer
set_threads_number(const int &) (defined in Layer)Layer
set_timesteps(const Index &) (defined in RecurrentLayer)RecurrentLayer
soft_plus(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
soft_plus(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
soft_plus(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
soft_plus_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
soft_plus_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
soft_plus_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
soft_sign(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
soft_sign(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
soft_sign(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
soft_sign_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
soft_sign_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
soft_sign_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
softmax(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
softmax(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
softmax_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 3 > &) const (defined in Layer)Layerprotected
symmetric_threshold(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
symmetric_threshold(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
symmetric_threshold(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
symmetric_threshold_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
symmetric_threshold_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
symmetric_threshold_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
thread_pool_device (defined in Layer)Layerprotected
threshold(const Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
threshold(const Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
threshold(const Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
threshold_derivatives(const Tensor< type, 1 > &, Tensor< type, 1 > &, Tensor< type, 1 > &) const (defined in Layer)Layerprotected
threshold_derivatives(const Tensor< type, 2 > &, Tensor< type, 2 > &, Tensor< type, 2 > &) const (defined in Layer)Layerprotected
threshold_derivatives(const Tensor< type, 4 > &, Tensor< type, 4 > &, Tensor< type, 4 > &) const (defined in Layer)Layerprotected
timesteps (defined in RecurrentLayer)RecurrentLayerprotected
Type enum nameLayer
write_activation_function() constRecurrentLayer
write_activation_function_expression() const (defined in RecurrentLayer)RecurrentLayer
write_activations_python() constRecurrentLayer
write_combinations_python() const (defined in RecurrentLayer)RecurrentLayer
write_expression(const Tensor< string, 1 > &, const Tensor< string, 1 > &) constRecurrentLayervirtual
write_expression_c() const (defined in Layer)Layerinlinevirtual
write_expression_python() const (defined in RecurrentLayer)RecurrentLayervirtual
write_XML(tinyxml2::XMLPrinter &) const (defined in RecurrentLayer)RecurrentLayervirtual
~Layer() (defined in Layer)Layervirtual
~RecurrentLayer()RecurrentLayervirtual