karpathy / char-rnn

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
11.52k stars 2.58k forks source link

Prototypical Recurrent Unit #235

Open huangzhaor opened 10 months ago

huangzhaor commented 10 months ago

May I ask if this library has the code to implement the Prototypical Recurrent Unit neural network? It comes from https://arxiv.org/abs/1611.06530. I saw from CatalyzeX that it seems to indicate the existence of a code implementation