Free Essay

Artificial Intelligence

In:

Submitted By rashmisajnani
Words 2505
Pages 11
1.INTRODUCTION:
Artificial Intelligence is the science and engineering of making intelligent machines, especially intelligent computer programs. It includes people,procedure,hardware,software,data and knowledge needed to develop computer systems and machines that demonstrated characteristics of intelligence.It is related to the similar task of using computers to understand human intelligence, but AI does not have to confine itself to methods that are biologically observable. Intelligence is basically the computational part of the ability to achieve goals in the world. Varying kinds and degrees of intelligence occur in people, many animals and some machines.There is no solid definition of intelligence relating it to human intelligence. The problem is that it cannot yet be characterize in general what kinds of computational procedures can be called intelligent. We understand some of the mechanisms of intelligence and not others. Sometimes Artificial Intelligence is about simulating human intelligence but not always.On the one hand, we can learn something about how to make machines solve problems by observing other people or just by observing our own methods. On the other hand, most work in AI involves studying the problems the world presents to intelligence rather than studying people or animals. AI textbooks define the field as "the study and design of intelligent agents where an intelligent agent is a system that perceives its environment and takes actions that maximize its chances of success. John McCarthy who coined the term in 1956,defines it as "the science and engineering of making intelligent machines."

2.HISTORY
Although the computer provided the technology necessary for AI, it was not until the early 1950's that the link between human intelligence and machines was really observed. In late 1955, Newell and Simon developed The Logic Theorist, considered by many to be the first AI program. The program, representing each problem as a tree model, would attempt to solve it by selecting the branch that would most likely result in the correct conclusion. The impact that the logic theorist made on both the public and the field of AI has made it a crucial stepping stone in developing the AI field.
In 1956 John McCarthy regarded as the father of AI, organized a conference to draw the talent and expertise of others interested in machine intelligence for a month of brainstorming. He invited them to Vermont for "The Dartmouth summer research project on artificial intelligence." From that point on, because of McCarthy, the field would be known as Artificial intelligence. Although not a huge success,the Dartmouth conference did bring together the founders in AI, and served to lay the groundwork for the future of AI research.
In the early 1980s, AI research was revived by the commercial success of expert systems, 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. 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.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. The success was due to several factors: the incredible power of computers today,a greater emphasis on solving specific subproblems, the creation of new ties between AI and other fields working on similar problems,and above all a new commitment by researchers to solid mathematical methods and rigorous scientific standards.

3. How Artificial Intelligence works

3.1 Building intelligence
Artificial intelligence- the ability of machines to emulate human thought or behaviour is created using two distinct elements: knowledge and reasoning.Considerable computing space and speed is needed to impart knowledge to intelligent system.You need to program your computer to have the reasoning abilities to make use of the library of knowledge you give it and to make guesses about new situations,based on that past knowledge.

3.2 Language of A.I.
To perform human-level tasks and understand the world around them, computers must be programmed with mathematical algorithms - sets of rules used for problem solving - and advanced logic that allows machines to think outside the binary world of 'yes' or 'no.'These rules allow intelligent machines to make logical decisions, deal with new situations and perceive the world around them. In modern computer science, there are basically two ways to provide a computer with the ingredients necessary for A.I.

3.2.1.Artificial brains

figure:neural network

One way to achieve A.I. is called the bottom-up approach. This involves building intelligence and then harnessing that intelligence to behave appropriately for the task or environment at hand.An example of one way to do this is to make an electronic replica of the brain's complex network of neurons. These artificial "minds" - called neural nets - are like small sections of brain that are able to relay information between computers in the network. Early computer scientists first got this idea after observing how electrical signals passed between neurons in the human brain. Once you've got the brains - in theory - you've just got to load them up with information and the ability to use it. This teaching process is the same as what happens to humans as they grow up. But for a machine, that process is easier said than done. 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. Among recurrent networks, the most famous is the Hopfield net, a form of attractor network.Neural networks can be applied to the problem of intelligent control(for robotics) or learning, using such techniques as Hebbian learning and competitive learning

