//
pkg.gl
Category
github.com/nlpodyssey/spago
nn
activation
package
1.1.0
Repository:
https://github.com/nlpodyssey/spago.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
7
Dependents
11
Files
161 SLOC
#
Functions
MustParseActivation
MustParseActivation maps a string to an activation function.
New
ParseActivation
ParseActivation maps a string to an activation function.
#
Constants
CELU
ELU
GELU
HardSigmoid
HardTanh
Identity
LeakyReLU
LogSoftmax
Mish
PositiveELU
ReLU
SELU
Sigmoid
SiLU
Softmax
SoftPlus
SoftShrink
Softsign
SparseMax
Swish
SwishB
Tan
Tanh
Threshold
#
Structs
Model
#
Type aliases
Activation
Activation is the enumeration-like type used for the set of built-in activations.