Skip to content

acyrl/NALU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NALU

This repository contains an custom keras layer that implements the Neural Arithmetic Logic Unit described in arXiv:1808.00508.

See basic_experiments.ipynb for basic examples of how to use the code as well as small collection of experiments -- being expanded.

Todo

Not in any particular order:

  • Working version of the code.
  • Expand this Readme to include more info about the idea behind NALU.
  • Replicate the experiments found in the paper -- currently done: id and +.
  • Investigate the extrapolation error of NALU.
  • Add callback so we can use tensorboard.
  • Following this, investigate and implement any tweaks to NALU.

References and other resources.

Some interesting resources about NALU.

Some implementations: