keras中内置的多种损失函数

        详细讲解

keras中的损失函数

        mean_squared_error
        mean_absolute_error
        mean_absolute_percentage_error
        mean_squared_logarithmic_error
        squared_hinge
        hinge
        categorical_hinge
        logcosh
        categorical_crossentropy
        sparse_categorical_crossentropy
        binary_crossentropy
        kullback_leibler_divergence
        poisson
        cosine_proximity     

猜你喜欢

转载自blog.csdn.net/hjxu2016/article/details/83413405