Skip to content

Soft layers and sigmoids

Okerew edited this page Aug 24, 2024 · 2 revisions

Here are the available soft layers to use, Softmax, Softsign, LogSoftmax, Sigmoid, Swish

network.add(SoftmaxActivationLayer())
network.add(SoftsignActivationLayer())
network.add(SoftminActivationLayer())
network.add(SigmoidActivationLayer())
network.add(LogSoftmaxActivationLayer())
network.add(SwishActivationLayer())
Clone this wiki locally