mltool-0.2.0.1: Machine Learning Toolbox
MachineLearning.NeuralNetwork.SoftmaxLoss
Description
Softmax Loss.
scores :: Matrix R -> Matrix R Source #
gradient :: Matrix R -> Matrix R -> Matrix R Source #
loss :: Matrix -> Matrix -> R Source #