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