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::SupervisedLearningCycle Member List

This is the complete list of members for MachineLearning::SupervisedLearningCycle, including all inherited members.

InitializeContexts() (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_batchSize (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_costFunction (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_currentEpoch (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_currentIndex (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_earlyStopCost (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_inferenceContext (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_learningRate (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_learningRateDecay (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_model (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_shuffleTrainingData (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_testCosts (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_testData (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_totalIterations (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_trainCosts (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_trainData (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_trainingComplete (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
m_trainingContext (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
StartTraining() (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
StopTraining() (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
SupervisedLearningCycle() (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle
SupervisedLearningCycle(INeuralNetworkPtr model, ILabeledTrainingDataPtr trainingData, ILabeledTrainingDataPtr testData, LossFunctions costFunction, AZStd::size_t totalIterations, AZStd::size_t batchSize, float learningRate, float learningRateDecay, float earlyStopCost) (defined in MachineLearning::SupervisedLearningCycle)MachineLearning::SupervisedLearningCycle