SlideShare une entreprise Scribd logo
1  sur  27
INTRODUCTION
• Claiming to be able to recreate the capabilities of the human mind, is
both a challenge and an inspiration for philosophy.
• It is the science and engineering of making intelligent machines,
especially intelligent computer programs.
• While exploiting the power of the computer systems, the curiosity of
human, lead him to wonder, “Can a machine think and behave like
humans do?”
• Thus, the development of AI started with the intention of creating
similar intelligence in machines that we find and regard high in
humans.
• Searle's strong AI hypothesis: "The appropriately programmed
computer with the right inputs & outputs would thereby have a mind in
exactly the same sense human beings have minds."
HISTORY OF AI
History of AI Here is the history of AI during 20th century:
• 1923 Karel Čapek’s play named “Rossum's Universal Robots” (RUR)
opens in London, first use of the word "robot" in English.
• 1943 Foundations for neural networks laid.
• 1945 Isaac Asimov, a Columbia University alumni, coined the term
Robotics.
• 1950 Alan Turing introduced Turing Test for evaluation of intelligence and
published Computing Machinery and Intelligence. Claude Shannon
published Detailed Analysis of Chess Playing as a search.
• 1956 John McCarthy coined the term Artificial Intelligence.
Demonstration of the first running AI program at Carnegie Mellon
University.
HISTORY…
• 1958 John McCarthy invents LISP programming language for AI.
• 1964 Danny Bobrow's dissertation at MIT showed that computers can
understand natural language well enough to solve algebra word problems
correctly.
• 1965 Joseph Weizenbaum at MIT built ELIZA, an interactive problem that
carries on a dialogue in English.
• 1969 Scientists at Stanford Research Institute Developed Shakey, a robot,
equipped with locomotion, perception, and problem solving.
• 1973 The Assembly Robotics group at Edinburgh University built Freddy, the
Famous Scottish Robot, capable of using vision to locate and assemble
models.
• 1979 The first computer-controlled autonomous vehicle, Stanford Cart, was
HISTORY …
• 1990 Major advances in all areas of AI:
Significant demonstrations in machine learning
Case-based reasoning
Multi-agent planning
Scheduling
Data mining, Web Crawler
natural language understanding and translation
Vision, Virtual Reality
Games
• 1997 The Deep Blue Chess Program beats the then world chess champion, Garry
Kasparov.
• 2000 Interactive robot pets become commercially available. MIT displays Kismet, a
robot with a face that expresses emotions. The robot Nomad explores remote regions
of Antarctica and locates meteorites.
• According to the father of Artificial Intelligence John McCarthy, it is “The
science and engineering of making intelligent machines, especially
intelligent computer programs”
• Artificial Intelligence is a way of making a computer, a computer-
controlled robot, or a software think intelligently, in the similar manner
the intelligent humans think.
• AI is accomplished by studying how human brain thinks, and how
humans learn, decide, and work while trying to solve a problem, and
then using the outcomes of this study as a basis of developing intelligent
software and systems.
• To Create Expert Systems :
The systems which exhibit intelligent behavior, learn,
demonstrate, explain, and advice its users.
• To Implement Human Intelligence in Machines :
Creating systems that understand, think, learn, and behave
like humans.
WHAT CONTRIBUTES TO AI?
• Artificial intelligence is a science and
technology based on disciplines
• A major thrust of AI is in the development of
computer functions associated with human
intelligence, such as reasoning, learning, and
problem solving.
• Out of the following areas, one or multiple
areas can contribute to build an intelligent
system.
• AI Technique is a manner to organize and use the knowledge
efficiently in such a way that:
• It should be perceivable by the people who provide it.
• It should be easily modifiable to correct errors.
• It should be useful in many situations though it is incomplete or
inaccurate.
AI techniques elevate the speed of execution of the complex
program it is equipped with.
Gaming : AI plays crucial role in strategic games such as chess, poker,
tic-tac-toe, etc., where machine can think of large number of possible
positions based on heuristic knowledge.
Natural Language : Processing It is possible to interact with the
computer that understands natural language spoken by humans.
Expert Systems :There are some applications which integrate machine,
software, and special information to impart reasoning and advising.
They provide explanation and advice to the users
Vision Systems : These systems understand, interpret, and comprehend visual
input on the computer. For example,
o A spying aeroplane takes photographs which are used to figure out spatial
information or map of the areas.
o Doctors use clinical expert system to diagnose the patient.
o Police use computer software that can recognize the face of criminal with
the stored portrait made by forensic artist.
Some intelligent : systems are capable of hearing and comprehending the
language in terms of sentences and their meanings while a human talks to it. It
can handle different accents, slang words, noise in the background, change in
human’s noise due to cold, etc.
Handwriting Recognition The handwriting recognition software reads the
text written on paper by a pen or on screen by a stylus. It can recognize
the shapes of the letters and convert it into editable text.
Intelligent Robots Robots are able to perform the tasks given by a
human. They have sensors to detect physical data from the real world
such as light, heat, temperature, movement, sound, bump, and
pressure. They have efficient processors, multiple sensors and huge
memory, to exhibit intelligence. In addition, they are capable of learning
from their mistakes and they can adapt to the new environment.
The ability of a system to calculate, reason, perceive relationships and
analogies, learn from experience, store and retrieve information from
memory, solve problems, comprehend complex ideas, use natural
language fluently, classify, generalize, and adapt new situations.
• Linguistic intelligence : The ability to speak, recognize, and use
mechanisms of phonology (speech sounds), syntax (grammar), and
semantics (meaning).
• Musical intelligence : The ability to create, communicate with, and
understand meanings made of sound, understanding of pitch, rhythm
• Logical Mathematical intelligence: The ability of use and understand
relationships in the absence of action or objects. Understanding complex
and abstract ideas.
• Spatial intelligence: The ability to perceive visual or spatial information,
change it, and re-create visual images without reference to the objects,
construct 3D images, and to move and rotate them.
• Bodily-Kinesthetic: intelligence The ability to use complete or part of the
body to solve problems or fashion products, control over fine and coarse
motor skills, and manipulate the objects.
• Intra-personal intelligence : The ability to distinguish among one’s
own feelings, intentions, and motivations.
• Interpersonal intelligence : The ability to recognize and make
distinctions among other people’s feelings, beliefs, and intentions.
• MACHINE LEARNING : It is a type of artificial intelligence (AI)
that provides computers with the ability to learn without being
explicitly programmed. Machine learning focuses on the
development of computer programs that can change when
exposed to new data. The process of machine learning is similar
to that of data mining.
• The intelligence is intangible. It is composed of: 1. Reasoning 2. Learning
3. Problem Solving 4. Perception 5. Linguistic Intelligence
• Reasoning: It is the set of processes that enables us to provide
basis for judgment, making decisions, and prediction.
• Learning: It is the activity of gaining knowledge or skill by
studying, practicing, being taught, or experiencing something.
Learning enhances the awareness of the subjects of the study.
• Problem solving: It is the process in which one perceives and
tries to arrive at a desired solution from a present situation by
taking some path, which is blocked by known or unknown
hurdles
• Perception: It is the process of acquiring, interpreting, selecting,
and organizing sensory information. In humans, perception is
aided by sensory organs. In the domain of AI, perception
mechanism puts the data acquired by the sensors together in a
• Linguistic Intelligence: It is one’s ability to use, comprehend, speak,
and write the verbal and written language. It is important in
interpersonal communication.
• An AI system is composed of an agent and its environment. The
agents act in their environment. The environment may contain other
agents.
• An agent is anything that can perceive its environment through
sensors and acts upon that environment through effectors.
• A human agent has sensory organs such as eyes, ears, nose, tongue
and skin parallel to the sensors, and other organs such as hands,
legs, mouth, for effectors
• Fuzzy Logic (FL) is a method of reasoning that resembles human
reasoning. The approach of FL imitates the way of decision making in
humans that involves all intermediate possibilities between digital
values YES and NO.
Implementation :
It can be implemented in systems with various sizes and capabilities
ranging from small micro-controllers to large, networked, workstation-
based control systems.
It can be implemented in hardware, software, or a combination of both.
• Let us consider an air conditioning system with 5-lvel fuzzy logic
system. This system adjusts the temperature of air conditioner by
comparing the room temperature and the target temperature value.
• Natural Language Understanding (NLU) Understanding involves the
following tasks:
Mapping the given input in natural language into useful representations.
Analyzing different aspects of the language.
Natural Language Generation (NLG) It is the process of producing
meaningful phrases and sentences in the form of natural language from
some internal representation. It involves:
Text planning: It includes retrieving the relevant content from knowledge
base.
Sentence planning: It includes choosing required words, forming
meaningful phrases, setting tone of the sentence.
Artificial Intelligence power point presentation
Artificial Intelligence power point presentation
Artificial Intelligence power point presentation

Contenu connexe

Tendances

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligencefalepiz
 
Artificial Intelligence presentation
Artificial Intelligence presentationArtificial Intelligence presentation
Artificial Intelligence presentationAnmol Jha
 
Artificial intelligence PPT (AI PPT)
Artificial intelligence PPT (AI PPT)Artificial intelligence PPT (AI PPT)
Artificial intelligence PPT (AI PPT)RAONEvv
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence PresentationAdarsh Pathak
 
Artificial Intelligence PPT .
Artificial Intelligence PPT .Artificial Intelligence PPT .
Artificial Intelligence PPT .VAIBHAVNAGPURE6
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentationlpaviglianiti
 
ARTIFICIAL INTELLIGENCE AND ROBOTICS
ARTIFICIAL INTELLIGENCE AND ROBOTICS ARTIFICIAL INTELLIGENCE AND ROBOTICS
ARTIFICIAL INTELLIGENCE AND ROBOTICS Abhishek Bhadoria
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligencevallibhargavi
 
ARTIFICIAL INTELLIGENCE ppt.
ARTIFICIAL INTELLIGENCE ppt.ARTIFICIAL INTELLIGENCE ppt.
ARTIFICIAL INTELLIGENCE ppt.Betsy Johnson
 
PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) Aakanksh Nath
 
