Home

Awesome

Neural Arithmetic Logic Units (NALU)

Downloads <img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"> <img src="https://img.shields.io/badge/stars-90+-brightgreen.svg?style=flat"/> <img src="https://img.shields.io/badge/forks-15+-brightgreen.svg?style=flat"/> 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