3.2.2.One piece at a time
The top-down approach to building A.I. involves attempting to mimic the brain's behavior with computer programs - essentially setting your computer up with an A.I. apprenticeship. This sort of A.I. is most-used today in "expert systems" - programs that try to simulate one element of human thought in greater detail than is possible with more general A.I.
Expert system can be seen in task-specific systems such as work in medicine, industry and communications. They use existing A.I. capabilities to take over very narrow areas of tasks usually performed by humans.
Building an expert system wouldn't let recreate all the thought processes needed to have an intelligent conversation, but it could help kick some serious posterior in a game of chess.Many experts agree that true artificial intelligence will come from combining top-down and bottom-up approaches, like using neural nets as expert systems.

4.Fields in Artificial Intelligence

4.1.Logical AI
What a program knows about the world in general the facts of the specific situation in which it must act, and its goals are all represented by sentences of some mathematical logical language. The program decides what to do by inferring that certain actions are appropriate for achieving its goals.

4.2.Search
AI programs often examine large numbers of possibilities, e.g. moves in a chess game,moves in tic-tac-toe game. Discoveries are continually made about how to do this more efficiently in various domains.
4.3.Pattern recognition
When a program makes observations of some kind, it is often programmed to compare what it sees with a pattern. For example, a vision program may try to match a pattern of eyes and a nose in a scene in order to find a face. More complex patterns, e.g. in a natural language text, in a chess position, or in the history of some event are also studied. These more complex patterns require quite different methods than do the simple patterns that have been studied the most. 4.4.Representation
Facts about the world have to be represented in some way. Usually languages of mathematical logic are used.

4.5.Inference
From some facts, others can be inferred. Mathematical logical deduction is adequate for some purposes, but new methods of non-monotonic inference have been added to logic since the 1970s. The simplest kind of non-monotonic reasoning is default reasoning in which a conclusion is to be inferred by default,but the conclusion can be withdrawn if there is evidence to the contrary. For example, when we hear of a bird, we may infer that it can fly, but this conclusion can be reversed when we hear that it is a penguin. It is the possibility that a conclusion may have to be withdrawn that constitutes the non-monotonic character of the reasoning. Ordinary logical reasoning is monotonic in that the set of conclusions that can the drawn from a set of premises is a monotonic increasing function of the premises. Circumscription is another form of non- monotonic reasoning.

4.6.Common sense knowledge and reasoning
This is the area in which AI is farthest from human-level, in spite of the fact that it has been an active research area since the 1950s. While there has been considerable progress, e.g. in developing systems of non-monotonic reasoning and theories of action, yet more new ideas are needed. The Cyc system contains a large but spotty collection of common sense facts.
4.7.Learning from experience
Programs do learn from experience. The approaches to AI based on connectionism and neural nets specialize in that. There is also learning of laws expressed in logic.Programs can only learn what facts or behaviors their formalisms can represent, and unfortunately learning systems are almost all based on very limited abilities to represent information.
4.8.Planning
Planning programs start with general facts about the world (especially facts about the effects of actions), facts about the particular situation and a statement of a goal. From these, they generate a strategy for achieving the goal. In the most common cases, the strategy is just a sequence of actions.
4.9.Epistemology
This is a study of the kinds of knowledge that are required for solving problems in the world.

4.10.Ontology
Ontology is the study of the kinds of things that exist. In AI, the programs and sentences deal with various kinds of objects, and we study what these kinds are and what their basic properties are.

4.11.Heuristics
A heuristic is a way of trying to discover something or an idea imbedded in a program. The term is used variously in AI. Heuristic functions are used in some approaches to search to measure how far a node in a search tree seems to be from a goal. Heuristic predicates that compare two nodes in a search tree to see if one is better than the other, i.e. constitutes an advance toward the goal, may be more useful.

4.12.Genetic programming
Genetic programming is a technique for getting programs to solve a task by mating random Lisp programs and selecting fittest in millions of generations. It is being developed by John Koza's group.

