NALU-pytorch icon indicating copy to clipboard operation
NALU-pytorch copied to clipboard

A PyTorch Implementation of "Neural Arithmetic Logic Units"

Results 2 NALU-pytorch issues
Sort by recently updated
recently updated
newest added

According to the functional learning results, NAC performs comparable to NALU on the multiplication task. However, there's no means that NAC can learn multiplication. Indeed in the original paper's results,...

According to the paper, for the simple function learning task, we first generate `n, m, p, q` randomly. But they are consistent for all training samples. (Appendix B) But in...