View source: R/mixtureDensityUtilities.R
mixture_density_network_softmax | R Documentation |
Ported 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) |
https://github.com/cpmpercussion/keras-mdn-layer/
softmax loss value
Tustison NJ
library( keras )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.