5.APPLICATIONS-
Artificial intelligence has been used in a wide range of fields including medical diagnosis, stock trading, robot control, law, scientific discovery and toys..Many thousands of AI applications are deeply embedded in the infrastructure of every industry.In the late 90s and early 21st century, AI technology became widely used as elements of larger systems, but the field is rarely credited for these successes.
5.1.Computer Science
AI researchers have created many tools to solve the most difficult problems in computer science.
5.2.Finance
Banks use artificial intelligence systems to organize operations, invest in stocks, and manage properties. In August 2001, robots beat humans in a simulated financial trading competition.Financial institutions have long used artificial neural network systems to detect charges or claims outside of the norm, flagging these for human investigation.
5.3.Medicine
A medical clinic can use artificial intelligence systems to organize bed schedules, make a staff rotation, and provide medical information.Artificial neural networks are used for medical diagnosis, functioning as machine differential diagnosis.
5.4.Transportation
Fuzzy logic 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 logic controllers have been developed for automatic gearboxes in automobiles (the 2006 Audi TT, VW Toureg and VW Caravell feature the DSP transmission which utilizes Fuzzy logic, a number of Škoda variants (Škoda Fabia) also currently include a Fuzzy Logic based controller).
5.5 Music
The evolution of music has always been affected by technology. With AI, scientists are trying to make the computer emulate the activities of the skillful musician. Composition, performance, music theory, sound processing are some of the major areas on which research in Music and Artificial Intelligence are focusing.

5.6.Aviation
The Air Operations Division, AOD, uses AI for the rule based expert systems. The AOD has use for artificial intelligence for surrogate operators for combat and training simulators, mission management aids, support systems for tactical decision making, and post processing of the simulator data into symbolic summaries.
5.7.Others

Various tools of artificial intelligence are also being widely deployed in homeland security, speech and text recognition, data mining, and e-mail spam filtering. Applications are also being developed for gesture recognition (understanding of sign language by machines), individual voice recognition, global voice recognition (from a variety of people in a noisy room), facial expression recognition for interpretation of emotion and non verbal queues. Other applications are robot navigation, obstacle avoidance, object recognition.

CONCLUSION
AI 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.Artificial intelligence has been the subject of optimism, but has also suffered setbacks 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. The impact of AI on society is a serious area of study for futurists. Academic sources have considered such consequences as a decreased demand for human labor, the enhancement of human ability or experience, and a need for redefinition of human identity and basic values.

REFERENCES

1.Kurzweil 2005
2.Russell, Stuart J.; Norvig, Peter (2003), Artificial Intelligence: A Modern Approach (2nd ed.), Upper Saddle River, New Jersey: Prentice Hall, ISBN 0-13- 790395-2, http://aima.cs.berkeley.edu/
3. http://www.cs.ubc.ca/spider/poole/ci.html
4.Artificial Intelligence-nirali publications

Similar Documents

Free Essay

Artificial Intelligence

...Faith Brown September 9, 2014 Artificial Intelligence is something that has been around for quite some time. It is simply the science of making machine imitate human thinking and behavior. There are many types of businesses and organizations that use artificial intelligence. Many of them are government organizations but are not limited to hospitals and local businesses. Artificial intelligence can be used for the simplest of things like counting inventory or to the more complex of things such as reading electrocardiograms. With artificial intelligence, we have been able to reduce the time that it takes an actual human to do something. These systems are in place so that we spend more time on the more critical things. There are four types of artificial intelligence. The four types are expert systems, neural networks (and fuzzy logic), genetic algorithms, and agent-based technologies. All of the these systems have their benefits as well as their not so good features. For starters, we will examine expert systems. Expert systems, which is also referred to as knowledge-based systems, is an artificial intelligence system that applies reasoning capabilities to reach a conclusion. These systems are used for diagnosing problems. They also help with coming up with a solution to the problem. These systems are built for a specific domain that they will be ran on. The knowledge base for these systems contain both factual and heuristic knowledge. This means that the factual information could...

Words: 1325 - Pages: 6

Free Essay

Artificial Intelligence

