码迷,mamicode.com
首页 > Windows程序 > 详细

keras_API汇总积累(熟读手册)三损失函数

时间:2020-06-03 13:41:58      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:ble   bin   red   积累   proximity   mit   cross   err   rop   

mean_squared_error(y_true, y_pred)

mean_absolute_error(y_true, y_pred)

mean_absolute_percentage_error(y_true, y_pred)

mean_squared_logarithmic_error(y_true, y_pred)

squared_hinge(y_true, y_pred)

hinge(y_true, y_pred)

categorical_hinge(y_true, y_pred)

logcosh(y_true, y_pred)

categorical_crossentropy(y_true, y_pred)

sparse_categorical_crossentropy(y_true, y_pred)

binary_crossentropy(y_true, y_pred)

kullback_leibler_divergence(y_true, y_pred)

poisson(y_true, y_pred)

cosine_proximity(y_true, y_pred)

keras_API汇总积累(熟读手册)三损失函数

标签:ble   bin   red   积累   proximity   mit   cross   err   rop   

原文地址:https://www.cnblogs.com/Turing-dz/p/13036931.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!