vote up 3 vote down star

A coworker of mine has asked me for a term (preferably an adjective) that can be used to describe a system that gets more "intelligent" as it gets more data. The example she used when asking me this question was "as Google crawls more sites, it gets smarter at searching".

Personally, the best I could think of offhand was "adaptive", but that doesn't feel right. Can anyone suggest something better?

Thanks!

flag

60% accept rate
11  
I think it's called SkyNet? – jeffamaphone Oct 5 at 18:31
Maybe Arnie is going to come back and kill Jeff to prevent SO from ever existing and abeger from getting his answer ;-) – Steven Robbins Oct 5 at 18:53
Google isn't really a good example here, as Google's engineers have to constantly intervene to keep the application from returning incorrect results. By manually intervene, I mean manually remove certain sites from the listings, change the Page Rank algorithm, etc... – R. Bemrose Oct 5 at 19:08

11 Answers

vote up 3 vote down check

Sometimes you refer to things like spam filters as "trainable". Perhaps that could apply here.

link|flag
vote up 3 vote down

It could be a vague description of an expert system, which often have a learning aspect and use it to gain more "expertise" in their problem domain.

link|flag
+1 for expert system (check also en.wikipedia.org/wiki/Machine_learning) – Pascal Thivent Oct 5 at 18:46
Most people under the age of 30 have probably never even heard of an expert system :-) – Steven Robbins Oct 5 at 18:49
I'm 22 and I've heard stories about expert systems. Primarily how they attempted to rise and control humanity by sending an Austrian with a shotgun back in time to kill some woman. – voyager Oct 5 at 18:52
But, AFAIK, an expert system does not, by definition, involve learning. – Kena Oct 5 at 18:54
@Kena no, it does not, but they are often referred to that way. – Steven Robbins Oct 5 at 18:55
vote up 2 vote down

The domain of this kind of applications is "machine-learning". But I'm not aware of a matching adjective.

link|flag
vote up 1 vote down

What about the term "evolve" or "evolving."

link|flag
vote up 0 vote down

How about "capable," or "robust."

link|flag
vote up 0 vote down

Learning Artificial Intelligent software.

link|flag
vote up 0 vote down

Skynet or Joshua/W.O.P.R.

link|flag
That was my first thought when I saw this question! – R. Bemrose Oct 5 at 19:07
vote up 0 vote down

I would call it Heuristic.

link|flag
vote up 0 vote down

The example she used when asking me this question was "as Google crawls more sites, it gets smarter at searching".

Unlike learning algorithms, where the algorithm itself changes based on past success, Google searches get better due to improved ranking of the results bringing the best pages to the top. The quality of the PageRank algorithm's results increases due to the network effect of the input data - the more connections, the better the chance that the best connected page is the most relevant.

The rule that says the effect of a network is super-linear is Metcalfe's Law, so if the "smartness" of an algorithm relies on network effects you could call the algorithm "Metcalfian". I've no idea whether the quality of PageRank results is super-linear in the number of inputs though; if anything I'd expect it to be sub-linear, as once you have enough links in the network to get rid of noise the rankings should be stable.

link|flag
vote up 0 vote down

If it's a communications network, then it follows Metcalfe's law. You could call it Metcalfian. (You'd like be laughed at.)

link|flag
vote up 0 vote down

I think the term is adaptive associative memory systems (leading to autonomy, perhaps).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.