![]() |
| | #31 | |
| Registered Abuser Join Date: Jun 2006 Location: Toronto
Posts: 579
| Quote:
@rog: yes, humans don't play chess by analyzing each possible move, but then again we cannot play chess perfectly can we? This is what I mean when I refer to human bias; you have a tendancy to believe that the best algorithm to playing chess is a humanistic one, which is falsifiable from the start. It works for us (and current computers) given our limited resources, but in the face of near-unlimited resources, other algorithms (i.e. complete transpotion table with look-up) may be employed more effectively. BTW, you're right, silicon isn't king, but quantum may be diety...
__________________ MSDN knows exactly what you're looking for... | |
| @nthony is offline | |
| | #32 |
| Malum in se Join Date: Apr 2007
Posts: 3,188
| What you described is MEMORY, not intelligence. Intelligence is the ability to determine a solution without prior knowledge of such solution. As for yoru assertion of 'current' computers, you are a bit out of date there. Computers have been better chess players for nearly half a decade now. Again, this isnt intelligence, as they are essentially doing a brute force search of the output space and selecting the solution that scores best at some fitness function.
__________________ Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off. Last edited by abachler; 01-14-2008 at 06:05 PM. |
| abachler is offline | |
| | #33 |
| Cat without Hat Join Date: Apr 2003
Posts: 8,492
| It's not brute force. There's a lot of early elimination. But then, that's exactly how human chess players work, too. Except for the part where they might play the person. But that won't really work when they play against a computer.
__________________ All the buzzt! CornedBee"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code." - Flon's Law |
| CornedBee is offline | |
| | #34 | |
| Registered User Join Date: Feb 2005
Posts: 416
| @nthony, You are the only one who caught my point. "I believe it should simply be called "intelligence": there is nothing artificial about it. " I wasn't commenting on the current state of AI design or capabilities, just on the term Artificial in it. I would use electronic intelligence to indicate the difference between biological intelligence and electronic, since the biological ones will have actions based on biological failings, and an electronic one, I would assume, not have those failings.
__________________ Quote:
| |
| Jaqui is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Artificial Life: Where to Start? | Mr.Sellars | General AI Programming | 11 | 09-22-2007 02:03 AM |
| My AI is AS (Artificial Stupidity) | beanroaster | C++ Programming | 2 | 10-13-2005 07:58 PM |
| Details about artificial neural networks | ChadJohnson | General AI Programming | 1 | 07-23-2005 10:29 AM |
| Artificial Intelligence | Ruski | A Brief History of Cprogramming.com | 12 | 07-27-2002 11:38 AM |