.. role:: hidden :class: hidden-section apex.RNN =================================== This sumbodule is an in development API aimed to supply parity to torch.nn.RNN, but be easier to extend. This module is not ready for use and still lacks important features and validation. .. automodule:: apex.RNN .. currentmodule:: apex.RNN .. RNN ---------- .. autofunction:: LSTM .. autofunction:: mLSTM .. autofunction:: GRU .. autofunction:: ReLU .. autofunction:: Tanh