ProbabilisticLayerBackPropagation Struct Reference
Inheritance diagram for ProbabilisticLayerBackPropagation:
LayerBackPropagation

Public Member Functions

 ProbabilisticLayerBackPropagation (const Index &new_batch_samples_number, Layer *new_layer_pointer)
 
void set (const Index &new_batch_samples_number, Layer *new_layer_pointer)
 
void print () const
 
- Public Member Functions inherited from LayerBackPropagation
 LayerBackPropagation ()
 Default constructor. More...
 

Public Attributes

Tensor< type, 2 > delta
 
Tensor< type, 1 > delta_row
 
Tensor< type, 2 > error_combinations_derivatives
 
Tensor< type, 2 > synaptic_weights_derivatives
 
Tensor< type, 1 > biases_derivatives
 
- Public Attributes inherited from LayerBackPropagation
Index batch_samples_number = 0
 
Layerlayer_pointer = nullptr
 

Detailed Description

Definition at line 332 of file probabilistic_layer.h.

Constructor & Destructor Documentation

◆ ProbabilisticLayerBackPropagation() [1/2]

Definition at line 334 of file probabilistic_layer.h.

◆ ProbabilisticLayerBackPropagation() [2/2]

ProbabilisticLayerBackPropagation ( const Index &  new_batch_samples_number,
Layer new_layer_pointer 
)
inlineexplicit

Definition at line 340 of file probabilistic_layer.h.

Member Function Documentation

◆ print()

void print ( ) const
inlinevirtual

Reimplemented from LayerBackPropagation.

Definition at line 366 of file probabilistic_layer.h.

◆ set()

void set ( const Index &  new_batch_samples_number,
Layer new_layer_pointer 
)
inlinevirtual

Reimplemented from LayerBackPropagation.

Definition at line 347 of file probabilistic_layer.h.

Member Data Documentation

◆ biases_derivatives

Tensor<type, 1> biases_derivatives

Definition at line 384 of file probabilistic_layer.h.

◆ delta

Tensor<type, 2> delta

Definition at line 378 of file probabilistic_layer.h.

◆ delta_row

Tensor<type, 1> delta_row

Definition at line 379 of file probabilistic_layer.h.

◆ error_combinations_derivatives

Tensor<type, 2> error_combinations_derivatives

Definition at line 381 of file probabilistic_layer.h.

◆ synaptic_weights_derivatives

Tensor<type, 2> synaptic_weights_derivatives

Definition at line 383 of file probabilistic_layer.h.


The documentation for this struct was generated from the following file: