Create README.md

This commit is contained in:
黎强
2017-06-10 13:52:38 +08:00
committed by GitHub
parent e0c631306d
commit f8acbcc7a0
+1 -1
View File
@@ -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.