Who invented deep residual learning?
people.idsia.ch
Who invented deep residual learning?
1–10 of 37 posts
Re: Who invented deep residual learning?
#2Re: Who invented deep residual learning?
#3Re: Who invented deep residual learning?
#4Re: Who invented deep residual learning?
#5The person with whom an idea ends up associated often isn't the first person to have the idea. Most often is the person who explains why the idea is important, or find a killer application for the idea, or otherwise popularizes the idea.
That said, you can open what Schmidhuber would say is the paper which invented residual NNs. Try and see if you notice anything about the paper that perhaps would hinder the adoption of its ideas [1].
[1] https://people.idsia.ch/~juergen/SeppHochreiter1991ThesisAdv...
Re: Who invented deep residual learning?
#6Re: Who invented deep residual learning?
#7I spent some time in the academia. The person with whom an idea ends up associated often isn't the first person to have the idea. Most often is the person who explains why the idea is important, or find a killer application for the idea, or otherwise popularizes the idea. That said, you can open what Schmidhuber would say is the paper which invented residual NNs. Try and see if you notice anything about the paper tha…
Re: Who invented deep residual learning?
#8I spent some time in the academia. The person with whom an idea ends up associated often isn't the first person to have the idea. Most often is the person who explains why the idea is important, or find a killer application for the idea, or otherwise popularizes the idea. That said, you can open what Schmidhuber would say is the paper which invented residual NNs. Try and see if you notice anything about the paper tha…
Surely they wrote some papers in English even if they wrote their dissertation in German? Most people don’t go straight to dissertations anyway, it’s more of a place to go after you read a much shorter paper.
[1] https://people.idsia.ch/~juergen/SeppHochreiter1991ThesisAdv...
Re: Who invented deep residual learning?
#9The notion of inventing or creating something in ML doesn't seem very important as many people can independently come up with the same idea. Conversely, you can create novel results just by reviewing old literature and demonstrating it in a project.
Conversely, a huge amount of science is just scientists going "here's something I found interesting" but no one can figure out what to do with it. Then 30 or 100 years go by and it's a useful in a field that didn't even exist at the time.
Re: Who invented deep residual learning?
#10It seems that these two people Schimidhuber and Hochreiter were perhaps solving the right problem for the wrong reasons. They thought this was important because they expected that RNNs could hold memory indefinitely. Because of BPTT, you can think of that as a NN with infinitely many layers. At the time I believe nobody worries about vanishing gradient for deep NNs, because the compute power for networks that deep just didn't exist. But nowadays that's exactly how their solution is applied.
That's science for you.