Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 264 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 264 Bytes

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