The Difference Between AI, Machine Learning, and Deep Learning
blogs.nvidia.com
The Difference Between AI, Machine Learning, and Deep Learning
1–10 of 107 posts
Re: The Difference Between AI, Machine Learning, and Deep Learning
#2Re: The Difference Between AI, Machine Learning, and Deep Learning
#3That's the problem I always had, you may get them into a trained state, but good luck figuring out any reason 'why' they ended up in that state (or even what that state really is).
Re: The Difference Between AI, Machine Learning, and Deep Learning
#4Now that very deep networks have become possible, and various graphical models and Bayesian approaches have also been folded under "deep learning" (for example, using back-propagation to learn complicated posterior distributions in variational Bayes) deep learning is not just about vanilla feedforward nets.
Re: The Difference Between AI, Machine Learning, and Deep Learning
#5Has anyone figured out how to debug and/or analyze deep ANN? That's the problem I always had, you may get them into a trained state, but good luck figuring out any reason 'why' they ended up in that state (or even what that state really is).
There are machine learning methods out there that are much better at explaining why, but fail hard on problems that DNN is good at.
IMHO, this is the nature of the problem, not the solution.
Re: The Difference Between AI, Machine Learning, and Deep Learning
#6Deep learning is, yes, a subcase of machine learning, and AI may be a circle within machine learning and enclose deep learning.
But truth be told, we will all regret the way we use the term AI now. Eventually the term AI will refer only to general intelligence (aka AGI).
Re: The Difference Between AI, Machine Learning, and Deep Learning
#7I disagree. Machine learning is more general than AI and therefore should be the outer circle (unless you believe the meme "did a regression - called it AI") Deep learning is, yes, a subcase of machine learning, and AI may be a circle within machine learning and enclose deep learning. But truth be told, we will all regret the way we use the term AI now. Eventually the term AI will refer only to general intelligence (…
Re: The Difference Between AI, Machine Learning, and Deep Learning
#8I disagree. Machine learning is more general than AI and therefore should be the outer circle (unless you believe the meme "did a regression - called it AI") Deep learning is, yes, a subcase of machine learning, and AI may be a circle within machine learning and enclose deep learning. But truth be told, we will all regret the way we use the term AI now. Eventually the term AI will refer only to general intelligence (…
However, you do have a point that simple machine learning aka linear regression is not really "Artificial Intelligence" if you raise the expectation of "Artificial Intelligence".
Re: The Difference Between AI, Machine Learning, and Deep Learning
#9Has anyone figured out how to debug and/or analyze deep ANN? That's the problem I always had, you may get them into a trained state, but good luck figuring out any reason 'why' they ended up in that state (or even what that state really is).
Can you give a specific example of what you mean? I ask because I see this sentiment often, but primarily from people who are very new to deep learning.
You can definitely debug a neural network. You mostly want to look at metrics from training such as gradient norms or try adjusting parameters to see if you can get a gain in overall performance as measured by cross validation performance.
You can definitely analyze a neural network. You do so by forming hypotheses, preparing datasets that reflect those hypotheses, and running them through your trained models, noting cross validation performance. It's also possible to visualize the weights in various ways, there are many papers written about it.
So what do you mean exactly when you say no one has figured out how to debug or analyze DNNs?
Re: The Difference Between AI, Machine Learning, and Deep Learning
#10I disagree. Machine learning is more general than AI and therefore should be the outer circle (unless you believe the meme "did a regression - called it AI") Deep learning is, yes, a subcase of machine learning, and AI may be a circle within machine learning and enclose deep learning. But truth be told, we will all regret the way we use the term AI now. Eventually the term AI will refer only to general intelligence (…