Table of Contents

Namespace AiDotNet.MetaLearning

Classes

MetaLearnerBase<T, TInput, TOutput>

Unified base class for all meta-learning algorithms, providing both training infrastructure and shared algorithm utilities.

MetaLearnerOptionsBase<T>

Base implementation of IMetaLearnerOptions with industry-standard defaults.

MetaLearnerOptionsBuilder<T>

Fluent builder for MetaLearnerOptionsBase.

Enums

MetaLearningAlgorithmType

Specifies the type of meta-learning algorithm used for few-shot learning and quick adaptation.