Skip to content

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

Notifications You must be signed in to change notification settings

rasmusbergpalm/recurrent-relational-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages