Documentation
¶
Overview ¶
Package birnncrf provides an implementation of a Bidirectional Recurrent Neural Network (BiRNN) with a Conditional Random Fields (CRF) on tom.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
Model contains the serializable parameters.
func (*Model) Forward ¶ added in v0.2.0
Forward performs the forward step for each input node and returns the result.
func (*Model) NegativeLogLoss ¶ added in v0.2.0
NegativeLogLoss computes the negative log loss with respect to the targets. TODO: the CRF backward tests are still missing
Click to show internal directories.
Click to hide internal directories.