howardyclo / papernotes

My personal notes and surveys on DL, CV and NLP papers.
128 stars 6 forks source link

Neural Arithmetic Logic Units #52

Open howardyclo opened 5 years ago

howardyclo commented 5 years ago

Metadata

howardyclo commented 5 years ago

TL;DR

Present a simple module capable of learning arithmetic functions such as add, sub, mult, div, etc. And can generalize well on unseen data or unseen inference scheme.

DNNs with Non-linearities Struggle to Learn Identity Function

The Neural Accumulator (NAC) & Neural Arithmetic Logit Unit (NALU)

Limitations of a single NALU [Ref]

Related Work