Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 881 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 881 Bytes

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