n. (Abbr. AI)
- The ability of a computer or other machine to perform those activities that are normally thought to require intelligence.
- The branch of computer science concerned with the development of machines having this ability.
On this page
American Heritage Dictionary:
artificial intelligence |
|
Featured Videos:
|
Britannica Concise Encyclopedia:
artificial intelligence |
For more information on artificial intelligence, visit Britannica.com.
McGraw-Hill Science & Technology Encyclopedia:
Artificial intelligence |
The subfield of computer science concerned with understanding the nature of intelligence and constructing computer systems capable of intelligent action. It embodies the dual motives of furthering basic scientific understanding and making computers more sophisticated in the service of humanity.
Many activities involve intelligent action—problem solving, perception, learning, planning and other symbolic reasoning, creativity, language, and so forth—and therein lie an immense diversity of phenomena. Scientific concern for these phenomena is shared by many fields, for example, psychology, linguistics, and philosophy of mind, in addition to artificial intelligence. The starting point for artificial intelligence is the capability of the computer to manipulate symbolic expressions that can represent all manner of things, including knowledge about the structure and function of objects and people in the world, beliefs and purposes, scientific theories, and the programs of action of the computer itself.
Artificial intelligence is primarily concerned with symbolic representations of knowledge and heuristic methods of reasoning, that is, using common assumptions and rules of thumb. Two examples of problems studied in artificial intelligence are planning how a robot, or person, might assemble a complicated device, or move from one place to another; and diagnosing the nature of a person's disease, or of a machine's malfunction, from the observable manifestations of the problem. In both cases, reasoning with symbolic descriptions predominates over calculating.
The approach of artificial intelligence researchers is largely experimental, with small patches of mathematical theory. As in other experimental sciences, investigators build devices (in this case, computer programs) to carry out their experimental investigations. New programs are created to explore ideas about how intelligent action might be attained, and are also developed to test hypotheses about concepts or mechanisms involved in intelligent behavior.
The foundations of artificial intelligence are divided into representation, problem-solving methods, architecture, and knowledge. To work on a task, a computer must have an internal representation in its memory, for example, the symbolic description of a room for a moving robot, or a set of features describing a person with a disease. The representation also includes all the knowledge, including basic programs, for testing and measuring the structure, plus all the programs for transforming the structure into another one in ways appropriate to the task. Changing the representation used for a task can make an immense difference, turning a problem from impossible to trivial.
Given the representation of a task, a method must be adopted that has some chance of accomplishing the task. Artificial intelligence has gradually built up a stock of relevant problem-solving methods (the so-called weak methods) that apply extremely generally.
An important feature of all the weak methods is that they involve search. One of the most important generalizations to arise in artificial intelligence is the ubiquity of search. It appears to underlie all intelligent action. In the worst case, the search is blind. In heuristic search extra information is used to guide the search.
Some of the weak methods are generate-and-test (a sequence of candidates is generated, each being tested for solutionhood); hill climbing (a measure of progress is used to guide each step); means-ends analysis (the difference between the desired situation and the present one is used to select the next step); impasse resolution (the inability to take the desired next step leads to a subgoal of making the step feasible); planning by abstraction (the task is simplified, solved, and the solution used as a guide); and matching (the present situation is represented as a schema to be mapped into the desired situation by putting the two in correspondence).
An intelligent agent—person or program—has multiple means for representing tasks and dealing with them. Also required is an architecture or operating framework within which to select and carry out these activities. Often called the executive or control structure, it is best viewed as a total architecture (as in computer architecture), that is, a machine that provides data structures, operations on those data structures, memory for holding data structures, accessing operations for retrieving data structures from memory, a programming language for expressing integrated patterns of conditional operations, and an interpreter for carrying out programs. Any digital computer provides an architecture, as does any programming language. Architectures are not all equivalent, and one important scientific question is what architecture is appropriate for a general intelligent agent.
In artificial intelligence, the basic paradigm of intelligent action is that of search through a space of partial solutions (called the problem space) for a goal situation. Each step offers several possibilities, leading to a cascading of possibilities that can be represented as a branching tree. The search is thus said to be combinatorial or exponential. For example, if there are 10 possible actions in any situation, and it takes a sequence of 12 steps to find a solution (a goal state), then there are 1012 possible sequences in the exhaustive search tree. What keeps the search under control is knowledge, which suggests how to choose or narrow the options at each step. Thus the fourth fundamental concern is how to represent knowledge in the memory of the system so it can be brought to bear on the search when relevant.
An intelligent agent will have immense amounts of knowledge. This implies another major problem, that of discovering the relevant knowledge as the solution attempt progresses. Although this search does not include the combinatorial explosion characteristic of searching the problem space, it can be time consuming and hard. However, the structure of the database holding the knowledge (called the knowledge base) can be carefully tailored to suit the architecture in order to make the search efficient. This knowledge base, with its accompanying problems of encoding and access, constitutes the final ingredient of an intelligent system.
An example of artificial intelligence is computer perception. Perception is the formation, from a sensory signal, of an internal representation suitable for intelligent processing. Though there are many types of sensory signals, computer perception has focused on vision and speech. Perception might seem to be distinct from intelligence, since it involves incident time-varying continuous energy distributions prior to interpretation in symbolic terms. However, all the same ingredients occur: representation, search, architecture, and knowledge. Speech perception starts with the acoustic wave of a human utterance and proceeds to an internal representation of what the speech is about. A sequence of representations is used: the digitization of the acoustic wave into an array of intensities; the formation of a small set of parametric quantities that vary continuously with time (such as the intensities and frequencies of the formants, bands of resonant energy characteristic of speech); a sequence of phons (members of a finite alphabet of labels for characteristic sounds, analogous to letters); a sequence of words; a parsed sequence of words reflecting grammatical structure; and finally a semantic data structure representing a sentence (or other utterance) that reflects the meaning behind the sounds.
A class of artificial intelligence programs called expert systems attempt to accomplish tasks by acquiring and incorporating the same knowledge that human experts have. Many attempts to apply artificial intelligence to medicine, government, and other socially significant tasks take the form of expert systems. Even though the emphasis is on knowledge, all the standard ingredients are present.
In careful tests, a number of expert systems have shown performance at levels of quality equivalent to or better than average practicing professionals (for example, average practicing physicians) on the restricted domains over which they operate. Nearly all large corporations and many smaller ones use expert systems. A common application is to provide technical assistance to persons who answer customers' trouble calls. Computer companies use expert systems to assist in configuring components from a parts catalog into a complete system that matches a customer's specifications, a kind of application that has been replicated in other industries tailoring assembled products to customers' needs. Troubleshooting and diagnostic programs are commonplace. Another widespread use of this technology is in software for home computers that assists taxpayers. One important lesson learned from incorporating artificial intelligence software into ongoing practice is that its success depends on many other aspects besides the intrinsic intellectual quality, for example, ease of interaction, integration into existing workflow, and costs.
Expert systems have sparked important insights in reasoning under uncertainty, causal reasoning, reasoning about knowledge, and acceptance of computer systems in the workplace. They illustrate that there is no hard separation between pure and applied artificial intelligence; finding what is required for intelligent action in a complex applied area makes a significant contribution to basic knowledge. See also Expert systems.
In addition to the subject areas mentioned above, significant work in artificial intelligence has been done on puzzles and reasoning tasks, induction and concept identification, symbolic mathematics, theorem proving in formal logic, natural language understanding and generation, vision, robotics, chemistry, biology, engineering analysis, computer-assisted instruction, and computer-program synthesis and verification, to name only the most prominent. As computers become smaller and less expensive, more and more intelligence is built into automobiles, appliances, and other machines, as well as computer software, in everyday use. See also Automata theory; Computer; Control systems; Cybernetics; Digital computer; Intelligent machine; Robotics.
Dictionary of Cultural Literacy: Technology:
artificial intelligence |
The means of duplicating or imitating intelligence in computers, robots, or other devices, which allows them to solve problems, discriminate among objects, and respond to voice command.
Barron's Real Estate Dictionary:
artificial intelligence |
| Artesian Well, Arterialhighway | |
| As Is, As Is Value |
Barron's Accounting Dictionary:
artificial intelligence |
| Articulate, Articles of Partnership, Articles of Incorporation | |
| Ascii (american standard code for information interchange), Assembly Language, Assessable Capital Stock |
Abbreviation for ‘Artificial Intelligence’, so common that the full form is almost never written or spoken among hackers.
Oxford Dictionary of Geography:
artificial intelligence |
The use of computer software in, among others, data collection and processing, analysis, searching for patterns and detecting anomalies, modelling, and problem solving. Applications include genetic algorithms and neural networks.
Oxford Dictionary of Philosophy:
artificial intelligence |
(or AI) The science of making machines that can do the kinds of thing that humans can do. Topics of research have included speech recognition, visual recognition, and the more familiar problem solving and game-playing. Modelling a psychological phenomenon on a computer is a way of showing how the phenomenon is possible in a physical world, and is also a way of bringing out the complexities involved in apparently simple tasks. A central concept in much AI research is that of a representation, with programs designed to construct, adapt, and link representations in the production of intelligent responses. This research has been responsible for a considerable retreat from dogmatic behaviourism, in which the idea of mental manipulations was thought to be unscientific, since it is exactly the storage and manipulation of representations of the world that is demanded in the problems AI approaches. Strong AI is the philosophical thesis that appropriately programmed computers have minds in exactly the same sense that we do. Weak AI is the methodological belief that the best way to explore the mind is to proceed as if this were true, without commenting on the legacies of dualism that lead to discomfort with the strong thesis. See also Chinese room, connectionism, frame problem, Turing test.
Gale Encyclopedia of US History:
Artificial Intelligence |
Artificial Intelligence, a branch of computer science that seeks to create a computer system capable of sensing the world around it, understanding conversations, learning, reasoning, and reaching decisions, just as would a human. In 1950 the pioneering British mathematician Alan Turing proposed a test for artificial intelligence in which a human subject tries to talk with an unseen conversant. The tester sends questions to the machine via teletype and reads its answers; if the subject cannot discern whether the conversation is being held with another person or a machine, then the machine is deemed to have artificial intelligence. No machine has come close to passing this test, and it is unlikely that one will in the near future. Researchers, however, have made progress on specific pieces of the artificial intelligence puzzle, and some of their work has had tangible benefits.
One area of progress is the field of expert systems, or computer systems designed to reproduce the knowledge base and decision-making techniques used by experts in a given field. Such a system can train workers and assist in decision making. MYCIN, a program developed in 1976 at Stanford University, suggests possible diagnoses for patients with infectious blood diseases, proposes treatments, and explains its "reasoning" in English. Corporations have used such systems to reduce the labor costs involved in repetitive calculations. A system used by American Express since November 1988 to advise when to deny credit to a customer saves the company millions of dollars annually.
A second area of artificial intelligence research is the field of artificial perception, or computer vision. Computer vision is the ability to recognize patterns in an image and to separate objects from background as quickly as the human brain. In the 1990s military technology initially developed to analyze spy-satellite images found its way into commercial applications, including monitors for assembly lines, digital cameras, and automotive imaging systems. Another pursuit in artificial intelligence research is natural language processing, the ability to interpret and generate human languages. In this area, as in others related to artificial intelligence research, commercial applications have been delayed as improvements in hardware—the computing power of the machines themselves—have not kept pace with the increasing complexity of software.
The field of neural networks seeks to reproduce the architecture of the brain—billions of connected nerve cells—by joining a large number of computer processors through a technique known as parallel processing. Fuzzy systems is a subfield of artificial intelligence research based on the assumption that the world encountered by humans is fraught with approximate, rather than precise, information. Interest in the field has been particularly strong in Japan, where fuzzy systems have been used in disparate applications, from operating subway cars to guiding the sale of securities. Some theorists argue that the technical obstacles to artificial intelligence, while large, are not insurmountable. A number of computer experts, philosophers, and futurists have speculated on the ethical and spiritual challenges facing society when artificially intelligent machines begin to mimic human personality traits, including memory, emotion, and consciousness.
Bibliography
Kurzweil, Ray. The Age of Spiritual Machines. New York: Viking, 1999.
Partridge, Derek. A New Guide to Artificial Intelligence. Norwood, N.J.: Ablex, 1991.
Shapiro, Stuart C., ed. Encyclopedia of Artificial Intelligence. 2d ed. New York: Wiley, 1992.
Turbam, Efraim. Expert Systems and Applied Artificial Intelligence. New York: MacMillan, 1992.
—Vincent Kiernan/A. R.
Columbia Encyclopedia:
artificial intelligence |
In game theory (see games, theory of), the computer must choose among a number of possible "next" moves to select the one that optimizes its probability of winning; this type of choice is analogous to that of a chess player selecting the next move in response to an opponent's move. In pattern recognition, shapes, forms, or configurations of data must be identified and isolated from a larger group; the process here is similar to that used by a doctor in classifying medical problems on the basis of symptoms. Natural language processing is an analysis of current or colloquial language usage without the sometimes misleading effect of formal grammars; it is an attempt to model the learning process of a translator faced with the phrase "throw mama from the train a kiss." Cybernetics is the analysis of the communication and control processes of biological organisms and their relationship to mechanical and electrical systems; this study could ultimately lead to the development of "thinking" robots (see robotics). Machine learning occurs when a computer improves its performance of a task on the basis of its programmed application of AI principles to its past performance of that task.
In the public eye advances in chess-playing computer programs were symbolic of early progress in AI. In 1948 British mathematician Alan Turing developed a chess algorithm for use with calculating machines-it lost to an amateur player in the one game that it played. Ten years later American mathematician Claude Shannon articulated two chess-playing algorithms: brute force, in which all possible moves and their consequences are calculated as far into the future as possible; and selective mode, in which only the most promising moves and their more immediate consequences are evaluated.
In 1988 Hitech, a program developed at Carnegie-Mellon Univ., defeated former U.S. champion Arnold Denker in a four-game match, becoming the first computer to defeat a grandmaster. A year later, Gary Kasparov, the reigning world champion, bested Deep Thought, a program developed by the IBM Corp., in a two-game exhibition. In 1990 the German computer Mephisto-Portrose became the first program to defeat a former world champion; while playing an exhibition of 24 simultaneous games, Anatoly Karpov bested 23 human opponents but lost to the computer.
Kasparov in 1996 became the first reigning world champion to lose to a computer in a game played with regulation time controls; the Deep Blue computer, developed by the IBM Corp., won the first game of the match, lost the second, drew the third and fourth, and lost the fifth and sixth. Deep Blue used the brute force approach, evaluating more than 100 billion chess positions each turn while looking six moves ahead; it coupled this with the most efficient chess evaluation software yet developed and an extensive library of chess games it could analyze as part of the decision process.
Subsequent matches between Vladimir Kramnik and Deep Fritz (2002, 2006) and Kasparov and Deep Junior (2003) resulted in two ties and a win for the programs. Unlike Deep Blue, which was a specially designed computer, these more recent computer challengers were chess programs running on powerful personal computers. Such programs have become an important tool in chess, and are used by chess masters to analyze games and experiment with new moves.
Another notable IBM AI computer, Watson, competed in 2011 on the "Jeopardy!" television quiz show, defeating two human champions. Watson, about 100 times faster than Deep Blue, was designed to process questions in natural human language (as opposed to simple commands), making sense of the quirky questions' complexity and ambiguity, and to search an extensive database to quickly provide the correct answers. Watson is a prototype for programs or services that can act as knowledgeable assistants, or even human substitutes, in such different fields as medicine, catalog sales, and computer technical support.
See also expert system.
Bibliography
See D. Freedman, Brainmakers: How Scientists Are Moving Beyond Computers to Create a Rival to the Human Brain (1994); D. Gelernter, The Muse in the Machine: Computerizing the Poetry of Human Thought (1994); D. Rasskin-Gutman, Chess Metaphors: Artificial Intelligence and the Human Mind (2009).
Oxford Companion to the Mind:
artificial intelligence |
Igor Alexander
The process of designing machines with abilities modelled on human thought. While this mostly involves writing computer programs with human-like characteristics, it has implications for the design of robots and raises philosophical questions about machine–human comparisons.1. Origins and ambitions
Artificial intelligence may be said to have begun in 1950 when Claude Shannon of the Bell Telephone Laboratories in the United States wrote an ingenious program that was to be the forerunner of all chess-playing machines. This work drastically changed the accepted perception of stored-program computers which, since their birth in 1947, had been seen just as automatic calculating machines. Shannon's program added the promise of automated intelligent action to the actuality of automated calculation.2. Knowledge, logic, and learning
These censures had a healthy effect on AI. The 1980s saw a maturing of the field through the appearance of new methodologies dubbed knowledge-based systems, expert systems, and artificial neural networks (or connectionism). Effort in knowledge-based systems used formal logic to greater effect than before. The application of the logical rules of inheritance and resolution made more efficient use of knowledge stored in databases. For example, 'Socrates is a man' and 'All men are mortals' could lead to the knowledge that 'Socrates is mortal' by logical inference rather than by explicit storage, thus easing the problem of holding vast amounts of data in databases.3. Evolution, agents, and brain–mind comparisons
Despite the above two major phases in the history of artificial intelligence, the subject is still developing, particularly in three domains: new techniques for creating intelligent programs, using computers to understand the complexities of brain and mind, and, finally, contributing to philosophical debate.The techniques added to the AI repertoire are evolutionary programming, artificial life, and intelligent software agents. Evolutionary programming borrows from human genetic development in the sense that some variants of a program may have a better performance than others. It is possible to represent the design parameters of a system as a sequence of values resembling a chromosome. An evolutionary program tests a range of systems against a performance criterion (the fitness function). It chooses the chromosomes of various system pairs that have good fitness behaviour to combine them and create a new generation of systems. This gives rise to increasingly more able systems even to the extent that their design holds surprises for expert designers. Such mimicking of a major mechanism of biological life leads to the concept of artificial life. For example, UK entrepreneur Steve Grand includes in his 'Creatures' game simulations of some biochemical processes to produce societies of virtual (computer-bound but observable) creatures with realistic life cycles and social interactions. This allows the game player to take care of a virtual creature in a game that gets close to the problems of survival in real life. The more general study of intelligent software agents takes virtual creatures into domains where they could perform useful tasks such as finding desired data on the internet. They are little programs that store the needs of a user and trawl the World Wide Web for this desired information. Also a burgeoning interest is in societies of such agents to discover how cooperation between them may lead to the solution of problems in distributed domains. Translated to multiple interacting robots, agent studies lead to a better understanding of flocking behaviour and the way that this achieves goals for the flock.Margaret Boden
The science of making machines do the sorts of things that are done by human minds. Such things include holding a conversation, answering questions sensibly on the basis of incomplete knowledge, assembling another machine from its components given the blueprint, learning how to do things better, playing chess, writing or translating stories, understanding analogies, neurotically repressing knowledge that is too threatening to admit consciously, learning to classify visual or auditory patterns, composing a poem or a sonata, and recognizing the various things seen in a room — even an untidy and ill-lit room. AI helps one to realize how enormous is the background knowledge and thinking (computational) power needed to do even these everyday things.Ron Chrisley
Researchers in artificial intelligence attempt to design and create artefacts which have, or at least appear to have, mental properties: not just intelligences, but also perception, action, emotion, creativity, and consciousness.1. Recent developments
Since the mid-1980s, there has been sustained development of the core ideas of artificial intelligence, e.g. representation, planning, reasoning, natural language processing, machine learning, and perception. In addition, various subfields have emerged, such as research into agents (autonomous, independent systems, whether in hardware or software), distributed or multi-agent systems, coping with uncertainty, affective computing/models of emotion, and ontologies (systems of representing various kinds of entities in the world — achievements that, while new advances, are conceptually and methodologically continuous with the field of artificial intelligence as envisaged at the time of its modern genesis: the Dartmouth conference of 1956.2. The relevance of AI to understanding the mind
Why do AI? Of course, there are technological reasons. But are there scientific reasons? Can AI illuminate our understanding of the mind? The acts involved in bringing natural intelligences into the world do not (usually!) confer any insight into the nature of intelligence; why should one think the acts involved in creating artificial intelligence would be any more enlightening?
Oxford Dictionary of Biochemistry:
artificial intelligence |
| articulin, arthritis, arteriosclerosis | |
| artificial neural network, aryl, arylene |
Random House Word Menu:
categories related to 'artificial intelligence' |

Wikipedia on Answers.com:
Artificial intelligence |
Artificial intelligence (AI) is the intelligence of machines and the branch of computer science that aims to create it. AI textbooks define the field as "the study and design of intelligent agents"[1] where an intelligent agent is a system that perceives its environment and takes actions that maximize its chances of success.[2] John McCarthy, who coined the term in 1956,[3] defines it as "the science and engineering of making intelligent machines."[4]
|
Contents
|
The field was founded on the claim that a central property of humans, intelligence—the sapience of Homo sapiens—can be so precisely described that it can be simulated by a machine.[5] This raises philosophical issues about the nature of the mind and the ethics of creating artificial beings, issues which have been addressed by myth, fiction and philosophy since antiquity.[6] Artificial intelligence has been the subject of optimism,[7] but has also suffered setbacks[8] and, today, has become an essential part of the technology industry, providing the heavy lifting for many of the most difficult problems in computer science.[9]
Thinking machines and artificial beings appear in Greek myths, such as Talos of Crete, the bronze robot of Hephaestus, and Pygmalion's Galatea.[10] Human likenesses believed to have intelligence were built in every major civilization: animated cult images were worshipped in Egypt and Greece[11] and humanoid automatons were built by Yan Shi, Hero of Alexandria and Al-Jazari.[12] It was also widely believed that artificial beings had been created by Jābir ibn Hayyān, Judah Loew and Paracelsus.[13] By the 19th and 20th centuries, artificial beings had become a common feature in fiction, as in Mary Shelley's Frankenstein or Karel Čapek's R.U.R. (Rossum's Universal Robots).[14] Pamela McCorduck argues that all of these are examples of an ancient urge, as she describes it, "to forge the gods".[6] Stories of these creatures and their fates discuss many of the same hopes, fears and ethical concerns that are presented by artificial intelligence.
Mechanical or "formal" reasoning has been developed by philosophers and mathematicians since antiquity. The study of logic led directly to the invention of the programmable digital electronic computer, based on the work of mathematician Alan Turing and others. Turing's theory of computation suggested that a machine, by shuffling symbols as simple as "0" and "1", could simulate any conceivable act of mathematical deduction.[15][16] This, along with concurrent discoveries in neurology, information theory and cybernetics, inspired a small group of researchers to begin to seriously consider the possibility of building an electronic brain.[17]
The field of AI research was founded at a conference on the campus of Dartmouth College in the summer of 1956.[18] The attendees, including John McCarthy, Marvin Minsky, Allen Newell and Herbert Simon, became the leaders of AI research for many decades.[19] They and their students wrote programs that were, to most people, simply astonishing:[20] Computers were solving word problems in algebra, proving logical theorems and speaking English.[21] By the middle of the 1960s, research in the U.S. was heavily funded by the Department of Defense[22] and laboratories had been established around the world.[23] AI's founders were profoundly optimistic about the future of the new field: Herbert Simon predicted that "machines will be capable, within twenty years, of doing any work a man can do" and Marvin Minsky agreed, writing that "within a generation ... the problem of creating 'artificial intelligence' will substantially be solved".[24]
They had failed to recognize the difficulty of some of the problems they faced.[25] In 1974, in response to the criticism of Sir James Lighthill and ongoing pressure from the US Congress to fund more productive projects, both the U.S. and British governments cut off all undirected exploratory research in AI. The next few years, when funding for projects was hard to find, would later be called the "AI winter".[26]
In the early 1980s, AI research was revived by the commercial success of expert systems,[27] a form of AI program that simulated the knowledge and analytical skills of one or more human experts. By 1985 the market for AI had reached over a billion dollars. At the same time, Japan's fifth generation computer project inspired the U.S and British governments to restore funding for academic research in the field.[28] However, beginning with the collapse of the Lisp Machine market in 1987, AI once again fell into disrepute, and a second, longer lasting AI winter began.[29]
In the 1990s and early 21st century, AI achieved its greatest successes, albeit somewhat behind the scenes. Artificial intelligence is used for logistics, data mining, medical diagnosis and many other areas throughout the technology industry.[9] The success was due to several factors: the increasing computational power of computers (see Moore's law), a greater emphasis on solving specific subproblems, the creation of new ties between AI and other fields working on similar problems, and a new commitment by researchers to solid mathematical methods and rigorous scientific standards.[30]
On 11 May 1997, Deep Blue became the first computer chess-playing system to beat a reigning world chess champion, Garry Kasparov.[31] In 2005, a Stanford robot won the DARPA Grand Challenge by driving autonomously for 131 miles along an unrehearsed desert trail.[32] Two years later, a team from CMU won the DARPA Urban Challenge by autonomously navigating 55 miles in an Urban environment while adhering to traffic hazards and all traffic laws.[33] In February 2011, in a Jeopardy! quiz show exhibition match, IBM's question answering system, Watson, defeated the two greatest Jeopardy! champions, Brad Rutter and Ken Jennings, by a significant margin.[34]
The leading-edge definition of artificial intelligence research is changing over time. One pragmatic definition is: "AI research is that which computing scientists do not know how to do cost-effectively today." For example, in 1956 optical character recognition (OCR) was considered AI, but today, sophisticated OCR software with a context-sensitive spell checker and grammar checker software comes for free with most image scanners. No one would any longer consider already-solved computing science problems like OCR "artificial intelligence" today.
Low-cost entertaining chess-playing software is commonly available for tablet computers. DARPA no longer provides significant funding for chess-playing computing system development. The Kinect which provides a 3D body–motion interface for the Xbox 360 uses algorithms that emerged from lengthy AI research,[35] but few consumers realize the technology source.
AI applications are no longer the exclusive domain of Department of defense R&D, but are now common place consumer items and inexpensive intelligent toys.
In common usage, the term "AI" no longer seems to apply to off-the-shelf solved computing-science problems, which may have originally emerged out of years of AI research.
"Can a machine act intelligently?" is still an open problem. Taking "A machine can act intelligently" as a working hypothesis, many researchers have attempted to build such a machine.
The general problem of simulating (or creating) intelligence has been broken down into a number of specific sub-problems. These consist of particular traits or capabilities that researchers would like an intelligent system to display. The traits described below have received the most attention.[36]
Early AI researchers developed algorithms that imitated the step-by-step reasoning that humans use when they solve puzzles or make logical deductions.[37] By the late 1980s and '90s, AI research had also developed highly successful methods for dealing with uncertain or incomplete information, employing concepts from probability and economics.[38]
For difficult problems, most of these algorithms can require enormous computational resources — most experience a "combinatorial explosion": the amount of memory or computer time required becomes astronomical when the problem goes beyond a certain size. The search for more efficient problem-solving algorithms is a high priority for AI research.[39]
Human beings solve most of their problems using fast, intuitive judgments rather than the conscious, step-by-step deduction that early AI research was able to model.[40] AI has made some progress at imitating this kind of "sub-symbolic" problem solving: embodied agent approaches emphasize the importance of sensorimotor skills to higher reasoning; neural net research attempts to simulate the structures inside human and animal brains that give rise to this skill.
Knowledge representation[41] and knowledge engineering[42] are central to AI research. Many of the problems machines are expected to solve will require extensive knowledge about the world. Among the things that AI needs to represent are: objects, properties, categories and relations between objects;[43] situations, events, states and time;[44] causes and effects;[45] knowledge about knowledge (what we know about what other people know);[46] and many other, less well researched domains. A representation of "what exists" is an ontology (borrowing a word from traditional philosophy), of which the most general are called upper ontologies.[47]
Among the most difficult problems in knowledge representation are:
Intelligent agents must be able to set goals and achieve them.[54] They need a way to visualize the future (they must have a representation of the state of the world and be able to make predictions about how their actions will change it) and be able to make choices that maximize the utility (or "value") of the available choices.[55]
In classical planning problems, the agent can assume that it is the only thing acting on the world and it can be certain what the consequences of its actions may be.[56] However, if this is not true, it must periodically check if the world matches its predictions and it must change its plan as this becomes necessary, requiring the agent to reason under uncertainty.[57]
Multi-agent planning uses the cooperation and competition of many agents to achieve a given goal. Emergent behavior such as this is used by evolutionary algorithms and swarm intelligence.[58]
Machine learning[59] has been central to AI research from the beginning.[60] In 1956, at the original Dartmouth AI summer conference, Ray Solomonoff wrote a report on unsupervised probabilistic machine learning: "An Inductive Inference Machine".[61] Unsupervised learning is the ability to find patterns in a stream of input. Supervised learning includes both classification and numerical regression. Classification is used to determine what category something belongs in, after seeing a number of examples of things from several categories. Regression is the attempt to produce a function that describes the relationship between inputs and outputs and predicts how the outputs should change as the inputs change. In reinforcement learning[62] the agent is rewarded for good responses and punished for bad ones. These can be analyzed in terms of decision theory, using concepts like utility. The mathematical analysis of machine learning algorithms and their performance is a branch of theoretical computer science known as computational learning theory.[63]
Natural language processing[64] gives machines the ability to read and understand the languages that humans speak. A sufficiently powerful natural language processing system would enable natural language user interfaces and the acquisition of knowledge directly from human-written sources, such as Internet texts. Some straightforward applications of natural language processing include information retrieval (or text mining) and machine translation.[65].
The field of robotics[66] is closely related to AI. Intelligence is required for robots to be able to handle such tasks as object manipulation[67] and navigation, with sub-problems of localization (knowing where you are), mapping (learning what is around you) and motion planning (figuring out how to get there).[68]
Machine perception[69] is the ability to use input from sensors (such as cameras, microphones, sonar and others more exotic) to deduce aspects of the world. Computer vision[70] is the ability to analyze visual input. A few selected subproblems are speech recognition,[71] facial recognition and object recognition.[72]
Emotion and social skills[73] play two roles for an intelligent agent. First, it must be able to predict the actions of others, by understanding their motives and emotional states. (This involves elements of game theory, decision theory, as well as the ability to model human emotions and the perceptual skills to detect emotions.) Also, in an effort to facilitate human-computer interaction, an intelligent machine might want to be able to display emotions—even if it does not actually experience them itself—in order to appear sensitive to the emotional dynamics of human interaction.
A sub-field of AI addresses creativity both theoretically (from a philosophical and psychological perspective) and practically (via specific implementations of systems that generate outputs that can be considered creative, or systems that identify and assess creativity). Related areas of computational research are Artificial intuition and Artificial imagination.[citation needed]
Most researchers hope that their work will eventually be incorporated into a machine with general intelligence (known as strong AI), combining all the skills above and exceeding human abilities at most or all of them.[74] A few believe that anthropomorphic features like artificial consciousness or an artificial brain may be required for such a project.[75][76]
Many of the problems above are considered AI-complete: to solve one problem, you must solve them all. For example, even a straightforward, specific task like machine translation requires that the machine follow the author's argument (reason), know what is being talked about (knowledge), and faithfully reproduce the author's intention (social intelligence). Machine translation, therefore, is believed to be AI-complete: it may require strong AI to be done as well as humans can do it.[77]
There is no established unifying theory or paradigm that guides AI research. Researchers disagree about many issues.[78] A few of the most long standing questions that have remained unanswered are these: should artificial intelligence simulate natural intelligence by studying psychology or neurology? Or is human biology as irrelevant to AI research as bird biology is to aeronautical engineering?[79] Can intelligent behavior be described using simple, elegant principles (such as logic or optimization)? Or does it necessarily require solving a large number of completely unrelated problems?[80] Can intelligence be reproduced using high-level symbols, similar to words and ideas? Or does it require "sub-symbolic" processing?[81] John Haugeland, who coined the term GOFAI (Good Old-Fashioned Artificial Intelligence), also proposed that AI should more properly be referred to as synthetic intelligence,[82] a term which has since been adopted by some non-GOFAI researchers.[83][84]
In the 1940s and 1950s, a number of researchers explored the connection between neurology, information theory, and cybernetics. Some of them built machines that used electronic networks to exhibit rudimentary intelligence, such as W. Grey Walter's turtles and the Johns Hopkins Beast. Many of these researchers gathered for meetings of the Teleological Society at Princeton University and the Ratio Club in England.[17] By 1960, this approach was largely abandoned, although elements of it would be revived in the 1980s.
When access to digital computers became possible in the middle 1950s, AI research began to explore the possibility that human intelligence could be reduced to symbol manipulation. The research was centered in three institutions: CMU, Stanford and MIT, and each one developed its own style of research. John Haugeland named these approaches to AI "good old fashioned AI" or "GOFAI".[85]
During the 1960s, symbolic approaches had achieved great success at simulating high-level thinking in small demonstration programs. Approaches based on cybernetics or neural networks were abandoned or pushed into the background.[93] By the 1980s, however, progress in symbolic AI seemed to stall and many believed that symbolic systems would never be able to imitate all the processes of human cognition, especially perception, robotics, learning and pattern recognition. A number of researchers began to look into "sub-symbolic" approaches to specific AI problems.[81]
In the 1990s, AI researchers developed sophisticated mathematical tools to solve specific subproblems. These tools are truly scientific, in the sense that their results are both measurable and verifiable, and they have been responsible for many of AI's recent successes. The shared mathematical language has also permitted a high level of collaboration with more established fields (like mathematics, economics or operations research). Stuart Russell and Peter Norvig describe this movement as nothing less than a "revolution" and "the victory of the neats."[30] Critiques argue that these techniques are too focussed on particular problems and have failed to address the long term goal of general intelligence. [97]
In the course of 50 years of research, AI has developed a large number of tools to solve the most difficult problems in computer science. A few of the most general of these methods are discussed below.
Many problems in AI can be solved in theory by intelligently searching through many possible solutions:[101] Reasoning can be reduced to performing a search. For example, logical proof can be viewed as searching for a path that leads from premises to conclusions, where each step is the application of an inference rule.[102] Planning algorithms search through trees of goals and subgoals, attempting to find a path to a target goal, a process called means-ends analysis.[103] Robotics algorithms for moving limbs and grasping objects use local searches in configuration space.[67] Many learning algorithms use search algorithms based on optimization.
Simple exhaustive searches[104] are rarely sufficient for most real world problems: the search space (the number of places to search) quickly grows to astronomical numbers. The result is a search that is too slow or never completes. The solution, for many problems, is to use "heuristics" or "rules of thumb" that eliminate choices that are unlikely to lead to the goal (called "pruning the search tree"). Heuristics supply the program with a "best guess" for the path on which the solution lies.[105]
A very different kind of search came to prominence in the 1990s, based on the mathematical theory of optimization. For many problems, it is possible to begin the search with some form of a guess and then refine the guess incrementally until no more refinements can be made. These algorithms can be visualized as blind hill climbing: we begin the search at a random point on the landscape, and then, by jumps or steps, we keep moving our guess uphill, until we reach the top. Other optimization algorithms are simulated annealing, beam search and random optimization.[106]
Evolutionary computation uses a form of optimization search. For example, they may begin with a population of organisms (the guesses) and then allow them to mutate and recombine, selecting only the fittest to survive each generation (refining the guesses). Forms of evolutionary computation include swarm intelligence algorithms (such as ant colony or particle swarm optimization)[107] and evolutionary algorithms (such as genetic algorithms and genetic programming).[108]
Logic[109] is used for knowledge representation and problem solving, but it can be applied to other problems as well. For example, the satplan algorithm uses logic for planning[110] and inductive logic programming is a method for learning.[111]
Several different forms of logic are used in AI research. Propositional or sentential logic[112] is the logic of statements which can be true or false. First-order logic[113] also allows the use of quantifiers and predicates, and can express facts about objects, their properties, and their relations with each other. Fuzzy logic,[114] is a version of first-order logic which allows the truth of a statement to be represented as a value between 0 and 1, rather than simply True (1) or False (0). Fuzzy systems can be used for uncertain reasoning and have been widely used in modern industrial and consumer product control systems. Subjective logic[115] models uncertainty in a different and more explicit manner than fuzzy-logic: a given binomial opinion satisfies belief + disbelief + uncertainty = 1 within a Beta distribution. By this method, ignorance can be distinguished from probabilistic statements that an agent makes with high confidence.
Default logics, non-monotonic logics and circumscription[49] are forms of logic designed to help with default reasoning and the qualification problem. Several extensions of logic have been designed to handle specific domains of knowledge, such as: description logics;[43] situation calculus, event calculus and fluent calculus (for representing events and time);[44] causal calculus;[45] belief calculus; and modal logics.[46]
Many problems in AI (in reasoning, planning, learning, perception and robotics) require the agent to operate with incomplete or uncertain information. AI researchers have devised a number of powerful tools to solve these problems using methods from probability theory and economics.[116]
Bayesian networks[117] are a very general tool that can be used for a large number of problems: reasoning (using the Bayesian inference algorithm),[118] learning (using the expectation-maximization algorithm),[119] planning (using decision networks)[120] and perception (using dynamic Bayesian networks).[121] Probabilistic algorithms can also be used for filtering, prediction, smoothing and finding explanations for streams of data, helping perception systems to analyze processes that occur over time (e.g., hidden Markov models or Kalman filters).[121]
A key concept from the science of economics is "utility": a measure of how valuable something is to an intelligent agent. Precise mathematical tools have been developed that analyze how an agent can make choices and plan, using decision theory, decision analysis,[122] information value theory.[55] These tools include models such as Markov decision processes,[123] dynamic decision networks,[121] game theory and mechanism design.[124]
The simplest AI applications can be divided into two types: classifiers ("if shiny then diamond") and controllers ("if shiny then pick up"). Controllers do however also classify conditions before inferring actions, and therefore classification forms a central part of many AI systems. Classifiers are functions that use pattern matching to determine a closest match. They can be tuned according to examples, making them very attractive for use in AI. These examples are known as observations or patterns. In supervised learning, each pattern belongs to a certain predefined class. A class can be seen as a decision that has to be made. All the observations combined with their class labels are known as a data set. When a new observation is received, that observation is classified based on previous experience.[125]
A classifier can be trained in various ways; there are many statistical and machine learning approaches. The most widely used classifiers are the neural network,[126] kernel methods such as the support vector machine,[127] k-nearest neighbor algorithm,[128] Gaussian mixture model,[129] naive Bayes classifier,[130] and decision tree.[131] The performance of these classifiers have been compared over a wide range of tasks. Classifier performance depends greatly on the characteristics of the data to be classified. There is no single classifier that works best on all given problems; this is also referred to as the "no free lunch" theorem. Determining a suitable classifier for a given problem is still more an art than science.[132]
The study of artificial neural networks[126] began in the decade before the field AI research was founded, in the work of Walter Pitts and Warren McCullough. Other important early researchers were Frank Rosenblatt, who invented the perceptron and Paul Werbos who developed the backpropagation algorithm.[133]
The main categories of networks are acyclic or feedforward neural networks (where the signal passes in only one direction) and recurrent neural networks (which allow feedback). Among the most popular feedforward networks are perceptrons, multi-layer perceptrons and radial basis networks.[134] Among recurrent networks, the most famous is the Hopfield net, a form of attractor network, which was first described by John Hopfield in 1982.[135] Neural networks can be applied to the problem of intelligent control (for robotics) or learning, using such techniques as Hebbian learning and competitive learning.[136]
Hierarchical temporal memory is an approach that models some of the structural and algorithmic properties of the neocortex.[137]
Control theory, the grandchild of cybernetics, has many important applications, especially in robotics.[138]
AI researchers have developed several specialized languages for AI research, including Lisp[139] and Prolog.[140]
In 1950, Alan Turing proposed a general procedure to test the intelligence of an agent now known as the Turing test. This procedure allows almost all the major problems of artificial intelligence to be tested. However, it is a very difficult challenge and at present all agents fail.[141]
Artificial intelligence can also be evaluated on specific problems such as small problems in chemistry, hand-writing recognition and game-playing. Such tests have been termed subject matter expert Turing tests. Smaller problems provide more achievable goals and there are an ever-increasing number of positive results.[142]
The broad classes of outcome for an AI test are: (1) Optimal: it is not possible to perform better. (2) Strong super-human: performs better than all humans. (3) Super-human: performs better than most humans. (4) Sub-human: performs worse than most humans.[citation needed] For example, performance at draughts is optimal,[143] performance at chess is super-human and nearing strong super-human (see Computer chess#Computers versus humans) and performance at many everyday tasks (such as recognizing a face or crossing a room without bumping into something) is sub-human.
A quite different approach measures machine intelligence through tests which are developed from mathematical definitions of intelligence. Examples of these kinds of tests start in the late nineties devising intelligence tests using notions from Kolmogorov complexity and data compression.[144] Two major advantages of mathematical definitions are their applicability to nonhuman intelligences and their absence of a requirement for human testers.
| This section requires expansion. See the talk page. |
Artificial intelligence techniques are pervasive and are too numerous to list. Frequently, when a technique reaches mainstream use, it is no longer considered artificial intelligence; this phenomenon is described as the AI effect.[145]
There are a number of competitions and prizes to promote research in artificial intelligence. The main areas promoted are: general machine intelligence, conversational behavior, data-mining, driverless cars, robot soccer and games.
A platform (or "computing platform") is defined as "some sort of hardware architecture or software framework (including application frameworks), that allows software to run." As Rodney Brooks[146] pointed out many years ago, it is not just the artificial intelligence software that defines the AI features of the platform, but rather the actual platform itself that affects the AI that results, i.e., there needs to be work in AI problems on real-world platforms rather than in isolation.
A wide variety of platforms has allowed different aspects of AI to develop, ranging from expert systems, albeit PC-based but still an entire real-world system, to various robot platforms such as the widely available Roomba with open interface.[147]
Artificial intelligence, by claiming to be able to recreate the capabilities of the human mind, is both a challenge and an inspiration for philosophy. Are there limits to how intelligent machines can be? Is there an essential difference between human intelligence and artificial intelligence? Can a machine have a mind and consciousness? A few of the most influential answers to these questions are given below.[148]
Turing's "polite convention": We need not decide if a machine can "think"; we need only decide if a machine can act as intelligently as a human being. This approach to the philosophical problems associated with artificial intelligence forms the basis of the Turing test.[141]
The Dartmouth proposal: "Every aspect of learning or any other feature of intelligence can be so precisely described that a machine can be made to simulate it." This conjecture was printed in the proposal for the Dartmouth Conference of 1956, and represents the position of most working AI researchers.[149]
Newell and Simon's physical symbol system hypothesis: "A physical symbol system has the necessary and sufficient means of general intelligent action." Newell and Simon argue that intelligences consist of formal operations on symbols.[150] Hubert Dreyfus argued that, on the contrary, human expertise depends on unconscious instinct rather than conscious symbol manipulation and on having a "feel" for the situation rather than explicit symbolic knowledge. (See Dreyfus' critique of AI.)[151][152]
Gödel's incompleteness theorem: A formal system (such as a computer program) cannot prove all true statements.[153] Roger Penrose is among those who claim that Gödel's theorem limits what machines can do. (See The Emperor's New Mind.)[154]
Searle's strong AI hypothesis: "The appropriately programmed computer with the right inputs and outputs would thereby have a mind in exactly the same sense human beings have minds."[155] John Searle counters this assertion with his Chinese room argument, which asks us to look inside the computer and try to find where the "mind" might be.[156]
The artificial brain argument: The brain can be simulated. Hans Moravec, Ray Kurzweil and others have argued that it is technologically feasible to copy the brain directly into hardware and software, and that such a simulation will be essentially identical to the original.[76]
AI research is highly technical and specialized, deeply divided into subfields that often fail in the task of communicating with each other.[157] Subfields have grown up around particular institutions, the work of individual researchers, and the solution of specific problems, resulting in longstanding differences of opinion about how AI should be done and the application of widely differing tools. The central problems of AI include such traits as reasoning, knowledge, planning, learning, communication, perception and the ability to move and manipulate objects.[36] General intelligence (or "strong AI") is still among the field's long term goals.[74]
Artificial Intelligence is a common topic in both science fiction and projections about the future of technology and society. The existence of an artificial intelligence that rivals human intelligence raises difficult ethical issues, and the potential power of the technology inspires both hopes and fears.
In fiction, Artificial Intelligence has appeared fulfilling many roles, including a servant (R2D2 in Star Wars), a law enforcer (K.I.T.T. "Knight Rider"), a comrade (Lt. Commander Data in Star Trek: The Next Generation), a conqueror/overlord (The Matrix), a dictator (With Folded Hands), a benevolent provider/de facto ruler (The Culture), an assassin (Terminator), a sentient race (Battlestar Galactica/Transformers), an extension to human abilities (Ghost in the Shell) and the savior of the human race (R. Daneel Olivaw in the Asimov's Robot Series).
Mary Shelley's Frankenstein considers a key issue in the ethics of artificial intelligence: if a machine can be created that has intelligence, could it also feel? If it can feel, does it have the same rights as a human? The idea also appears in modern science fiction, including the films I Robot, Blade Runner and A.I.: Artificial Intelligence, in which humanoid machines have the ability to feel human emotions. This issue, now known as "robot rights", is currently being considered by, for example, California's Institute for the Future, although many critics believe that the discussion is premature.[158] The subject is profoundly discussed in the 2010 documentary film Plug & Pray.[159]
Martin Ford, author of The Lights in the Tunnel: Automation, Accelerating Technology and the Economy of the Future,[160] and others argue that specialized artificial intelligence applications, robotics and other forms of automation will ultimately result in significant unemployment as machines begin to match and exceed the capability of workers to perform most routine and repetitive jobs. Ford predicts that many knowledge-based occupations—and in particular entry level jobs—will be increasingly susceptible to automation via expert systems, machine learning[161] and other AI-enhanced applications. AI-based applications may also be used to amplify the capabilities of low-wage offshore workers, making it more feasible to outsource knowledge work.[162]
Joseph Weizenbaum wrote that AI applications can not, by definition, successfully simulate genuine human empathy and that the use of AI technology in fields such as customer service or psychotherapy[163] was deeply misguided. Weizenbaum was also bothered that AI researchers (and some philosophers) were willing to view the human mind as nothing more than a computer program (a position now known as computationalism). To Weizenbaum these points suggest that AI research devalues human life.[164]
Many futurists believe that artificial intelligence will ultimately transcend the limits of progress. Ray Kurzweil has used Moore's law (which describes the relentless exponential improvement in digital technology) to calculate that desktop computers will have the same processing power as human brains by the year 2029. He also predicts that by 2045 artificial intelligence will reach a point where it is able to improve itself at a rate that far exceeds anything conceivable in the past, a scenario that science fiction writer Vernor Vinge named the "singularity".[165]
Robot designer Hans Moravec, cyberneticist Kevin Warwick and inventor Ray Kurzweil have predicted that humans and machines will merge in the future into cyborgs that are more capable and powerful than either.[166] This idea, called transhumanism, which has roots in Aldous Huxley and Robert Ettinger, has been illustrated in fiction as well, for example in the manga Ghost in the Shell and the science-fiction series Dune.
Edward Fredkin argues that "artificial intelligence is the next stage in evolution," an idea first proposed by Samuel Butler's "Darwin among the Machines" (1863), and expanded upon by George Dyson in his book of the same name in 1998.[167]
Pamela McCorduck writes that all these scenarios are expressions of the ancient human desire to, as she calls it, "forge the gods".[6]
<ref> tag with name "TOPIO" defined in <references> is not used in prior text; see the help page.| Find more about Artificial Intelligence on Wikipedia's sister projects: | |
| Definitions and translations from Wiktionary |
|
| Images and media from Commons |
|
| Learning resources from Wikiversity |
|
| News stories from Wikinews |
|
| Quotations from Wikiquote |
|
| Source texts from Wikisource |
|
| Textbooks from Wikibooks |
|
|
|||||
|
|||||||||||||||||
|
|||||||||||||||||
|
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
Translations:
Ai |
Dansk (Danish)
1.
n. - tretået dovendyr
2.
abbr. - kunstig intelligens, AI
Français (French)
1.
n. - (Zool) aï, (Zool) paresseux
2.
abbr. - (abrév = airborne intercept) (Aviat) avion d'interception, interception aéroportée
abbr. - Intelligence artificielle, Insémination artificielle, Amnesty International
Deutsch (German)
n. - Ai, dreizehiges Faultier
abbr. - künstliche Intelligenz/Besamung
Ελληνική (Greek)
abbr. - τεχνητή νοημοσύνη
Italiano (Italian)
inseminazione artificiale, intelligenza artificiale
Português (Portuguese)
abbr. - interceptação (f) aérea (Mil.), inseminação (f) artificial (Med.) (Zool.), inteligência (f) artificial (Inf.)
Русский (Russian)
искусственный разум
Español (Spanish)
1.
n. - mamífero desdentado del norte de Brasil y Venezuela
2.
abbr. - inteligencia artificial
abbr. - inseminación artificial, Amnistía Internacional
Svenska (Swedish)
abbr. - konstgjord intelligens, konstgjord befruktning
中文(简体)(Chinese (Simplified))
1. 三趾树獭
2. 偶然招致的, 遭遇意外, 人工智能, 人工授精, 机载截听
中文(繁體)(Chinese (Traditional))
1.
abbr. - 偶然招致的, 遭遇意外, 人工智慧, 人工授精, 機載截聽
2.
n. - 三趾樹獺
한국어 (Korean)
1.
n. - 세손가락 나무늘보
2.
abbr. - artificial intelligence(인공지능)
العربيه (Arabic)
(اختصار) أختصار معناه : ألذكاء ألإصطناعي, ألإخصاب ألإصطناعي
עברית (Hebrew)
n. - עצלן תלת-האצבע (חיה המצויה בדרום אמריקה)
abbr. - הזרעה מלאכותית, בינה מלאכותית
If you are unable to view some languages clearly, click here.
To select your translation preferences click here.
| AI | |
| AI (abbreviation) | |
| LISP (programming language) |
| Is Artificial Intelligence about simulating human intelligence? Read answer... | |
| How would you define artificial intelligence? Read answer... | |
| Is artificial intelligence is possible? Read answer... |
| Will artificial intelligence excel in the 8 intelligence? | |
| Advantages of artificial intelligence? | |
| What are the programs that run artificial intelligence? |
Copyrights:
![]() |
![]() | American Heritage Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved. Read more |
![]() | Britannica Concise Encyclopedia. Britannica Concise Encyclopedia. © 1994-2012 Encyclopædia Britannica, Inc. All rights reserved. Read more | |
![]() |
![]() | McGraw-Hill Science & Technology Encyclopedia. McGraw-Hill Encyclopedia of Science and Technology. Copyright © 2005 by The McGraw-Hill Companies, Inc. All rights reserved. Read more |
![]() |
![]() | Dictionary of Cultural Literacy: Technology. The Dictionary of Cultural Literacy, Second Edition, Revised and updated Edited by E.D. Hirsch, Jr., Joseph F. Kett, and James Trefil. Copyright © 1993 by Houghton Mifflin Company . All rights reserved. Read more |
![]() | Barron's Real Estate Dictionary. Dictionary of Real Estate Terms. Copyright © 2008 by Barron's Educational Series, Inc. All rights reserved. Read more | |
![]() | Barron's Accounting Dictionary. Dictionary of Accounting Terms. Copyright © 2010 by Barron's Educational Series, Inc. All rights reserved. Read more | |
![]() | The Jargon File's Guide to Hacker Slang. The Jargon File. Copyright © 2007. Read more | |
![]() | Oxford Dictionary of Geography. A Dictionary of Geography. Copyright © Susan Mayhew 1992, 1997, 2004. All rights reserved. Read more | |
![]() | Oxford Dictionary of Philosophy. The Oxford Dictionary of Philosophy. Copyright © 1994, 1996, 2005 by Oxford University Press. All rights reserved. Read more | |
![]() |
![]() | Gale Encyclopedia of US History. Encyclopedia of American History Copyright © 2006 by The Gale Group, Inc. All rights reserved. Read more |
![]() |
![]() | Columbia Encyclopedia. The Columbia Electronic Encyclopedia, Sixth Edition Copyright © 2012, Columbia University Press. Licensed from Columbia University Press. All rights reserved. www.cc.columbia.edu/cu/cup/. Read more |
![]() | Oxford Companion to the Mind. The Oxford Companion to the Mind. Second Edition. Copyright © Oxford University Press, 2004. All rights reserved. Read more | |
| Oxford Dictionary of Biochemistry. Oxford University Press. Oxford Dictionary of Biochemistry and Molecular Biology © 1997, 2000, 2006 All rights reserved. Read more | ||
![]() |
![]() | Random House Word Menu. © 2010 Write Brothers Inc. Word Menu is a registered trademark of the Estate of Stephen Glazier. Write Brothers Inc. All rights reserved. Read more |
![]() |
![]() | Wikipedia on Answers.com. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article Artificial intelligence. Read more |
![]() | Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved. Read more |
Mentioned in