损失
支持的损失函数
Last updated
Was this helpful?
支持的损失函数
Last updated
Was this helpful?
DL4J支持所有可用的(除了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的损失函数映射可在中找到。