L
Laurent Bossavit
Artificial intelligence (AI) has arguably been solved
If it has, why isn't it telling us itself ?
If it has, why isn't it telling us itself ?
Laurent said:If it has, why isn't it telling us itself ?
If it has, why isn't it telling us itself ?
Someone once said something like that true articicial intelligence
would be when a group of experts conversed with an AI and humans (over
a computer so could not tell by looking at it/him/her!) and could not
tell the difference.
Maybe (e-mail address removed) (alias Arthur T. Murray)who originated this
thread) is such an AI!!
Someone once said something like that true articicial intelligence
would be when a group of experts conversed with an AI and humans (over
a computer so could not tell by looking at it/him/her!) and could not
tell the difference.
OldAmigaBoy said:Someone once said something like that true articicial intelligence
would be when a group of experts conversed with an AI and humans (over
a computer so could not tell by looking at it/him/her!) and could not
tell the difference.
Maybe (e-mail address removed) (alias Arthur T. Murray)who originated this
thread) is such an AI!!
I remember hearing that one group actually did test their AI software
by setting it up to post in various Usenet newsgroups...
Steve Jorgensen said:It was Alan Turing, and it's called the "Turing Test".
If anyone wants to read more on the subject you can read the paper here
http://www.abelard.org/turpap/turpap.htm
#include <stdio.h>
int main(int argc, char **argv) {
printf("Eliza: What makes you say that %s?\n", argv[1]);
return 0;
}
Of course, if you run it without arguments, the results are
indeterminate, as with a person. ;-)
Ahem. Your online Pedantic Interactive Language Lawyer program replies if
you run that without arguments, the Standard(s) place a "" in the last argv,
so the results are a program with defined behavior, but poor grammar ("..say
that ?" with a space).