Loss Functions - SkyWorld117/DianoiaML.jl GitHub Wiki
Functionality
Loss functions handel the output data and compare them with the dataset. The current version of framework supports Categorical_Cross_Entropy_Loss
, Binary_Cross_Entropy_Loss
, Mean_Squared_Error
and Quadratic_Loss
. They are all modules in Julia.