artificial intelligence and its applications
 artificial intelligence and its applications artificial intelligence and its applications
artificial intelligence and its applicationsYogendra Vishnoi
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceSourabh Sharma
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEOmkar Shinde
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceGautam Sharma
 
Artificial intelligence ppt
Artificial intelligence pptArtificial intelligence ppt
Artificial intelligence pptRamhariYadav
 

Tendances (20)

Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence presentation
Artificial Intelligence presentationArtificial Intelligence presentation
Artificial Intelligence presentation
 
Artificial intelligence PPT (AI PPT)
Artificial intelligence PPT (AI PPT)Artificial intelligence PPT (AI PPT)
Artificial intelligence PPT (AI PPT)
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Artificial Intelligence PPT .
Artificial Intelligence PPT .Artificial Intelligence PPT .
Artificial Intelligence PPT .
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
ARTIFICIAL INTELLIGENCE AND ROBOTICS
ARTIFICIAL INTELLIGENCE AND ROBOTICS ARTIFICIAL INTELLIGENCE AND ROBOTICS
ARTIFICIAL INTELLIGENCE AND ROBOTICS
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
ARTIFICIAL INTELLIGENCE ppt.
ARTIFICIAL INTELLIGENCE ppt.ARTIFICIAL INTELLIGENCE ppt.
ARTIFICIAL INTELLIGENCE ppt.
 
AI.pptx
AI.pptxAI.pptx
AI.pptx
 
PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.) PPT on Artificial Intelligence(A.I.)
PPT on Artificial Intelligence(A.I.)
 
artificial intelligence and its applications
 artificial intelligence and its applications artificial intelligence and its applications
artificial intelligence and its applications
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence ppt
Artificial intelligence   pptArtificial intelligence   ppt
Artificial intelligence ppt
 