...Artificial Intelligence   Artificial intelligence is an advanced branch of science which enables digital computers to perform complex tasks that are usually associated with requiring human intelligence. These tasks can vary from game playing to robotics. The best way to describe A.I is by comparing it to a human brain, digital computers consist of a network of switches and computers make decisions by using on/off switches. The basic element of the brain, the neuron also uses two state operations. This means that the human thought process can be linked to transistors within a computer. One definition of Artificial intelligence is “The science of making machines do things that require intelligence if done by men” (Marvin Minskey). The important word in this definition is INTELLIGENCE as there can be different perceptions of intelligence such as the ability to learn and acquire knowledge or just plain common sense. Some other researchers believe that A.I is just the duplication of human thought without any intelligence.  Artificial intelligence is different from normal programming by the way it solves a problem. A normal programming language such as BASIC must use a step by step method to solve a problem. This normally means that you will have to flow chart the solution then translate it into the BASIC programming language that carries out the solution. This step by step programming is called algorithmic programming. An algorithm is a well defined set of rules to solve a problem...

Words: 969 - Pages: 4

Free Essay

Artificial Intelligence

...computers can’t replace people. But with artificial intelligence, computers could be trained to think like humans do. Artificial intelligence (AI) is the branch of computer science concerned with making computers behave like humans. Artificial intelligence allows computers to learn from experience, recognize patterns in large amounts of complex data and make complex decisions based on human knowledge and reasoning skills. Currently, no computers exhibit full artificial intelligence (that is, are able to simulate human behavior). AI research is highly technical and specialized, deeply divided into subfields that often fail to communicate with each other. In 1956, John McCarthy, who is thought to be the father of Artificial Intelligence, organized a conference where intellectuals gathered to learn of this phenomenon. This laid the foundation for the advancements in artificial intelligence today. Artificial intelligence has become an important field of study with a wide spread of applications in fields ranging from medicine to agriculture. The central problems of AI traits are reasoning, knowledge, planning, learning, communication, perception and the ability to move and manipulate objects. The greatest advances have occurred in the field of games playing. Today artificial intelligence is used in our homes and in sophisticated establishments or businesses. There are many advantages and disadvantages of the use of artificial intelligence in business and in our day to day lives. ...

Words: 546 - Pages: 3

Premium Essay

Artificial Intelligence

...Artificial Intelligence: Past, Present and Future Alana Boggan INF 103 Sabahudin Tricic July 25, 2011 Abstract Technology, over time, has become more advanced. As technology has risen, so has man’s curiosity for advancement of what technology can do for mankind. In this exploration, artificial intelligence was created. In researching and exploring the past of artificial intelligence, mankind can make assumptions about the advances in the future. The past, with curiosity of humans, has lent itself to the artificial intelligence we have today and the endless possibilities for artificial intelligence in the future. Artificial Intelligence (AI) is becoming a constant part of life as technology advances. Webster defines artificial intelligence as “the intelligence of machines and the branch of computer science that aims to create it” (Wikipedia, 2010). When assessing AI, one must look at the past and present. Acquiring knowledge about the past and present of AI, the future of this ever-changing field of science allows thoughts of endless possibilities and unimaginable devices of the future; therefore, by studying and researching the advancement of this field from its past to its present, predictions for this field can be made. Method I researched information on the past, present, and future for the field of Artificial Intelligence. In researching the past of the scientific and computer field of artificial intelligence...

Words: 1718 - Pages: 7

Premium Essay

Artificial Intelligence

...ARTIFICIAL INTELLIGENCE The computer revolution has everyday things out of the way letters are in our banks, governments, agencies and credit affects of our finances to the process of writing. The development of artificial intelligence is only a small percentage of the information revolution and how the company deals with, learn and contains artificial intelligence. It will be just the beginning of great influence and success of the computer revolution. A uniform artificial intelligence, or AI, definition is that the computer simply imitate the behavior of people who would be intelligent, if a person has done. But even within this definition, various problems and views on how to prevent the interpretation of the results of the AI programs, the scholars and critics. The most common and natural for AI research approach is for each program, what it can do, you ask? What are the actual results of human intelligence? For example, what counts is a chess program that is good. Is it possible that chess grandmaster has expired? There is also a more structured approach for the evaluation of artificial intelligence, began at the door of artificial intelligence to open contribution to the world of science approach. According to this theoretical approach, what matters are not the input-output relationships of the computer, but also what the program you may contact us using the genuine human knowledge (Ptack, 1994) call will tell. From this point of artificial intelligence, not only...

Words: 999 - Pages: 4

Premium Essay

Artificial Intelligence

...Artificial Intelligence The computer revolution has influenced everyday matters from the way letters are written to the methods in which our banks, governments, and credit card agencies keep track of our finances. The development of artificial intelligence is just a small percentage of the computer revolution and how society deals with, learns, and incorporates artificial intelligence. It will only be the beginning of the huge impact and achievements of the computer revolution. A standard definition of artificial intelligence, or AI, is that computers simply mimic behaviors of humans that would be regarded as intelligent if a human being did them. However, within this definition, several issues and views still conflict because of ways of interpreting the results of AI programs by scientists and critics. The most common and natural approach to AI research is to ask of any program, what can it do? What are the actual results in comparison to human intelligence? For example, what matters about a chess-playing program is how good it is. Can it possibly beat chess grand masters? There is also a more structured approach in assessing artificial intelligence, which began opening the door of the artificial intelligence contribution into the science world. According to this theoretical approach, what matters is not the input-output relations of the computer, but also what the program can tell us about actual human cognition (Ptack, 1994). From this point of view, artificial...

Words: 1106 - Pages: 5

Free Essay

Artificial Intelligence

...Artificial Intelligence Growing up, I watched and enjoyed movies such as Short Circuit, Space Camp, and the Terminator. There would be no doubt in my mind that we as humans would be able to create artificial intelligence. I figured it was a no brainer as a watched the robots on the big screen think and make decisions on their own without any human input. Later on, as an adult you begin to realize that movies are fiction and it would take a very intelligent human to create artificial life that could make its own decisions and function like a human. With the help of Hollywood, when we think of artificial intelligence, we tend to think of immense robots that walk, talk, appear human, and also make friends with people such as a human would do. We need to examine the meaning of the word artificial intelligence. All textbooks define the field as "the study and design of intelligent agents" where an intelligent agent is a system that perceives its environment and takes actions that maximize its chances of success. John McCarthy, who coined the term in 1956, defines it as "the science and engineering of making intelligent machines.” Reading these definitions brings a greater understanding as to what artificial intelligence is and the fact remains that it has been around a lot longer than we think. I remember my mother buying a vacuum in 2002 called the iRobot. It would roam around the house without a handle or a remote control and vacuum the carpet. The iRobot would know when...

Words: 422 - Pages: 2

Premium Essay

Artificial Intelligence

...SCM Research paper | Shreerang Datar Supply Chain Management (SCHM 6210) Spring 2016 RESEARCH PAPER “ARTIFICIAL INTELLIGENCE IN SUPPLY CHAIN MANAGEMENT” By Shreerang Datar (NUID 001649801) 04/14/2016 1 SCM Research paper | Shreerang Datar Table of Contents 1. Executive Summary……………………………………………………3 2. Introduction…………………………………………………………….4 3. Background…………………………………………………………….5 4. Findings………………………………………………………………...6 a. Artificial Intelligence Tools……………………………………..7 b. Business Examples…………………………………………….10 5. Future Trends and Challenges………………………………………...18 6. Conclusion……………………………………………………………19 7. Bibliography…………………………………………………………..20 2 SCM Research paper | Shreerang Datar Executive Summary: Surpassing the limits of business intelligence, artificial intelligence (AI) focuses on developing an algorithmic approach in decision making. This technology has come so far that inculcating human competencies like logic, reasoning, simulation and analytical thinking in a machine seems to be in reach. In the field of Supply Chain Management this technology is placing a strong foot in achieving creative optimization and automation in different supply chain processes. AI has found its applications in various SCM aspects which include Inventory management, Network design optimization, Logistics strategy formulation, demand forecasting, etc. It is designed to generate a step-wise mechanism for problem solving in which it defines the problem...

Words: 3566 - Pages: 15

Premium Essay

Artificial Intelligence

