Module gradient_checking

Module gradient_checking 

Source

Structs§

CrossEntropyLoss
Cross-entropy loss function
GradientCheckConfig
Numerical gradient checking utilities for neural networks
GradientCheckResults
Results of gradient checking
GradientChecker
Gradient checker for neural networks
MeanSquaredError
Mean Squared Error loss function
ParameterGradientResult
Results for a single parameter gradient check

Traits§

LossFunction
Loss function trait for gradient checking