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 Jan. 26, 2025, 2:55 p.m.