...Artificial Intelligence (AI), a branch of computer science, is the study of intelligent systems (i.e. software, computers, robots, etc.). Alternatively, it may be defined as "the study and design of intelligent agents" where an intelligent agent is a system that perceives its environment and takes actions that maximize its chances of success. John McCarthy, who coined the term in 1955, defines it as "the science and engineering of making intelligent machines." AI research is highly technical and specialised, deeply divided into subfields that often fail to communicate with each other.Some of the division is due to social and cultural factors: subfields have grown up around particular institutions and the work of individual researchers. AI research is also divided by several technical issues. There are subfields which are focused on the solution of specific problems, on one of several possible approaches, on the use of widely differing tools and towards the accomplishment of particular applications. The central problems of AI include such traits as reasoning, knowledge, planning, learning, communication, perception and the ability to move and manipulate objects.General intelligence (or "strong AI") is still among the field's long term goals. Currently popular approaches include statistical methods, computational intelligence and traditional symbolic AI. There are an enormous number of tools used in AI, including versions of search and mathematical optimization, logic, methods...

Words: 334 - Pages: 2

Premium Essay

Artificial Intelligence

...Christopher Powell Artificial Intelligence AI is defined as the ability of a computer or machine to think for itself, and mimicking the thought processes a human might have only smarter. The idea that a computer has the ability to react more intelligently than a human being has fascinated us for several centuries. There are thoughts of robotic red blood cells to create a scientifically generated longer life span or the ability to conquer certain disease.[1] Although there have been major advancements in AI and technology in this century that we never dreamed possible, we have yet to prove that science and engineering have the ability to become smarter than the human brain. Evidence of A.I. is said to be traced back to ancient Egypt but the ability to create machine intelligence was not developed until 1941 with the first electronic computer in 1955, Newell and Simon developed The Logic Theorist.[2] The Logic Theorist was a program that demonstrated problems as a tree and would attempt to solve them by choosing the best possible solution, based on each branch of the tree. It was in 1956 when the term “Artificial Intelligence” was first coined at the Dartmouth conference, where the proposed 2 month, 10-man study of AI would be carried out.   The conference, in which John McCarthy called upon the leading researchers to discuss topics which were such a new topic to the imagination, he coined a new phrase for it; Artificial Intelligence (McCarthy, J., Minsky...

Words: 2933 - Pages: 12

Free Essay

Artificial Intelligence

...Introduction to artificial Intelligence Intelligence: Definition 1. - Its ability to learn or understand or deal with new or trying situations. - Skilled use of reason. 2. It’s the ability to apply knowledge to manipulate one’s environment or to think abstractly as measured by object criteria (as test) Views of intelligence 1. Autonomous movement – Movement of object; Eg Robot intelligently E.g vaucansor (18th Century), Shaker – 1970, Sony Aibo (1998) 2. Thinking – Ability to use brain. ▪ Eg Deep Blue defeats Garry Kasparov- 1997 ▪ Eg In Playing games 3. Playing Games A computer may be said to be intelligent if it beats the user. Types of Intelligence 1. Linguistic-Verbal intelligence- Ability to communicate effectively, use of in different forms, sensitive means. 2. Logical – Mathematical intelligence – Ability to carry out computations. 3. Musical 1 – Playing piano, singing, recognize non verbal. 4. Spatial – Ability to work with minimal information provided(scarce information) 5. Intrapersonal 1 – Able to understand your self, read others moods, emotions. 6. Interpersonal 1 – Ability to relate well with others. 7. Bodily kinesthetic Intelligence- body flexibility – acrobatics. NB: 1. The above types are referred to as multiple Intelligence Theory by Howard Gardener. 2. People have different strength in each intelligence area. This demonstrates different talents, as people...

Words: 3260 - Pages: 14

Premium Essay

Artificial Intelligence

...ARTIFICIAL INTELLIGENCE Paper Presentation On “Artificial Intelligence(AI)” INDEX :1. ABSTRACT. 1 ARTIFICIAL INTELLIGENCE ARTIFICIAL INTELLIGENCE 2. INTRODUCTION. 3. HISTORY OF AI. 4. CATEGORIES OF AI. A. CONVENTIONAL AI. B. COMPUTATIONAL INTELLIGENCE (CI). 5. FIELDS OF AI. 6. AAAI. 7. APPLICATIONS. ABSTRACT This paper is the introduction to Artificial intelligence (AI). Artificial intelligence is exhibited by artificial entity, a system is generally assumed to be a computer. AI systems are now in routine use in economics, medicine, engineering and the military, as well as being built into many common home computer software applications, traditional strategy games like computer chess and other video games. We tried to explain the brief ideas of AI and its application to various fields. It cleared the concept of computational and conventional categories. It includes various advanced systems such as Neural Network, Fuzzy Systems and Evolutionary computation. AI is used in typical problems such as Pattern 2 ARTIFICIAL INTELLIGENCE ARTIFICIAL INTELLIGENCE recognition, Natural language processing and more. This system is working throughout the world as an artificial brain. Intelligence involves mechanisms, and AI research has discovered how to make computers carry out some of them and not others. If doing a task requires only mechanisms that are well understood today, computer programs can give very impressive performances on these tasks. Such programs should...

Words: 1713 - Pages: 7

Free Essay

Artificial Intelligence

...ARTIFICIAL INTELLIGENCE Name INF 103: Computer Literacy Instructor: Bonita Spight-Williams April 13, 2013 Artificial Intelligence What does our future hold in the area of Artificial Intelligence? “The goal of many computer scientists since the mid–20th century has been to create a computer that could perform logical operations so well that it could actually learn and become sentient or conscious. The effort to achieve this is called artificial intelligence, or AI.” (Bowles, 2010). AI is a branch of computer science that deals with developing machines that solve complex problems in a more human-like manner. This involves computers adopting characteristics of human intelligence. However, it has many associations with other fields of study such as Math, Psychology, Biology, and Philosophy. Many scientists believe that by combining these various fields of study they will ultimately succeed in creating an artificially intelligent machine. A lot of scientists believe that the key to figuring out artificial intelligence is to copy the basic function of the human brain. While it is certainly evident that a computer can acquire knowledge from a program or programmer, it is the new developments in AI that will enable it to apply the knowledge. The new advancements in AI will hopefully enable these machines to not only possess the knowledge, but also understand how to utilize it in a number of situations. Artificial Intelligence researchers analyze human...

Words: 1235 - Pages: 5

Free Essay

Artificial Intelligence

...AND TECH ARTIFICIAL INTELLIGENCE (Biologically Inspired Intelligent Robots Using Artificial Muscles) PRESENTED BY: Praveen Kumar J Sai Krishna A B.Tech III/IV B.Tech III/IV j_pravee@yahoo.com adimula_saikrishna@yahoo.com Abstract: Artificial Intelligence is a branch of Science which deals with helping machines finds solutions to complex problems in a more human-like fashion. This generally involves borrowing characteristics from human intelligence, and applying them as algorithms in a computer friendly way. A more or less flexible or efficient approach can be taken depending on the requirements established, which influences how artificial the intelligent behavior appears. Humans throughout history have always sought to mimic the appearance, mobility, functionality, intelligent operation, and thinking process of biological creatures. This field of biologically inspired technology, having the moniker biometrics, has evolved from making static copies of human and animals in the form of statues to the emergence of robots that operate with realistic appearance and behavior. This paper covers the current state-of-the-art and challenges to making biomimetic robots using artificial muscles. Keywords: EAP, artificial muscles, artificial intelligence, biometrics Introduction: ...

Words: 3034 - Pages: 13

Free Essay

Artificial Intelligence

...Artificial Intelligence Shadena Hobbs INF 103: Computer Literacy Instructor: Lawrence Master January 28, 2013 Is the Intelligence of machines and robots and the branch of computer science that aims to create if Al textbook defines the field as the study and design of intelligent agents. Where an intelligent agent is a system that perceives it’s environment and takes actions that maximize its chances of success. John McCarthy, who coined the term in 1956, defines it as the science and engineering of making intelligent machines. Al research is highly technical and specialized, deeply divided into subfields that often fail to communicate with each other. Some of the division is due to social and cultural facts subfields have grown up around particular institutions and the work of individual searchers. Al researchers is also divided by several technical issues. There are subfields which are focused on the solution of specific problems, on one of several possible traits as reasoning, knowledge, planning, learning, communication, perception, and the ability to move and manipulate objects. General intelligence and symbolic and traditional Al. There are enormous number of tools in Al, including versions of search and mathematical optimization...

Words: 1871 - Pages: 8