package
1.1.0
Repository: https://github.com/nlpodyssey/spago.git
Documentation: pkg.go.dev

# Functions

New returns a new model with parameters initialized to zeros.
NewBiBiLSTM returns a new Bidirectional BiLSTM Model.
NewBiGRU returns a new Bidirectional GRU Model.
NewBiLSTM returns a new Bidirectional LSTM Model.

# Constants

Avg merging method: the average of the outputs is taken.
Concat merging method: the outputs are concatenated together (the default).
Prod merging method: the outputs multiplied element-wise together.
Sum merging method: the outputs are added together.

# Structs

Model contains the serializable parameters.

# Type aliases

MergeType is the enumeration-like type used for the set of merging methods which a BiRNN model Processor can perform.