TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

I have question about information theoretic view of backprop

2 pointsby britcruiseover 5 years ago
I&#x27;m trying to explain the highest level reason why (modern) back propogation works better than previous methods (such as rosenblatts back propogation in 1958 - yes it&#x27;s that old). without going into the calculus, i want to just look at the information side of things.<p>I want to say something like the following:<p>back in the 1960&#x27;s we tried back propogation with binary neurons. And so when we tuned the parameters backwards (from output to input) no magnitude information passed back through the net (only DIRECTION - i.e. turn this knob left or right). this is similar to how we can&#x27;t reverse an operation in modulo arithmetic. so it was a very &#x27;coarse&#x27; training process due to a lack of information. (took forever)<p>When we moved to non-linear units (such as relu) there was now a direct relationships (or analog) between output and input magnitude, and so when we passed backwords through the net we had MAGNITUDE and DIRECTION information (i.e. turn this knob to the right by x). that allowed us to train the net much faster because information from every neuron touched every other neuron. put simply, &quot;we knew how much to turn them, and what direction&quot; during training.<p>thoughts? what am I glossing over?<p>thank you.

1 comment

sharemywinover 5 years ago
don&#x27;t under estimate the 50Mx improvement in computer performance since 1970.<p>Also, Relu&#x27;s help with Vanishing&#x2F;Exploding Gradient problem which allows the information to propagate without sending it in to la la land.<p>CNNs helped because they don&#x27;t have to calculate across a fully connected network.
评论 #21225676 未加载