BackPropResult {Microsoft.VisualBasic.MachineLearning.CNN.data} | .NET clr documentation |
When we have done a back propagation of the network we will receive a result of weight adjustments required to learn. This result set will contain the data used by the trainer. @author Daniel Persson (mailto.woden@gmail.com)
# namespace Microsoft.VisualBasic.MachineLearning.CNN.data
export class BackPropResult {
Gradients: double;
L1DecayMul: double;
L2DecayMul: double;
Weights: double;
}