R/mixtureDensityUtilities.R
    mixture_density_network_softmax.RdPorted from:
mixture_density_network_softmax(logits, temperature = 1)
| logits | input of logits/mixture weights to adjust  | 
    
|---|---|
| temperature | the temperature for to adjust the distribution (default 1.0)  | 
    
softmax loss value
https://github.com/cpmpercussion/keras-mdn-layer/
Tustison NJ