mixture_density_network_softmax: Softmax function for mixture density with temperature...

View source: R/mixtureDensityUtilities.R

mixture_density_network_softmaxR Documentation

Softmax function for mixture density with temperature adjustment

Description

Ported from:

Usage

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)

Details

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

Value

softmax loss value

Author(s)

Tustison NJ

Examples


library( keras )



ANTsX/ANTsRNet documentation built on April 23, 2024, 1:24 p.m.