Artificial intelligence ppt
Artificial intelligence pptArtificial intelligence ppt
Artificial intelligence ppt
 

Similaire à Artificial Intelligence power point presentation

Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceDanish Javed
 
Mis module v Artificial Intelligence
Mis module v Artificial IntelligenceMis module v Artificial Intelligence
Mis module v Artificial IntelligenceArnav Chowdhury
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence Pardeep Vats
 
Artificial Intelligence VS Machine Learning
Artificial Intelligence VS Machine LearningArtificial Intelligence VS Machine Learning
Artificial Intelligence VS Machine LearningSaurabh Upadhyay
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environmentMinakshi Atre
 
A.i. ppt by suvinsh mishra
A.i. ppt by suvinsh mishraA.i. ppt by suvinsh mishra
A.i. ppt by suvinsh mishraSuvinsh Mishra
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceRoy MJ
 
What is Artificial Intelligence
What is Artificial IntelligenceWhat is Artificial Intelligence
What is Artificial IntelligenceRachaita Bagchi
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceRajveerSengar
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptxMirzaJahanzeb5
 
ARTIFICIAL INTELLIGENCE(AI)
ARTIFICIAL INTELLIGENCE(AI)ARTIFICIAL INTELLIGENCE(AI)
ARTIFICIAL INTELLIGENCE(AI)Niyati Mehta
 
EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.pptEELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.pptDaliaMagdy12
 

Similaire à Artificial Intelligence power point presentation (20)

AI.ppt
AI.pptAI.ppt
AI.ppt
 
AI.ppt
AI.pptAI.ppt
AI.ppt
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Mis module v Artificial Intelligence
Mis module v Artificial IntelligenceMis module v Artificial Intelligence
Mis module v Artificial Intelligence
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence
 
Artificial Intelligence VS Machine Learning
Artificial Intelligence VS Machine LearningArtificial Intelligence VS Machine Learning
Artificial Intelligence VS Machine Learning
 
Artificial intelligence agents and environment
Artificial intelligence agents and environmentArtificial intelligence agents and environment
Artificial intelligence agents and environment
 
A.i. ppt by suvinsh mishra
A.i. ppt by suvinsh mishraA.i. ppt by suvinsh mishra
A.i. ppt by suvinsh mishra
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Mis 008
Mis 008Mis 008
Mis 008
 
What is Artificial Intelligence
What is Artificial IntelligenceWhat is Artificial Intelligence
What is Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intellegence
Artificial IntellegenceArtificial Intellegence
Artificial Intellegence
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptx
 
ARTIFICIAL INTELLIGENCE(AI)
ARTIFICIAL INTELLIGENCE(AI)ARTIFICIAL INTELLIGENCE(AI)
ARTIFICIAL INTELLIGENCE(AI)
 
AI Introduction
AI Introduction AI Introduction
AI Introduction
 
Artifical intelligence (a.i)
Artifical intelligence (a.i)Artifical intelligence (a.i)
Artifical intelligence (a.i)
 
EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.pptEELU AI  lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
EELU AI lecture 1- fall 2022-2023 - Chapter 01- Introduction.ppt
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Ai introduction
Ai introductionAi introduction
Ai introduction
 

Dernier

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 

