0%

Recursive Neural Network

INTRODUCTION

Recursive Neural Network (RNN) has been widely used in different fields and makes contribution to the development of deep learning. The most interesting part of RNN is its capacity of handling time-sequence data, taking the order of data blocks into account. Some interesting work is posted below.

MACHINE TRANSLATION

Sutskever, Ilya, Oriol Vinyals, and Quoc V. Le. “Sequence to sequence learning with neural networks.” Advances in neural information processing systems. 2014.

FEATURE PAPER

Hochreiter, Sepp, and Jurgen Schmidhuber. “Long short-term memory.” Neural computation 9.8 (1997): 1735-1780.