损失
支持的损失函数
支持的损失函数
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中找到。
Last updated
Was this helpful?
