PDA

View Full Version : Artificial Intelligence


willy
03-30-2005, 10:05 PM
What is "Artificial Intelligence" Search Technology?

NomadRock
03-31-2005, 02:36 AM
Just using algorithms that are "intelligent" to search something.

In this situation by intelligent we mean easily adapting to unforseen situations. For example, Google hasn't looked through the web for every possible word you can search and precompiled a result list for each possible set of words. They have an "intelligent" algorithm that can adapt to whatever terms you put in the search box. Generally, however when we say AI we mean something stronger than this.

If you were more specific in what you needed the information for, I could be a bit more helpful.

willy
03-31-2005, 03:37 AM
Thank you NomadRock, for your information.

I had just read an article on artificial intelligence and it say's that Google, Yahoo Inc, and growing list of other search engine players still do not use "artificial intelligence" to make the results more relevant, they all seek specific "keyword" matches. Please go through the article <Artificial Intelligence> (http://www.techsupportforum.com/showthread.php?threadid=27962) I am little bit confused.

qnq
03-31-2005, 05:15 AM
What is "Artificial Intelligence" Search Technology?
16972


There are two algorithm about searching.
http://www.alti.gen.tr/science/ai/depth-first.asp
This topic was introduced in the section on exhaustive search. Here, we supplement that note by illustrating the order in which a tree is searched using depth-first search.

http://www.alti.gen.tr/science/ai/breadth-first.asp
With the same tree as for depth-first search, breadth-first search proceeds quite differently.
We examine all successor states at the same depth before going deeper.

anubis
03-31-2005, 05:58 AM
gng : you missed the topic...


willy : i think what they are talking about is context relevant search. like when you search for bill clinton you might also like to hear about the 1996 presidential ellection. if you only do keyword searches, however smart they may be, you will miss out on hits about the electtion that don't specifically mention bill clinton.

NomadRock
03-31-2005, 03:28 PM
The problem is how people define Intelligent. It is usually a comparison. Often the program will be compared to the average educated adult human. Obviously, all attempts at artificial intelligence fail miserably (Read about the Turing Test for intelligence)

A search of a single document by keyword is about as simple as you can get. Being able vaguely describe to a music store owner what kind of stuff you like and having him grab out a record that you absolutely love is about as good as you can get. Everything in between is usually described against one of these two extremes. Google does use keywords, but their technology is a great deal more complicated than that, and also a great deal more effective (except when it fails miserably like GoogleBombing). Still it is a far cry from that music store owner I described.

In this light, whether some algorithm is described as being intelligent is really more of a subjective thing and depends on what you are comparing it to. Generally the best technology of the time is considered quite intelligent, mostly because it seems amazing compared to what we are used to. Obviously after a few generations, it doesn't look so impressive and is not thought to be very intelligent at all.