mirror of
https://github.com/wassname/relation-network.git
synced 2026-09-09 11:33:03 +08:00
578 B
578 B
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.