Function loss_function::cross_entropy¶
Defined in File loss_function.hpp
Function Documentation¶
-
double loss_function::cross_entropy(const std::vector<double> &prediction, const std::vector<double> &correct_label)¶
Defined in File loss_function.hpp