Table of Contents

Property Iterations

Namespace
LMKit.Finetuning
Assembly
LM-Kit.NET.dll

Iterations

Gets or sets the number of iterations that the Adam optimization algorithm performs on each training batch.

public int Iterations { get; set; }

Property Value

int

The default value is 128. It is beneficial to align iterations with the size of your training dataset for optimal results.

Remarks

Adam optimization is an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments.