Skip to content
/ NALU Public

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

License

Notifications You must be signed in to change notification settings

bharathgs/NALU

Repository files navigation

Neural Arithmetic Logic Units (NALU)

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