package
0.0.0-20230123031114-75a983ae535d
Repository: https://github.com/pointlander/occam.git
Documentation: pkg.go.dev
# Functions
NewVectors creates a new word vector set.
Softmax is the softmax function for big numbers.
# Constants
B1 exponential decay of the rate for the first moment estimates.
B2 exponential decay rate for the second-moment estimates.
Eta is the learning rate.
S is the scaling factor for the softmax.
StateM is the state for the mean.
StateTotal is the total number of states.
StateV is the state for the variance.
# Variables
FlagInfer inference mode.
FlagTrain train mode.
PartOfSpeech is a part of speech with examples.