Open 3D Engine MachineLearning Gem API Reference  24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
MachineLearning::LayerTrainingData Struct Reference

These values are read and written during training. More...

#include <Layer.h>

Public Attributes

const AZ::VectorN * m_lastInput
 
AZ::VectorN m_activationGradients
 
AZ::VectorN m_biasGradients
 
AZ::MatrixMxN m_weightGradients
 
AZ::VectorN m_backpropagationGradients
 

Detailed Description

These values are read and written during training.


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