hookeai.model_architectures.rnn_base_model.custom.gru_vmap¶
Multi-layer gated recurrent unit (GRU) recurrent neural network model.
Custom implementation of GRUCell and GRU compatible with VMAPs.
Classes¶
- GRUCell(torch.nn.Module)
Gated Recurrent Unit (GRU) cell.
- GRU(torch.nn.Module)
Multi-layer gated recurrent unit (GRU) recurrent neural network model.
Classes
|
Multi-layer gated recurrent unit (GRU) recurrent neural network model. |
|
Gated Recurrent Unit (GRU) cell. |