Ask a Question

Prefer a chat interface with context about you and your work?

Compressing recurrent neural network with tensor train

Compressing recurrent neural network with tensor train

Recurrent Neural Network (RNN) are a popular choice for modeling temporal and sequential tasks and achieve many state-of-the-art performance on various complex problems. However, most of the state-of-the-art RNNs have millions of parameters and require many computational resources for training and predicting new data. This paper proposes an alternative RNN …