From f8acbcc7a0a2134dc55467b314356407cf80b407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E5=BC=BA?= Date: Sat, 10 Jun 2017 13:52:38 +0800 Subject: [PATCH] Create README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7191f0c..edb0c3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # relation-network -implement relation network introduced by deepmind using keras. +keras implementation of [A simple neural network module for relational reasoning](https://arxiv.org/pdf/1706.01427.pdf) Relation network is a noval neural network introduced by deepmind in [A simple neural network module for relational reasoning](https://arxiv.org/pdf/1706.01427.pdf). It can achieve super-human performance in challenging visual question answering datasets such as CLEVR.