Ported from:

mixture_density_network_softmax(logits, temperature = 1)

Arguments

logits

input of logits/mixture weights to adjust

temperature

the temperature for to adjust the distribution (default 1.0)

Value

softmax loss value

Details

    https://github.com/cpmpercussion/keras-mdn-layer/

Author

Tustison NJ

Examples