MXNet implementation of Neural Arithmetic Logic Units by Andrew Trask, Felix Hill, Scott Reed, Jack Rae, Chris Dyer and Phil Blunsom using MNIST dataset
from mxnet import *
# Training and saving the model
python nalu.py action train
from mxnet import *
# Performing prediction using the saved mxnet model
python nalu.py action predict
Note : Default action is train: python nalu.py