| Class | Description |
|---|---|
| RNNCoreAnnotations | |
| RNNCoreAnnotations.GoldClass |
The index of the correct class
|
| RNNCoreAnnotations.NodeVector |
Used to denote the vector at a particular node
|
| RNNCoreAnnotations.PredictedClass |
argmax of the Predictions
|
| RNNCoreAnnotations.PredictionError | |
| RNNCoreAnnotations.Predictions |
Used to denote a vector of predictions at a particular node
|
| RNNUtils |
Includes a bunch of utility methods usable by projects which use
RNN, such as the parser and sentiment models.
|
| SimpleTensor |
This class defines a block tensor, somewhat like a three
dimensional matrix.
|