flrngel / understanding-ai

personal repository
36 stars 6 forks source link

Relational recurrent neural networks #17

Open flrngel opened 6 years ago

flrngel commented 6 years ago

https://arxiv.org/abs/1806.01822 Paper from Deepmind

Abstract

1. Introduction

2. Relational reasoning

3. Model

3.1. Allowing memories to interact using MHDPA

3.2. Encoding new memories

image

3.3. Introducing recurrence and embedding into an LSTM

see also Official tensorflow implemenation image

image means row/memory-wise MLP with layer normalization

4. Experiments

image

5. Results

Figure3 is from n-th farthest task image image

6. Discussion

Appendix

image

image