Table of Contents

Enum NonlinearityType

Namespace
Bonsai.ML.HiddenMarkovModels.Transitions
Assembly
Bonsai.ML.HiddenMarkovModels.dll

Represents the type of nonlinearity to use in a recurrent neural network.

public enum NonlinearityType

Fields

ReLU = 0

Rectified linear unit (ReLU) nonlinearity.

Tanh = 1

Tanh nonlinearity.

Sigmoid = 2

Sigmoid nonlinearity.