Skip to content

k105la/simpleNALU-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleNALU-tf

This is a simple implementation of DeepMinds Neural Arithmetic Logic Units (NALU) paper in TensorFlow. https://arxiv.org/abs/1808.00508

Usage

1. Install the dependencies

$ pip install -r requirements.txt

2. Train the model

$ python NALU.py

3. Open the TensorBoard

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

Contribution

  1. Clone/fork
  2. Push up to a new branch
  3. Submit a PR to the upstream master branch.

About

Simple implementation of NALU in TensorFlow. The code in this repo complements my article on Medium about NALU - https://medium.com/tensorflow/understanding-neural-arithmetic-logic-units-11b0f85c1d1d

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published