Jingyu Zhao, Feiqing Huang, Jia Lv, Yanjie Duan, Zhen Qin, Guodong Li, Guangjian Tian
We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| Gladys-Zhao/mRNN-mLSTM | — | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| MRNN_fixD_cell | Ran | Gladys-Zhao/mRNN-mLSTM/layers.py code served (permissive licence) · get_code("53dfe7de276c7233") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
The LSTM network was proposed to overcome the difficulty in learning long-term dependence, and has made significant advancements in applications. With its success and drawbacks in mind, this paper raises the question -do RNN and LSTM have long memory? We answer it partially by proving that RNN and LSTM do not have long memory from a statistical perspective. A new definition for long memory networks is further introduced, and it requires the model weights to decay at a polynomial rate. To verify our theory, we convert RNN and LSTM into long memory networks by making a minimal modification, and their superiority is illustrated in modeling longterm dependence of various datasets.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2006.03860")
get_code_for_paper("2006.03860")
have("2006.03860")
Connect an agent — have() is free.