2018年度人工知能学会全国大会(第32回)

講演情報

口頭発表

一般セッション » [一般セッション] 2.機械学習

[4A2] 機械学習-深層学習(6)

2018年6月8日(金) 14:00 〜 15:40 A会場 (4F エメラルドホール)

座長:菊田 遥平(クックパッド株式会社)

14:00 〜 14:20

[4A2-01] Gated Recurrent Neural Network with Tensor Product

〇Andros Tjandra1, Sakriani Sakti1, Ruli Manurung2, Mirna Adriani2, Satoshi Nakamura1 (1. Nara Institute of Science and Technology, 2. Universitas Indonesia)

キーワード:recurrent neural network, deep learning

In the machine learning fields, Recurrent Neural Network (RNNs) has become a primary choice for modeling sequential data such as text, speech, etc. To deal with long-term dependency in the long sequence, RNN utlizes gating mechanism to improve the gradient flow between multiple time-steps and avoid exploding/vanishing gradient problem. In the other hand, we would like to improve the representation power from RNN by using more expressive operation compared to standard matrix multiplication and summation. In this paper, we proposed a new RNN architecture with gating mechanism and tensor product between an input layer, a previous hidden layer, and a 3-rd rank tensor weight and we called it as gated recurrent neural tensor network (GRURNTN).