NALU-tf
NALU-tf copied to clipboard
Tensorflow implementation of Neural Arithmetic Logic Unit, Trask et al.
NALU-tf
Tensorflow implementation of Neural Arithmetic Logic Unit, Trask et al.
Original paper: https://arxiv.org/abs/1808.00508
Usage
from nalu import nalu
nalu(input_tensor, num_outputs)
To test on dummy problem, run python nalu.py