Penguin
Diff: ArtificialIntelligence
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of ArtificialIntelligence.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 11 Last edited on Tuesday, December 30, 2003 6:56:50 am by SergeStinckwich
Older page: version 10 Last edited on Sunday, September 28, 2003 11:35:48 pm by AristotlePagaltzis Revert
@@ -3,8 +3,8 @@
 Outside ComputerScience the term ArtificialIntelligence is used almost exclusively as a marketing buzzword, meaning anything a computer does for the first time. The first Accounts Receivable system was called ArtificialIntelligence, as was the first [Compiler]. Many systems that just react to changes by following simple sets of rules are called "intelligent" in MarkeTroid lingo. 
  
 Computer scientists distinguish two goals in [AI] research. 
  
-* A __Strong__ ArtificialIntelligence would be able to truly reason and solve problems, and would be sentient, ie self-aware. No progess has been made in this department. After so many decades, the easiest way to create an entity with human intelligence takes 9 months. (Which maybe isn't so bad - it's more fun that way, too.) %%% %%% 
+* A __Strong__ ArtificialIntelligence would be able to truly reason and solve problems, and would be sentient, ie self-aware. No progress has been made in this department. After so many decades, the easiest way to create an entity with human intelligence takes 9 months. (Which maybe isn't so bad - it's more fun that way, too.) %%% %%% 
 * In contrast, a __Weak__ ArtificialIntelligence acts as if it were intelligent, but can't actually reason and solve problems. Such [AI]s employ heuristics and rule sets to make decisions, but act "intelligently" by trying to refine their rules and heuristics automatically based on their assessment of the success of their reactions. Modest progress has been achieved in this area. [ExpertSystem]s are the most major achievement. 
  
 The scope of ArtificialIntelligence changes as computers get more powerful. Things that were assumed to require Strong ArtificialIntelligence turn out to be doable by a Weak ArtificialIntelligence, or even deterministically. An example is machine vision, ie recognising objects, driving cars, etc. As image processing methods have advanced, and with the explosion of processing power in current computers, simplistic heuristics have become viable and achieve fairly good success.