IAM

APRIL2017

READING

Y. Hoshen, S. Peleg. Visual Learning of Arithmetic Operations. CoRR, 2015.

Hoshen and Peleg show that specific arithmetic tasks, such as addition and subtraction, can be learned from images in an end-to-end fashion by neural networks while others, such as multiplication, cannot. Their work can mainly be seen as proof of concept. In particular, Hoshen and Peleg reference several theoretical works (including [14]), in order to discuss the results. In [14] it is shown that operations implemented in $O(n)$ using a Turing machine, can be realized using a neural network with $O(n)$ layers and $O(n^2)$ units with sample complexity $O(n^2)$. This result is partly used as justification for the neural network being unable to learn multiplication.

  • [] S. Shalev-Shwartz, S. Ben-David. Understanding Machine Learning: From Theory to Algorithms. Cambridge University Press, 2014
What is your opinion on this article? Let me know your thoughts on Twitter @davidstutz92 or LinkedIn in/davidstutz92.