mirror of
https://github.com/wassname/relation-network.git
synced 2026-08-22 12:20:20 +08:00
235b1d31e46c8ceafaba5904c64324447faaae5e
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. The training is in progress. The temporal test accuracy is 89.10%, which is much higher than the previous state of the art (61.99%).
Description
keras implementation of [A simple neural network module for relational reasoning](https://arxiv.org/pdf/1706.01427.pdf)
40 KiB
Languages
Python
100%