RNNLM

Undocumented in source.

Constructors

this
this(int vocabSize, int embedSize, int hiddenSize)
Undocumented in source.

Members

Functions

opCall
auto opCall(Slice!(int*, 2) xslice, O optimizer)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

init
ref init(C chain, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

embed
Embedding!(float, Storage) embed;
Undocumented in source.
linear
Linear!(float, Storage) linear;
Undocumented in source.
lstm1
LSTM!(float, Storage) lstm1;
lstm2
LSTM!(float, Storage) lstm2;
Undocumented in source.

Meta