PerceptronLayerBackPropagationLM Struct Reference
Inheritance diagram for PerceptronLayerBackPropagationLM:
LayerBackPropagationLM

Public Member Functions

 PerceptronLayerBackPropagationLM (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 LayerBackPropagationLM
 LayerBackPropagationLM ()
 Default constructor. More...
 

Public Attributes

Tensor< type, 2 > delta
 
Tensor< type, 2 > squared_errors_Jacobian
 
- Public Attributes inherited from LayerBackPropagationLM
Index batch_samples_number = 0
 
Layerlayer_pointer = nullptr
 

Detailed Description

Definition at line 306 of file perceptron_layer.h.

Constructor & Destructor Documentation

◆ PerceptronLayerBackPropagationLM() [1/2]

Definition at line 310 of file perceptron_layer.h.

◆ PerceptronLayerBackPropagationLM() [2/2]

PerceptronLayerBackPropagationLM ( const Index &  new_batch_samples_number,
Layer new_layer_pointer 
)
inlineexplicit

Definition at line 316 of file perceptron_layer.h.

Member Function Documentation

◆ print()

void print ( ) const
inlinevirtual

Reimplemented from LayerBackPropagationLM.

Definition at line 337 of file perceptron_layer.h.

◆ set()

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

Reimplemented from LayerBackPropagationLM.

Definition at line 323 of file perceptron_layer.h.

Member Data Documentation

◆ delta

Tensor<type, 2> delta

Definition at line 347 of file perceptron_layer.h.

◆ squared_errors_Jacobian

Tensor<type, 2> squared_errors_Jacobian

Definition at line 349 of file perceptron_layer.h.


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