美文网首页
DL4J中文文档/Keras模型导入/损失函数

DL4J中文文档/Keras模型导入/损失函数

作者: hello风一样的男子 | 来源:发表于2019-01-18 13:50 被阅读0次

    支持的损失函数

    DL4J支持所有可用的Keras损失函数(除了logcosh),即:

    • 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

    Keras的损失函数映射可在KerasLossUtils中找到。

    相关文章

      网友评论

          本文标题:DL4J中文文档/Keras模型导入/损失函数

          本文链接:https://www.haomeiwen.com/subject/gylndqtx.html