Artificial Intelligence ( Technical Report ) (2)
Artificial Intelligence ( Technical Report ) (2)
Submitted in the partial fulfillment of the requirements for the award of the degree
M.Tech in Computer Science & Engineering
Submitted By
SAKSHAM 2224009
Under the guidance of
Prof. Dhiraj Khurana
Department of CSE
U.I.E.T, MDU, Rohtak
CERTIFICATE
Department of CSE
ACKNOWLEDGEMENT
I express my thanks to all the staff members and friends for all the help and
coordination extended in bringing out this seminar successfully in time.
Last but not the least; I am very much thankful to my parents who guided me in
every step which I took.
Thanking You
Saksham
TABLE OF CONTENTS
i. ABSTRACT 5
1. INTRODUCTION 6
2. HISTORY OF AI 7
3. GOALS OF AI 10
4. CATEGORIES OF AI 13
5. FIELDS OF AI 15
6. APPLICATIONS 19
7. FUTURE SCOPE 22
8. CONCLUSION 23
9. BIBLIOGRAPHY 24
ABSTRACT
I tried to explain the brief ideas of AI and its application in 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 recognition, Natural language processing and more. This system is
working throughout the world as an artificial brain.
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 researchers are free to use methods that are not observed in people or that involve much more
computing than people can do. We discussed conditions for considering a machine to be
intelligent. We argued that if the machine could successfully pretend to be human to a
knowledgeable observer then you certainly should consider it intelligent.
1. INTRODUCTION
ARTIFICIAL:-
The simple definition of artificial is that objects that are made or produced by human
beings rather than occurring naturally.
INTELLIGENCE:-
The simple definition of intelligence is a set of skills of problem solving, enabling to
resolve genuine problems or difficulties that encounters and to create an effective product and
must also entail the potential for finding or creating problems and thereby laying the groundwork
for the acquisition of new knowledge.
ARTIFICIAL INTELLIGENCE:-
Artificial intelligence is a branch of science which deals with helping machines find
solution 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 or flexible or efficient approach can be taken depending on the requirements
established, which influences how artificial intelligent behavior appears.
Artificial intelligence is generally associated with computer science, but it has many
important links with other fields such as math, psychology, cognition , biology and philosophy ,
among many others . Our ability to combine knowledge from all these fields will ultimately
benefit our progress in the quest of creating an intelligent artificial being.
A.I is mainly concerned with the popular mind with the robotics development, but also
the main field of practical application has been as an embedded component in the areas of
software development which require computational understandings and modeling such as
finance and economics, data mining and physical science.
A.I in the field of robotics is trying to make a computational model of human thought
processes. It is not enough to make a program that seems to behave the way human do. You want
to make a program that does it the way humans do it.
2. HISTORY OF A.I
The intellectual roots of AI, and the concept of intelligent machines, may be found in
Greek mythology. Intelligent artifacts appear in literature since then, with real mechanical
devices actually demonstrating behavior with some degree of intelligence. After modern
computers became available following World War-II, it has become possible to create programs
that perform difficult intellectual tasks.
AI research centers began forming at the Carnegie Mellon University as well as the
Massachusetts Institute of Technology (MIT) and new challenges were faced:
1) The creation of systems that could efficiently solve problems by limiting the search.
2) The construction of systems that could learn by themselves.
1958:John McCarthy (Massachusetts Institute of Technology or MIT) invented the Lisp
programming language.
1960:-
By the middle of the 1960s, research in the U.S. was heavily funded by the Department
of Defense and laboratories had been established around the world. 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.
By the 1960’s, America and its federal government starting pushing more for the
development of AI. The Department of Defense started backing several programs in order to stay
ahead of Soviet technology. The U.S. also started to commercially market the sale of robotics to
various manufacturers. The rise of expert systems also became popular due to the creation of
Edward Feigenbaum and Robert K. Lindsay’s DENDRAL. DENDRAL had the ability to map
the complex structures of organic chemicals, but like many AI inventions, it began to tangle(?)
its results once the program had too many factors built into it... the problem of creating 'artificial
intelligence' will substantially be solved". The same predicament fell upon the program
SHRDLU which would use robotics through a computer so the user could ask questions and give
commands in English.
1980:-
In the early 1980s, AI research was revived (renew, refresh) 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. 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.
1990 :-
From 1990s until the turn of the century, AI has reached some incredible landmarks
with the creation of intelligent agents. Intelligent agents basically use their surrounding
environment to solve problems in the most efficient and effective manner. In 1997, the first
computer (named Deep Blue) beat a world chess champion. In 1995, the VaMP car drove an
entire 158 km racing track without any help from human intelligence. In 1999, humanoid robots
began to gain popularity as well as the ability to walk around freely. Since then, AI has been
playing a big role in certain commercial markets and throughout the World Wide Web. The more
advanced AI projects, like fully adapting commonsense knowledge, have taken a back-burner to
more lucrative industries.
3. GOALS OF A.I
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.
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. Human beings solve most
of their problems using fast, intuitive judgements rather than the conscious, step-by-step
deduction that early AI research was able to model. 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 the brain that give rise to this skill; statistical approaches to AI mimic the probabilistic
nature of the human ability to guess.
2. Knowledge representation:-
3. Planning:-
Intelligent agents must be able to set goals and achieve them. They need a way to
visualize the future and be able to make choices that maximize the utility (or "value") of the
available choices. 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. However,
if the agent is not the only actor, it must periodically ascertain whether the world matches its
predictions and it must change its plan as this becomes necessary, requiring the agent to reason
under uncertainty.
Natural language processing 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.
The field of robotics is closely related to AI. Intelligence is required for robots to be able
to handle such tasks as object manipulation and navigation, with sub-problems of localization
(knowing where you are, or finding out where other things are), mapping (learning what is
around you, building a map of the environment), and motion planning (figuring out how to get
there) or path planning (going from one point in space to another point, which may involve
compliant motion - where the robot moves while maintaining physical contact with an object).
6. Perception:-
Machine perception 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 is
the ability to analyze visual input. A few selected sub problems are speech recognition facial
recognition and object recognition.
7. Social intelligence:-
Affective computing is the study and development of systems and devices that can
recognize, interpret, process, and simulate human affects. It is an interdisciplinary field spanning
computer sciences, psychology, and cognitive science While the origins of the field may be
traced as far back as to early philosophical inquiries into emotion. A motivation for the research
is the ability to simulate empathy. The machine should interpret the emotional state of humans
and adapt its behavior to them, giving an appropriate response for those emotions.
Emotion and social skills 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.
8. General intelligence:-
Most researchers think 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. A few believe that anthropomorphic features like artificial
consciousness or an artificial brain may be required for such a project. Many of the problems
above may require general intelligence to be considered solved.
4. CATEGORIES OF A.I
1. Conventional AI.
2. Computational Intelligence (CI).
1. Conventional AI :-
Methods include:
Methods include:
Pattern recognition
o Optical character recognition
o Handwriting recognition
o Speech recognition
o Face recognition
Automation:-
Cybernetics:-
Intelligent agent:-
Intelligent control:-
Automated reasoning:-
The study of automated reasoning helps produce software that allows computers
to reason completely, or nearly completely, automatically. Although automated
reasoning is considered a sub-field of artificial intelligence, it also has connections with
theoretical computer science, and even philosophy.
Data mining:-
Behavior-based robotics:-
To develop methods for con- trolling artificial systems, ranging from physical
robots to simulated ones and other autonomous software agents
To use robotics to model and understand biological sys- tems more fully,
typically, animals ranging from insects to humans. Cognitive robotics.
Developmental robotics:-
Evolutionary robotics:-
Chatbot:-
Knowledge Representation:-
creating new elements of knowledge. The KR can be made to be independent of the underlying
knowledge model or knowledge base system (KBS) such as a semantic network.
Founded in 1979, the American Association for Artificial Intelligence (AAAI) is a nonprofit
scientific society devoted to advancing the scientific understanding of the mechanisms
underlying thought and intelligent behavior and their embodiment in machines. AAAI also aims
to increase public understanding of artificial intelligence, improve the teaching and training of AI
practitioners, and provide guidance for research planners and funders concerning the importance
and potential of current AI developments and future directions.
5. APPLICATIONS OF A.I
Artificial intelligence has been used in a wide range of fields including medical
diagnosis, stock trading, robot control, law, scientific discovery and toys.
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 as clinical
decision support systems for medical diagnosis, such as in Concept Processing technology in
EMR software. Other tasks in medicine that can potentially be performed by artificial
intelligence include:
Heavy industry:-
Robots have become common in many industries. They are often given jobs that are
considered dangerous to humans. Robots have proven effective in jobs that are very repetitive
which may lead to mistakes or accidents due to a lapse in concentration and other jobs which
humans may find degrading.
Game Playing :-
This prospered greatly with the Digital Revolution, and helped introduce people,
especially children, to a life of dealing with various types of Artificial Intelligence. You can also
buy machines that can play master level chess for a few hundred dollars. There is some AI in
them, but they play well against people mainly through brute force computation--looking at
hundreds of thousands of positions. The internet is the best example were one can buy machine
and play various games.
Speech Recognition :-
In the 1990s, computer speech recognition reached a practical level for limited
purposes. Thus United Airlines has replaced its keyboard tree for flight information by a system
using speech recognition of flight numbers and city names. It is quite convenient. On the other
hand, while it is possible to instruct some computers using speech, most users have gone back to
the keyboard and the mouse as still more convenient.
Just getting a sequence of words into a computer is not enough. Parsing sentences is not
enough either. The computer has to be provided with an understanding of the domain the text is
about, and this is presently possible only for very limited domains.
Computer Vision :-
The world is composed of three-dimensional objects, but the inputs to the human eye and
computer’s TV cameras are two dimensional. Some useful programs can work solely in two
dimensions, but full computer vision requires partial three-dimensional information that is not
just a set of two-dimensional views. At present there are only limited ways of representing three-
dimensional information directly, and they are not as good as what humans evidently use.
Expert Systems :-
A ``knowledge engineer'' interviews experts in a certain domain and tries to embody their
knowledge in a computer program for carrying out some task. How well this works depends on
whether the intellectual mechanisms required for the task are within the present state of AI. One
of the first expert systems was MYCIN in 1974, which diagnosed bacterial infections of the
blood and suggested treatments. It did better than medical students or practicing doctors,
provided its limitations were observed.
Heuristic Classification :-
One of the most feasible kinds of expert system given the present knowledge of AI is to
put some information in one of a fixed set of categories using several sources of information. An
example is advising whether to accept a proposed credit card purchase. Information is available
about the owner of the credit card, his record of payment and also about the item he is buying
and about the establishment from which he is buying it (e.g., about whether there have been
previous credit card frauds at this establishment).
7. CONCLUSION
you certainly should consider it intelligent. AI systems are now in routine use in various field
such as economics, medicine, engineering and the military, as well as being built into many
and evaluation of artifacts that attempt to enact those mechanisms. So it is concluded that it
works as an artificial human brain which have an unbelievable artificial thinking power.
9. BIBLIOGRAPHY
LINKS:-
www.google.com
www.wikipedia.com
http://www.aaai.org/
http://ww0w-formal.stanford.edu/
http://insight.zdnet.co.uk/hardware/emergingtech/
http://www.genetic-programming.com/