[OT] How is AI implemented

M

Martin Marcher

Hi,

I know it's not a trivial field but I had some readings about
artificial intelligence lately and my personal conclusion is that it's
mostly just statistics.

Naively explained:

continiously gather and store information and apply a default rating

1) answer "questions" with gathered information according to rating
2) store/calculate rating based upon input (be it an interface or user input)
3) goto 1 (sorry for the goto)

So I think that in general there hasn't yet been any artificial
intelligence programmed (Note: I believe I'm aware of the difference
between artificial intelligence and artificial conscusiness where the
second would be able to answer things like: "How are you today" and
the first can answer factual knowledge)

Am I thinking right here or is there some (preferrably) web reading
available on that or in depth links about the topic?

thanks and sorry for OT posting
martin
 
K

kyosohma

Hi,

I know it's not a trivial field but I had some readings about
artificial intelligence lately and my personal conclusion is that it's
mostly just statistics.

Naively explained:

continiously gather and store information and apply a default rating

1) answer "questions" with gathered information according to rating
2) store/calculate rating based upon input (be it an interface or user input)
3) goto 1 (sorry for the goto)

So I think that in general there hasn't yet been any artificial
intelligence programmed (Note: I believe I'm aware of the difference
between artificial intelligence and artificial conscusiness where the
second would be able to answer things like: "How are you today" and
the first can answer factual knowledge)

Am I thinking right here or is there some (preferrably) web reading
available on that or in depth links about the topic?

thanks and sorry for OT posting
martin

--http://noneisyours.marcher.namehttp://feeds.feedburner.com/NoneIsYours


Some readings:

http://www-formal.stanford.edu/jmc/whatisai/whatisai.html
http://www.sciencedaily.com/news/computers_math/artificial_intelligence/
http://www.jair.org/
http://dir.yahoo.com/Science/computer_science/artificial_intelligence/

Fuzzy Logic usually crops up as a related topic:

http://www.seattlerobotics.org/encoder/mar98/fuz/flindex.html
http://www.austinlinks.com/Fuzzy/

I'm not involved in this field, but I think saying that AI is just
statistics is a pretty sweeping statement. It's more like super
complicated stats using algorithms worthy of Calculus with branch
logic thrown in for good measure.

How's that for a load of buzz words!?

Hope those links give you lots of info. Let us know when you've got a
cool talking Python program!

Mike
 
M

montyphyton

Hi,

I know it's not a trivial field but I had some readings about
artificial intelligence lately and my personal conclusion is that it's
mostly just statistics.

Naively explained:

continiously gather and store information and apply a default rating

1) answer "questions" with gathered information according to rating
2) store/calculate rating based upon input (be it an interface or user input)
3) goto 1 (sorry for the goto)

really naively :)
So I think that in general there hasn't yet been any artificial
intelligence programmed (Note: I believe I'm aware of the difference
between artificial intelligence and artificial conscusiness where the
second would be able to answer things like: "How are you today" and
the first can answer factual knowledge)

What you want to do is look up the difference between weak AI and
strong AI.
Everything we have to this day is weak AI, and there is still a debate
between
various scientists as to whether strong AI is even possible. Be sure
to look
at Chinese room argument to see if strong AI is really what you need.
(http://en.wikipedia.org/wiki/Chinese_room)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,161
Latest member
GertrudeMa
Top