mltool-0.2.0.1: Machine Learning Toolbox

Copyright(c) Alexander Ignatyev 2017
LicenseBSD-3
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

MachineLearning.NeuralNetwork.SoftmaxLoss

Description

Softmax Loss.

Documentation

scores :: Matrix R -> Matrix R Source #

gradient :: Matrix R -> Matrix R -> Matrix R Source #