A non-technical explanation of deep learning
1–10 of 139 posts
Re: A non-technical explanation of deep learning
#2Re: A non-technical explanation of deep learning
#3This description more closely describes reinforcement learning, rather than gradient based optimization.
In fact, the entire metaphor of a confused individual being slapped or rewarded without understanding what's going on doesn't really make sense when considering gradient optimization because the gradient wrt the to loss function tells the network exactly how to change it's behavior to improve it's performance.
This last point is incredibly important to understand correctly since it contains one of the biggest assumptions about network behavior: that the optimal solution, or at least good enough for our concerns solution, can be found by slowing taking small steps in the right direction.
Neural networks are great at refining their beliefs but have a difficult time radically changing them. A better analogy might be trying to very slowly convince your uncle that climate change is real, and not a liberal conspiracy.
edit: it also does a poor job of explaining layers, which reads much more similar to how ensemble methods work (lots of little classifiers voting) than how deep networks work.
Re: A non-technical explanation of deep learning
#4Re: A non-technical explanation of deep learning
#5Re: A non-technical explanation of deep learning
#6As someone who knows barely enough to be dangerous, I like this. I'm sure it leaves enough out to make most experts angry, but it makes a lot of sense to me.
It's not that it leaves out details, it's that the articles metaphors are not actually correct in regards to the way deep learning works.
This post mostly confuses both reinforcement learning and ensemble models with deep learning. If you only enough "enough to be dangerous" then this post will steer your intuition in the wrong direction.
Re: A non-technical explanation of deep learning
#7Re: A non-technical explanation of deep learning
#8Re: A non-technical explanation of deep learning
#9Re: A non-technical explanation of deep learning
#10Does this article imply there are circumstances where a spreadsheet is a cat? What a poor example of technical writing.