bharathgs / NALU

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

Home Page:https://arxiv.org/pdf/1808.00508.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://arxiv.org/pdf/1808.00508.pdf

License:MIT License


Languages

Language:Python 100.0%