Neural Arithmetic Logic Units (NALU)

October 3, 2018 ยท View on GitHub

Downloads GitHub Hackage-Deps PyPI - Python Version

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

Contents

  1. 1Installation
  2. 2Usage