NALU

basic implementation of Neural arithmetic and logic units as described in arxiv.org/pdf/1808.00508.pdf


Keywords
NALU, ALU, neural, neural-networks, pytorch, NAC, torch, machine-learning, accumulator, arithmetic, deep-learning, deepmind, logic, neural-network
License
MIT
Install
pip install NALU==0.0.4

Documentation

Neural Arithmetic Logic Units (NALU)

Basic pytorch implementation of NAC/NALU from Neural Arithmetic Logic Units by trask et.al

Installation

pip install NALU

Usage

from nalu.core import NaluCell, NacCell
from nalu.layers import NaluLayer