grananqvist / NALU-tf

Tensorflow implementation of Neural Arithmetic Logic Unit, Trask et al.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tensorflow implementation of Neural Arithmetic Logic Unit, Trask et al.


Languages

Language:Python 100.0%