当前位置: 代码迷 >> 综合 >> tf.keras.metrics.Accuracy;tf.keras.metrics.Precision;tf.keras.metrics.Recall
  详细解决方案

tf.keras.metrics.Accuracy;tf.keras.metrics.Precision;tf.keras.metrics.Recall

热度:20   发布时间:2024-02-01 11:51:35.0

tf.keras.metrics.Accuracy;tf.keras.metrics.Precision;tf.keras.metrics.Recall

当标签为0/1,而prediction为(0,1)区间的概率值时(如激活函数sigmoid后得到的值),三个评估函数:

tf.keras.metrics.Accuracy();tf.keras.metrics.Precision();tf.keras.metrics.Recall()

都是自动将prediction转化为0/1,大于0.5为1,小于等于0.5则为0

  相关解决方案