Open 3D Engine MachineLearning Gem API Reference 24.09.2
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CAZ::Component
 CMachineLearning::MachineLearningDebugSystemComponent
 CMachineLearning::MachineLearningSystemComponent
 CMachineLearning::MachineLearningEditorSystemComponentSystem component for MachineLearning editor
 CMachineLearning::MultilayerPerceptronComponent
 CAZ::ComponentBus
 CMachineLearning::MultilayerPerceptronComponentRequestsScriptbind
 CAZ::Data::AssetBus::Handler
 CMachineLearning::MultilayerPerceptronComponent
 CMachineLearning::MultilayerPerceptronEditorComponent
 CAZ::Data::AssetData
 CMachineLearning::ModelAsset
 CAZ::EBusTraits
 CMachineLearning::IMachineLearningBusTraits
 CAZ::Module
 CMachineLearning::MachineLearningDebugModule
 CMachineLearning::MachineLearningModuleInterface
 CAzFramework::GenericAssetHandler
 CMachineLearning::ModelAssetHandler
 CAzToolsFramework::Components::EditorComponentBase
 CMachineLearning::MultilayerPerceptronEditorComponent
 CAzToolsFramework::EditorEvents::Bus::Handler
 CMachineLearning::MachineLearningEditorSystemComponentSystem component for MachineLearning editor
 CMachineLearning::IAssetPersistenceProxy
 CMachineLearning::MultilayerPerceptronEditorComponent
 CMachineLearning::IInferenceContext
 CMachineLearning::MlpInferenceContext
 CMachineLearning::ILabeledTrainingData
 CMachineLearning::MnistDataLoader
 CMachineLearning::TrainingDataViewThis wraps any training data set to restrict the range of samples to a subset of the total
 CMachineLearning::IMachineLearning
 CMachineLearning::INeuralNetwork
 CMachineLearning::MultilayerPerceptronThis is a basic multilayer perceptron neural network capable of basic training and feed forward operations
 CMachineLearning::ITrainingContextThis is a heavier weight context suitable for backpropagation and training of models
 CMachineLearning::MlpTrainingContext
 CMachineLearning::LayerA class representing a single layer within a neural network
 CMachineLearning::LayerInferenceDataThese values are written to during inference
 CMachineLearning::LayerTrainingDataThese values are read and written during training
 CMachineLearning::MachineLearningDebugTrainingWindow
 CMachineLearning::SupervisedLearningCycle
 CMachineLearning::TrainingInstance
 CMachineLearningRequestBus::Handler
 CMachineLearning::MachineLearningSystemComponent
 CMultilayerPerceptronComponentRequestBus::Handler
 CMachineLearning::MultilayerPerceptronComponent
 CScriptCanvas::Nodeable
 CMachineLearning::ArgMax
 CMachineLearning::ComputeCost
 CMachineLearning::FeedForward
 CMachineLearning::LoadModel
 CMachineLearning::LoadTrainingData
 CMachineLearning::OneHot
 CMachineLearning::SaveModel
 CMachineLearning::SupervisedLearning