rasmusbergpalm / recurrent-relational-networks

Code accompanying the paper Recurrent Relational Networks for Complex Relational Reasoning https://arxiv.org/abs/1711.08028

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recurrent Relational Networks for Complex Relational Reasoning

Contains the code to reproduce the experiments in the paper Recurrent Relational Networks for Complex Relational Reasoning

Sudoku

  • python tasks/sudoku/train.py will train a RRN with the hyper parameters from the paper and save the best model in the working directory
  • python tasks/sudoku/test.py will load the best model from the working directory and evaluate it on the test set

BaBi

  • python tasks/babi/train.py will train a RRN with the hyper parameters from the paper and save the best model in the working directory
  • python tasks/babi/test.py will load the best model from the working directory and evaluate it on the test set

About

Code accompanying the paper Recurrent Relational Networks for Complex Relational Reasoning https://arxiv.org/abs/1711.08028


Languages

Language:Python 100.0%