On the Expressive Power of Deep Learning: A Tensor Analysis
1–4 of 4 posts
Re: On the Expressive Power of Deep Learning: A Tensor Analysis
#2Re: On the Expressive Power of Deep Learning: A Tensor Analysis
#3tldr, anyone? I'm interested in the field and have been learning about it, but I don't really understand this paper.
Re: On the Expressive Power of Deep Learning: A Tensor Analysis
#4tldr, anyone? I'm interested in the field and have been learning about it, but I don't really understand this paper.
The tldr is in the abstract: "In deep learning terminology, this amounts to saying that besides a negligible set, all functions that can be implemented by a deep network of polynomial size, require an exponential size if one wishes to implement (or approximate) them with a shallow network."
It certainly agrees with intuition based on analogy to boolean circuits where, for example, the parity function requires exponential circuit size for shallow circuits but only linear size for deep circuits, but I haven't heard of a proof of this for NN's before.