Basic pytorch implementation of NAC/NALU from Neural Arithmetic Logic Units by trask et.al
pip install NALUfrom nalu.core import NaluCell, NacCell
from nalu.layers import NaluLayerBasic pytorch implementation of NAC/NALU from Neural Arithmetic Logic Units by trask et.al
pip install NALUfrom nalu.core import NaluCell, NacCell
from nalu.layers import NaluLayer