There are many classes of problems in computer science and AI falls into one of my favorites. If today the world had a machine with infinite CPU power and infinite RAM we still wouldn't have a good AI. We just don't have the knowledge to utilize such resources to write an AI that could, for exampe, play League of Legends or Starcraft at a level beyond professional gamers. And it certainly couldn't write a best sellin…
If you had a machine with infinite CPU power and infinite RAM you could _evolve_ an AI. Greg Egan wrote a great story about that: http://ttapress.com/553/crystal-nights-by-greg-egan/ Someone tries it, with mixed results.
AI
71–80 of 317 posts
Re: AI
#72I believe human-level general intelligence (and beyond) is already inevitable, even if we don't make significant developments in "solving" intelligence. Projects that are already developing stuff like this (e.g. IBM Blue Brain) are just copying the human brain as closely as possible. Of course, this isn't as efficient as it could be (they simulate it all at the molecular level, so you can only get 1 neuron per CPU).…
IBM Watson is the obvious example, and the many successful Deep Learning-powered image recognition projects are another.
Re: AI
#73How do we develop intelligent systems when we don't know how to measure intelligence?
Who says we don't know how to measure intelligence? The simplest way would be just to select a problem that requires intelligence and measure how good it does at that problem.
Re: AI
#74"But how do we make a computer program that decides what it wants to do? How do we make a computer decide to care on its own about learning to drive a car? Or write a novel?" Perhaps it'd be better to ask: why would we want a computer to do these things? I certainly do not want to live in a world where computers have their own motivations and desires and the ability to act on the same. Actually, I can put that more s…
you seem pretty convinced living computers would kill us all. this seems like a pretty big assumption to me?
Re: AI
#75How do we develop intelligent systems when we don't know how to measure intelligence?
Who says we don't know how to measure intelligence? The simplest way would be just to select a problem that requires intelligence and measure how good it does at that problem.
Re: AI
#76Critically speaking, this article doesn't add anything. I don't know why I read it. Can anyone explain why they upvoted?
For me, "There are certainly some reasons to be optimistic. Andrew Ng, who worked or works on Google’s AI, has said that he believes learning comes from a single algorithm - the part of your brain that processes input from your ears is also capable of learning to process input from your eyes. If we can just figure out this one general-purpose algorithm, programs may be able to learn general-purpose things." is what w…
[1] http://en.wikipedia.org/wiki/Deep_learning#Convolutional_neu...
[2] http://deeplearning.net/reading-list/
[3] http://en.wikipedia.org/wiki/Deep_learning#Results
[4] http://www.wired.com/wiredscience/2012/06/google-x-neural-ne...
Re: AI
#77"But how do we make a computer program that decides what it wants to do? How do we make a computer decide to care on its own about learning to drive a car? Or write a novel?" Perhaps it'd be better to ask: why would we want a computer to do these things? I certainly do not want to live in a world where computers have their own motivations and desires and the ability to act on the same. Actually, I can put that more s…
you seem pretty convinced living computers would kill us all. this seems like a pretty big assumption to me?
Re: AI
#78Earlier quoted context omitted.
With infinite CPU power and infinite RAM, fully general artificial intelligence is a trivial problem (see: Marcus Hutter's AIXI ). AI is an optimization problem: how do you build smart software within realistic constraints.
AI is a software problem as well as a hardware problem. It's ridiculous to assume we understand the underlying model of the function of the human brain in general. We don't even understand the physics of it all yet. Be optimistic about AI, but don't be fooled -- it's not as basic as hooking up transistors and thinking they behave like neurons.
Re: AI
#79Critically speaking, this article doesn't add anything. I don't know why I read it. Can anyone explain why they upvoted?
http://www.theatlantic.com/magazine/archive/2013/11/the-man-...
Re: AI
#80Earlier quoted context omitted.
Did he just say you give us infinite CPU power? Why not bruteforce it then? Starting from the number 1 to number 2^800000000 for each program it generates by that number test the program[automated test] to see if it is intelligent. If intelligent then tell it produce a book. [Everything can be seen as a state space search.]
[automated test] is the hard part.