Skip to content

Loss Functions

Yi Zhu edited this page Mar 16, 2021 · 1 revision

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.