Table of Contents

Enum BenchmarkProtocol

Namespace
AiDotNet.SelfSupervisedLearning.Evaluation
Assembly
AiDotNet.dll

Supported evaluation protocols for transfer learning benchmarks.

public enum BenchmarkProtocol

Fields

FewShot = 2

Few-shot learning with limited labeled data.

FineTuning = 1

Fine-tune entire network with lower learning rate.

LinearProbing = 0

Freeze encoder, train linear classifier only.