Dernier (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 

Artificial Intelligence power point presentation

  • 1.
  • 2. INTRODUCTION • Claiming to be able to recreate the capabilities of the human mind, is both a challenge and an inspiration for philosophy. • It is the science and engineering of making intelligent machines, especially intelligent computer programs.
  • 3. • While exploiting the power of the computer systems, the curiosity of human, lead him to wonder, “Can a machine think and behave like humans do?” • Thus, the development of AI started with the intention of creating similar intelligence in machines that we find and regard high in humans. • Searle's strong AI hypothesis: "The appropriately programmed computer with the right inputs & outputs would thereby have a mind in exactly the same sense human beings have minds."
  • 4. HISTORY OF AI History of AI Here is the history of AI during 20th century: • 1923 Karel Čapek’s play named “Rossum's Universal Robots” (RUR) opens in London, first use of the word "robot" in English. • 1943 Foundations for neural networks laid. • 1945 Isaac Asimov, a Columbia University alumni, coined the term Robotics. • 1950 Alan Turing introduced Turing Test for evaluation of intelligence and published Computing Machinery and Intelligence. Claude Shannon published Detailed Analysis of Chess Playing as a search. • 1956 John McCarthy coined the term Artificial Intelligence. Demonstration of the first running AI program at Carnegie Mellon University.
  • 5. HISTORY… • 1958 John McCarthy invents LISP programming language for AI. • 1964 Danny Bobrow's dissertation at MIT showed that computers can understand natural language well enough to solve algebra word problems correctly. • 1965 Joseph Weizenbaum at MIT built ELIZA, an interactive problem that carries on a dialogue in English. • 1969 Scientists at Stanford Research Institute Developed Shakey, a robot, equipped with locomotion, perception, and problem solving. • 1973 The Assembly Robotics group at Edinburgh University built Freddy, the Famous Scottish Robot, capable of using vision to locate and assemble models. • 1979 The first computer-controlled autonomous vehicle, Stanford Cart, was
  • 6. HISTORY … • 1990 Major advances in all areas of AI: Significant demonstrations in machine learning Case-based reasoning Multi-agent planning Scheduling Data mining, Web Crawler natural language understanding and translation Vision, Virtual Reality Games • 1997 The Deep Blue Chess Program beats the then world chess champion, Garry Kasparov. • 2000 Interactive robot pets become commercially available. MIT displays Kismet, a robot with a face that expresses emotions. The robot Nomad explores remote regions of Antarctica and locates meteorites.
  • 7. • According to the father of Artificial Intelligence John McCarthy, it is “The science and engineering of making intelligent machines, especially intelligent computer programs” • Artificial Intelligence is a way of making a computer, a computer- controlled robot, or a software think intelligently, in the similar manner the intelligent humans think. • AI is accomplished by studying how human brain thinks, and how humans learn, decide, and work while trying to solve a problem, and then using the outcomes of this study as a basis of developing intelligent software and systems.
  • 8. • To Create Expert Systems : The systems which exhibit intelligent behavior, learn, demonstrate, explain, and advice its users. • To Implement Human Intelligence in Machines : Creating systems that understand, think, learn, and behave like humans.
  • 9. WHAT CONTRIBUTES TO AI? • Artificial intelligence is a science and technology based on disciplines • A major thrust of AI is in the development of computer functions associated with human intelligence, such as reasoning, learning, and problem solving. • Out of the following areas, one or multiple areas can contribute to build an intelligent system.
  • 10. • AI Technique is a manner to organize and use the knowledge efficiently in such a way that: • It should be perceivable by the people who provide it. • It should be easily modifiable to correct errors. • It should be useful in many situations though it is incomplete or inaccurate. AI techniques elevate the speed of execution of the complex program it is equipped with.
  • 11. Gaming : AI plays crucial role in strategic games such as chess, poker, tic-tac-toe, etc., where machine can think of large number of possible positions based on heuristic knowledge. Natural Language : Processing It is possible to interact with the computer that understands natural language spoken by humans. Expert Systems :There are some applications which integrate machine, software, and special information to impart reasoning and advising. They provide explanation and advice to the users
  • 12. Vision Systems : These systems understand, interpret, and comprehend visual input on the computer. For example, o A spying aeroplane takes photographs which are used to figure out spatial information or map of the areas. o Doctors use clinical expert system to diagnose the patient. o Police use computer software that can recognize the face of criminal with the stored portrait made by forensic artist. Some intelligent : systems are capable of hearing and comprehending the language in terms of sentences and their meanings while a human talks to it. It can handle different accents, slang words, noise in the background, change in human’s noise due to cold, etc.
  • 13. Handwriting Recognition The handwriting recognition software reads the text written on paper by a pen or on screen by a stylus. It can recognize the shapes of the letters and convert it into editable text. Intelligent Robots Robots are able to perform the tasks given by a human. They have sensors to detect physical data from the real world such as light, heat, temperature, movement, sound, bump, and pressure. They have efficient processors, multiple sensors and huge memory, to exhibit intelligence. In addition, they are capable of learning from their mistakes and they can adapt to the new environment.
  • 14. The ability of a system to calculate, reason, perceive relationships and analogies, learn from experience, store and retrieve information from memory, solve problems, comprehend complex ideas, use natural language fluently, classify, generalize, and adapt new situations. • Linguistic intelligence : The ability to speak, recognize, and use mechanisms of phonology (speech sounds), syntax (grammar), and semantics (meaning). • Musical intelligence : The ability to create, communicate with, and understand meanings made of sound, understanding of pitch, rhythm
  • 15. • Logical Mathematical intelligence: The ability of use and understand relationships in the absence of action or objects. Understanding complex and abstract ideas. • Spatial intelligence: The ability to perceive visual or spatial information, change it, and re-create visual images without reference to the objects, construct 3D images, and to move and rotate them. • Bodily-Kinesthetic: intelligence The ability to use complete or part of the body to solve problems or fashion products, control over fine and coarse motor skills, and manipulate the objects.
  • 16. • Intra-personal intelligence : The ability to distinguish among one’s own feelings, intentions, and motivations. • Interpersonal intelligence : The ability to recognize and make distinctions among other people’s feelings, beliefs, and intentions. • MACHINE LEARNING : It is a type of artificial intelligence (AI) that provides computers with the ability to learn without being explicitly programmed. Machine learning focuses on the development of computer programs that can change when exposed to new data. The process of machine learning is similar to that of data mining.
  • 17. • The intelligence is intangible. It is composed of: 1. Reasoning 2. Learning 3. Problem Solving 4. Perception 5. Linguistic Intelligence
  • 18. • Reasoning: It is the set of processes that enables us to provide basis for judgment, making decisions, and prediction. • Learning: It is the activity of gaining knowledge or skill by studying, practicing, being taught, or experiencing something. Learning enhances the awareness of the subjects of the study. • Problem solving: It is the process in which one perceives and tries to arrive at a desired solution from a present situation by taking some path, which is blocked by known or unknown hurdles • Perception: It is the process of acquiring, interpreting, selecting, and organizing sensory information. In humans, perception is aided by sensory organs. In the domain of AI, perception mechanism puts the data acquired by the sensors together in a
  • 19. • Linguistic Intelligence: It is one’s ability to use, comprehend, speak, and write the verbal and written language. It is important in interpersonal communication.
  • 20. • An AI system is composed of an agent and its environment. The agents act in their environment. The environment may contain other agents. • An agent is anything that can perceive its environment through sensors and acts upon that environment through effectors. • A human agent has sensory organs such as eyes, ears, nose, tongue and skin parallel to the sensors, and other organs such as hands, legs, mouth, for effectors
  • 21.
  • 22. • Fuzzy Logic (FL) is a method of reasoning that resembles human reasoning. The approach of FL imitates the way of decision making in humans that involves all intermediate possibilities between digital values YES and NO. Implementation : It can be implemented in systems with various sizes and capabilities ranging from small micro-controllers to large, networked, workstation- based control systems. It can be implemented in hardware, software, or a combination of both.
  • 23. • Let us consider an air conditioning system with 5-lvel fuzzy logic system. This system adjusts the temperature of air conditioner by comparing the room temperature and the target temperature value.
  • 24. • Natural Language Understanding (NLU) Understanding involves the following tasks: Mapping the given input in natural language into useful representations. Analyzing different aspects of the language. Natural Language Generation (NLG) It is the process of producing meaningful phrases and sentences in the form of natural language from some internal representation. It involves: Text planning: It includes retrieving the relevant content from knowledge base. Sentence planning: It includes choosing required words, forming meaningful phrases, setting tone of the sentence.