Click or drag to resize
Accord.NET (logo)

BaseBatchesTBatch, TInput Properties

The BaseBatchesTBatch, TInput generic type exposes the following members.

Properties
  NameDescription
Public propertyCurrentEpoch
Gets or sets the current epoch counter.
Public propertyCurrentIteration
Gets or sets the current iteration counter.
Public propertyCurrentMiniBatch
Gets or sets the current mini-batch counter.
Public propertyCurrentSample
Gets or sets the current sample counter.
Public propertyInputs
Gets or sets the input instances that should be divided among the mini-batches at every epoch.
Public propertyMaxEpochs
Gets or sets the maximum number of epochs for which mini-batches should be generated.
Public propertyMaxIterations
Gets or sets the maximum number of iterations for which mini-batches should be generated.
Public propertyMiniBatchSize
Gets or sets the size of the mini-batch that will be generated.
Public propertyNumberOfMiniBatches
Gets or sets the number of mini-batches that are going to be generated for each epoch.
Public propertyNumberOfSamples
Gets the number of samples in each epoch.
Public propertyShuffle
Gets or sets options about how and when data should be shuffled.
Public propertyWeights
Gets or sets the weights associated with each data instance that should be divided among the mini-batches at every epoch.
Top
See Also