Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 527 Bytes

Tensor RNN

Source code for tensor recurrent neural network (RNN), improving vanilla RNN w.r.t

  1. high-order Markov process

  2. high-order interactions in hidden states

  3. dimension reduction with tensor network model

experiments

Baseline and tensor RNN models. Baselines include

  • RNN: vanilla RNN

  • LSTM: vanilla LSTM

  • PLST: phased LSTM

  • MRNN: high-order matrix RNN with first order interaction

  • TRNN: tensor RNN

  • MTRNN: multi-resolution tensor RNN

notebook

Notebooks for loading and plotting results