This is a simple implementation of DeepMinds Neural Arithmetic Logic Units (NALU) paper in TensorFlow. https://arxiv.org/abs/1808.00508
$ pip install -r requirements.txt
$ python NALU.py
To run the TensorBoard, open a new terminal and run the command below. Then, open http://localhost:6006/ on your web browser.
$ tensorboard --logdir='tmp' --port=6006
- Clone/fork
- Push up to a new branch
- Submit a PR to the upstream
master
branch.