layer_activation_log_softmax: Log softmax layer

View source: R/customActivationLayers.R

layer_activation_log_softmaxR Documentation

Log softmax layer

Description

Creates a log softmax layer

Usage

layer_activation_log_softmax(object, axis = -1, trainable = TRUE)

Arguments

axis

Integer specifying which axis.

trainable

Whether the layer weights will be updated during training.

Value

a keras layer tensor

Author(s)

Tustison NJ


ANTsX/ANTsRNet documentation built on April 28, 2024, 12:16 p.m.