NeuralNetworkBackPropagationLM Struct Reference

Public Member Functions

 NeuralNetworkBackPropagationLM (const Index &new_batch_samples_number, NeuralNetwork *new_neural_network_pointer)
 
void set (const Index &new_batch_samples_number, NeuralNetwork *new_neural_network_pointer)
 
void print ()
 

Public Attributes

Index batch_samples_number = 0
 
NeuralNetworkneural_network_pointer = nullptr
 
Tensor< LayerBackPropagationLM *, 1 > layers
 

Detailed Description

Definition at line 437 of file neural_network.h.

Constructor & Destructor Documentation

◆ NeuralNetworkBackPropagationLM() [1/2]

Definition at line 439 of file neural_network.h.

◆ NeuralNetworkBackPropagationLM() [2/2]

NeuralNetworkBackPropagationLM ( const Index &  new_batch_samples_number,
NeuralNetwork new_neural_network_pointer 
)
inline

Definition at line 441 of file neural_network.h.

Member Function Documentation

◆ print()

void print ( )
inline

Definition at line 489 of file neural_network.h.

◆ set()

void set ( const Index &  new_batch_samples_number,
NeuralNetwork new_neural_network_pointer 
)
inline

Definition at line 448 of file neural_network.h.

Member Data Documentation

◆ batch_samples_number

Index batch_samples_number = 0

Definition at line 503 of file neural_network.h.

◆ layers

Tensor<LayerBackPropagationLM*, 1> layers

Definition at line 507 of file neural_network.h.

◆ neural_network_pointer

NeuralNetwork* neural_network_pointer = nullptr

Definition at line 505 of file neural_network.h.


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