We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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())