MiniBatchesTInput Properties |
The MiniBatchesTInput generic type exposes the following members.
Name | Description | |
---|---|---|
CurrentEpoch |
Gets or sets the current epoch counter.
(Inherited from BaseBatchesTBatch, TInput.) | |
CurrentIteration |
Gets or sets the current iteration counter.
(Inherited from BaseBatchesTBatch, TInput.) | |
CurrentMiniBatch |
Gets or sets the current mini-batch counter.
(Inherited from BaseBatchesTBatch, TInput.) | |
CurrentSample |
Gets or sets the current sample counter.
(Inherited from BaseBatchesTBatch, TInput.) | |
Inputs |
Gets or sets the input instances that should be divided among the mini-batches at every epoch.
(Inherited from BaseBatchesTBatch, TInput.) | |
MaxEpochs |
Gets or sets the maximum number of epochs for which mini-batches should be generated.
(Inherited from BaseBatchesTBatch, TInput.) | |
MaxIterations |
Gets or sets the maximum number of iterations for which mini-batches should be generated.
(Inherited from BaseBatchesTBatch, TInput.) | |
MiniBatchSize |
Gets or sets the size of the mini-batch that will be generated.
(Inherited from BaseBatchesTBatch, TInput.) | |
NumberOfMiniBatches |
Gets or sets the number of mini-batches that are going to be generated for each epoch.
(Inherited from BaseBatchesTBatch, TInput.) | |
NumberOfSamples |
Gets the number of samples in each epoch.
(Inherited from BaseBatchesTBatch, TInput.) | |
Shuffle |
Gets or sets options about how and when data should be shuffled.
(Inherited from BaseBatchesTBatch, TInput.) | |
Weights |
Gets or sets the weights associated with each data instance
that should be divided among the mini-batches at every epoch.
(Inherited from BaseBatchesTBatch, TInput.) |