python [keras_top_k] #keras #metrics
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python [keras_top_k] #keras #metrics相关的知识,希望对你有一定的参考价值。
# https://stackoverflow.com/questions/42327006/how-to-calculate-top5-accuracy-in-keras
# top_k default to be 5
model.compile('adam', 'categorical_crossentropy', ['accuracy', 'top_k_categorical_accuracy'])
# set k to 3
top3_acc = functools.partial(keras.metrics.top_k_categorical_accuracy, k=3)
top3_acc.__name__ = 'top3_acc'
model.compile('adam', 'categorical_crossentropy', ['accuracy', top3_acc])
以上是关于python [keras_top_k] #keras #metrics的主要内容,如果未能解决你的问题,请参考以下文章
text ker按下进入ESCAPE
《Python深度学习》第二章笔记
ss and ss
[原创] python udt4 for windows appserver.py
Python matplotlib图例如何减少框架左边缘和标记之间的距离
群的同态定理