Interface | Description |
---|---|
ScoreCalculator<T extends Model> |
ScoreCalculator interface is used to calculate a score for a neural network.
|
Class | Description |
---|---|
DataSetLossCalculator |
Given a DataSetIterator: calculate the total loss for the model on that data set.
|
DataSetLossCalculatorCG |
Given a DataSetIterator: calculate
the total loss for the model on that data set.
|