I've said this before, but deep learning is terribly powerful precisely because you don't have to spend lots of time doing feature engineering. Multi layer networks that are trained in semi-supervised, unsupervised and supervised fashions all can now produce networks that meet or beat the state of the art hand created models for speech, handwriting recognition, ocr, and object recognition. We are only just beginning…
This has been said about neural nets two times already. Sadly, they did never deliver. There are still applications where e.g. random forests beat the crap out of all kinds of deep learning algorithms in (a) training time (b) predictive quality (c) prediction time. We should stop hyping this. I am a researcher working in deep learning myself, but the current deep learning hype is actually what makes me worry that I w…
Andrew Ng and the Quest for the New AI
41–50 of 73 posts
Re: Andrew Ng and the Quest for the New AI
#42Earlier quoted context omitted.
Haha me too late to the party. I just joined. Frantically watching the video lectures since the assignments are due today (hard deadline)!
Okay, now you got me scared. The hard deadlines for all my assignments are on July 8th 8:59AM (that's CEST, so it's probably July 7th in PST.)
Re: Andrew Ng and the Quest for the New AI
#43So I am a little confused. Where are we on the learning part of AI? As I understand it, the current consensus is to throw as much data as you can at your model (millions of cat pictures in this article's example) to make it pick up patterns and yet still claim that we are closing in on how the brain works? As far as I can tell no human brain would need that many pictures to see a pattern. In fact, and this is probabl…
Re: Andrew Ng and the Quest for the New AI
#44So I am a little confused. Where are we on the learning part of AI? As I understand it, the current consensus is to throw as much data as you can at your model (millions of cat pictures in this article's example) to make it pick up patterns and yet still claim that we are closing in on how the brain works? As far as I can tell no human brain would need that many pictures to see a pattern. In fact, and this is probabl…
Re: Andrew Ng and the Quest for the New AI
#45Earlier quoted context omitted.
Okay, now you got me scared. The hard deadlines for all my assignments are on July 8th 8:59AM (that's CEST, so it's probably July 7th in PST.)
I took this one https://www.coursera.org/course/ml and it started on Apr 22 and ends around July 1st I think. So not sure what course you are talking about.
Re: Andrew Ng and the Quest for the New AI
#46There is a very quick reference to the person who inspired him, Jeff Hawkins, whose book is worth a read: http://www.amazon.com/On-Intelligence-Jeff-Hawkins/dp/080507... Edit: update link
I just saw Jeff Hawkins give a talk and it was quite interesting. I was a bit worried, however, that he is basing his theory of intelligence on the human neocortex, while claiming to go after general principles. This is guaranteed not to be terribly general, considering the many bits of matter on this planet that exhibit intelligence without a neocortex. By many, I mean ones that hugely outnumber humans. So very inte…
Basically he just wants something that's very good at recognizing patterns over time, which I can imagine the neocortex would be great at.
Though, he also references the thalamus and hippocampus in the books a lot, as very important parts of the brain to his framework. [http://en.wikipedia.org/wiki/Memory-prediction_framework#Neu...]
Re: Andrew Ng and the Quest for the New AI
#47Earlier quoted context omitted.
This has been said about neural nets two times already. Sadly, they did never deliver. There are still applications where e.g. random forests beat the crap out of all kinds of deep learning algorithms in (a) training time (b) predictive quality (c) prediction time. We should stop hyping this. I am a researcher working in deep learning myself, but the current deep learning hype is actually what makes me worry that I w…
Well I think a big part of this is that right now we have finally gotten to where the algorithms + the required computing power are starting to become more widely available. Cheap graphics cards or things like Intel's Phi + techniques like drop out to prevent overfitting are really enabling much more sophisticated things to be done in a reasonable wall time. Granted multilayer neural networks aren't a free lunch that…
Still, deep learning has done nothing more than classification right now.
What about predictive distributions, regression of complicated outputs (e.g. periodic data) and, most of all, heterogenous inputs? Right: nothing impressive has been done in that area, despite of huge amounts of practical problems.
Let's see if deep learning generalizes to those things. If it does (and I personally believe so) let's be happy. Before that, we still have to envy what Gaussian processes, Gradient boosting machines and random forests can do what DL so far cannot.
Re: Andrew Ng and the Quest for the New AI
#48I thought the man behind the Google Brain was Ray Kurzweil ( http://www.wired.com/business/2013/04/kurzweil-google-ai/ ).
Kurzweil is a hack. (Source: I've an Msc in Robotics and read all his books)
If you're going to throw broad statements around some examples would really help lend you credibility.
Re: Andrew Ng and the Quest for the New AI
#49Scientist: X can help us get full AI!
You: Why?
Scientist: Because of reason R.
You: But, reason R is a non sequitur...
More seriously, reasons similar to that for deep learning have been repeated multiple times in AI with failure (e.g. Thinking Machines).
I would suggest that these folks remain calm and build something on the scale of IBM's Watson using just deep learning..
Re: Andrew Ng and the Quest for the New AI
#50Earlier quoted context omitted.
Well I think a big part of this is that right now we have finally gotten to where the algorithms + the required computing power are starting to become more widely available. Cheap graphics cards or things like Intel's Phi + techniques like drop out to prevent overfitting are really enabling much more sophisticated things to be done in a reasonable wall time. Granted multilayer neural networks aren't a free lunch that…
Yes you are right. Still, deep learning has done nothing more than classification right now. What about predictive distributions, regression of complicated outputs (e.g. periodic data) and, most of all, heterogenous inputs? Right: nothing impressive has been done in that area, despite of huge amounts of practical problems. Let's see if deep learning generalizes to those things. If it does (and I personally believe so…
http://homepages.inf.ed.ac.uk/imurray2/pub/12deepai/ has predictive distributions from deep learning, passed on to time-series smoothing for articulatory inversion. It's a previous neural net approach made deep, and working better as a result.
(I agree that like any machine learning framework, neural networks have their strengths and weaknesses, and open challenges.)