2017-06-19 16:00:38 +08:00
v2
2017-06-16 09:33:38 +08:00
v3
2017-06-17 08:05:52 +08:00
v3
2017-06-17 08:05:52 +08:00
2017-06-19 16:00:38 +08:00

relation-network

keras implementation of A simple neural network module for relational reasoning

Relation network is a noval neural network introduced by deepmind in A simple neural network module for relational reasoning. It can achieve super-human performance in challenging visual question answering datasets such as CLEVR.

I implement Relation network using keras and train it on a challenging visual question answering dataset called Cornell NLVR.

S
Description
keras implementation of [A simple neural network module for relational reasoning](https://arxiv.org/pdf/1706.01427.pdf)
Readme
40 KiB
Languages
Python 100%