Alex Black 4f7b35ac82
Update links to eclipse repos (#252)
* Fix repo links and clean up old github templates

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* More link updates

Signed-off-by: AlexDBlack <blacka101@gmail.com>
2019-09-10 19:09:46 +10:00

1.3 KiB

title, short_title, description, category, weight
title short_title description category weight
Keras Import Loss Functions Losses Supported Keras loss functions. Keras Import 4

Supported loss functions

DL4J supports all available Keras losses (except for logcosh), namely:

  • 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

The mapping of Keras loss functions can be found in KerasLossUtils.