SlideShare a Scribd company logo
1 of 35
PREPARED BY-
PRASHANT
TRIPATHI
INDEX
1. INTRODUCTION
2. TIMELINE OF AI
3. CATEGORIES OF AI
4. BRANCHES OF AI
5. APPLICATIONS OF AI
6. TOOLS USED IN AI
7. MODERN APPLICATIONS OF AI
8. FIFTH GENERATION COMPUTING
9. AMERICAN ASSOCIATION FOR ARTIFICIAL INTELLIGENCE (AAAI)
10. FUTURE SCOPE
11. BIBLIOGRAPHY
INTRODUCTION
 INTELLIGENCE?
 “The capacity to learn and solve problems” in particular.
 The ability to solve novel problems.
 The ability to act rationally.
 The ability to act like humans.
 ARTIFICIAL INTELLIGENCE?
 Intelligence exhibited by an artificial entity.
 Basically : Putting human intelligence into a machine.
INTRODUCTION
 Artificial intelligence (AI) is the intelligence exhibited by machines or software.
 Major AI researchers and textbooks define this field as "the study and design of intelligent
agents", in which 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’’.
 Some say it’s putting the human mind into computers.
 The field was founded on the claim that a central property of humans, human intelligence --
the sapience of Homo sapiens—"can be so precisely described that a machine can be made
to simulate it.
INTRODUCTION
 Artificial Intelligence and general artificial intelligence
are distinct areas of research.
 General Intelligence is still among the field’s long term
goals.
 Artificial intelligence refers to intelligence exhibited by
machines.
 They can be broken down into:
ARTIFICIALINTELLIGENCE
Reasoning
Knowledge
Planning
Learning
Natural language
processing(communication)
Perception
Ability to move and
manipulate objects
INTRODUCTION
 The AI field is interdisciplinary,
in which a number of sciences
and professions converge.
ARTIFICIAL
INTELLIGENCE
Computer
science
Mathematics
Psychology
Linguistics
Philosophy
Neuroscience
Artificial
Psychology
TIMELINE OF AI
CATEGORIES OF AI
ARTIFICIALINTELLIGENCE
ARTIFICIAL NARROW
INTELLIGENCE (weak AI)
ARTIFICIAL GENERAL
INTELLIGENCE (strong AI)
ARTIFICIAL SUPER INTELLIGENCE
BRANCHES OF AI
 Logical AI
 Search
 Pattern recognition
 Representation
 Inference
 Common sense knowledge and
reasoning
 Learning from
experience
 Planning
 Epistemology
 Ontology
 Heuristics
 Genetic programming
APPLICATIONS OF AI
 Game playing
 Speech recognition
 Computer vision
 Hospitals and medicine
 Heavy industry
 Expert systems
 Understanding natural language
EXPERT SYSTEMS
 The first expert systems were created in the 1970s and then proliferated
in the 1980s.
 Expert systems were introduced by the Stanford Heuristic
Programming Project led by Edward Albert Feigenbaum , who is
sometimes referred to as the "Father of expert systems".
 In artificial intelligence, an expert system is a computer system that
emulates the decision-making ability of a human expert.
 A computer application that performs a task that would otherwise be
performed by a human expert.
 For example, there are expert systems that can diagnose human
illnesses, make financial forecasts, and schedule routes for delivery
vehicles.
 Some expert systems are designed to take the place of human experts,
while others are designed to aid them.
EXPERT SYSTEMS
 An expert system is divided into two sub-systems:
 knowledge base
 inference engine
 The knowledge base represents facts and rules.
 To design an expert system, one needs a knowledge engineer, an
individual who studies how human experts make decisions and translates
the rules into terms that a computer can understand.
 The inference engine applies the rules to the known facts to deduce new
facts. Inference engines can also include explanation and debugging
capabilities.
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.
 When this turned out not to be so, there were many disappointing results.
 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.
 Namely, its ontology included bacteria, symptoms, and treatments and did not include patients,
doctors, hospitals, death, recovery, and events occurring in time. Its interactions depended on a
single patient being considered.
 Since the experts consulted by the knowledge engineers knew about patients, doctors, death,
recovery, etc., it is clear that the knowledge engineers forced what the experts told them into a
predetermined framework.
 In the present state of AI, this has to be true. The usefulness of current expert systems depends on
their users having common sense.
Natural Language Processing
Three basic types of processing occur during human/ computer voice interaction,
Voice synthesis
Using a computer to recreate the sound of human speech
Voice recognition
Using a computer to recognize the words spoken by a human
Natural language comprehension
Using a computer to apply a meaningful interpretation to human communication
TOOLS USED IN AI
In the course of 50 years of research, AI has developed a large number of tools to
solve the most difficult problems in computer science. A few of the most general
of these methods are discussed below.
 Search and optimization
 Logic
 Probabilistic methods for uncertain reasoning
 Classifiers and statistical learning methods
 Neural networks
 Control theory
 Languages
A neural network is an interconnected group of nodes, akin to the vast
network of neurons in the human brain.
PROGRAMMING LANGUAGES
 AIML (Artificial Intelligence Markup Language) for use with A.L.I.C.E.-type chatterbots.
 IPL was the first language developed for artificial intelligence.
 Lisp is a practical mathematical notation for computer programs based on lambda calculus. There
are many dialects of Lisp in use today, among them are Common Lisp, Scheme, and Clojure .
 Prolog is a declarative language where programs are expressed in terms of relations, and execution
occurs by running queries over these relations. Prolog is widely used in AI today.
 STRIPS is a language for expressing automated planning problem instances
 Planner is a hybrid between procedural and logical languages. It gives a procedural interpretation to
logical sentences
 Python is very widely used for Artificial Intelligence. They have a lot of different AIs with
corresponding packages: General AI, Machine Learning, Natural Language Processing and Neural
Networks.
 AI applications are also often written in standard languages like C++ and languages designed for
mathematics, such as MATLAB and Lush.
FIFTH GENERATION COMPUTING
 The term "fifth generation" was intended to convey the system as being a leap
beyond existing machines.
 In the history of computing hardware,
 First generation(1940 -1956) : Computers using vacuum tubes.
 Second generation(1956 -1963): Computers using transistors and diodes.
 Third generation(1964 -1971): Computers using integrated circuits.
 Fourth generation(1971- present): Computers using microprocessors.
 Whereas previous computer generations had focused on increasing the number of
logic elements in a single CPU, the fifth generation (present and beyond),
instead turn to massive numbers of CPUs for added performance.
FIFTH GENERATION COMPUTING
 The Fifth Generation Computer Systems project (FGCS) was an initiative by
Japan's Ministry of International Trade and Industry, begun in 1982, to create a computer
using massively parallel computing/processing.
 It aimed to create an "epoch-making computer" with-supercomputer-like performance
and to provide a platform for future developments in artificial intelligence.
 Fifth generation computing devices, based on artificial intelligence, are still in
development, though there are some applications, such as voice recognition, that are
being used today. The use of parallel processing and superconductors is helping to make
artificial intelligence a reality.
IBM 650 IBM 7090 IBM 360/91
Association for the Advancement of Artificial
Intelligence (AAAI)
Founded in 1979, the Association for the Advancement
of Artificial Intelligence (AAAI) (formerly the
American Association for Artificial Intelligence) 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 aims to promote research in, and responsible
use of, artificial intelligence.
FUTURE SCOPE
• Artificial minds will just single mindedly pursue their aims and these aims may not
necessarily coincide with ours.
• “WE’RE UNLIKELY EVER TO BE ABLE TO EFFECTIVELY
CONTROL ANY SUPER INTELLIGENCE WE CREATE”.
• A machine would’nt
specifically want to kill us but
its ammortality would mean that
it would be willing to cause our
extinction if necessary.
But,according to the optimists,in a world of artificial super intelligence
machines will still be our servants.
• The immediate priority of super intelligence would beto help us to create FREE ENERGY.
• In turn dramatically reducing the prices of almost everything.
• Everything currently costly,would drop to almost zero!!
• The way data costs now.
BIBLIOGRAPHY
 http://www.webopedia.com/
 www.sciencedirect.com
 http://www.aaai.org/
 https://www.youtube.com/results?search_query=artificial+intelligence+
 http://machineslikeus.com/news/whatever-happened-artificial-
intelligence
THANK YOU!!

More Related Content

What's hot

artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligencevallibhargavi
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEOmkar Shinde
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligenceRajkumarVara
 
Artifical intelligence-NIT Kurukshetra
Artifical intelligence-NIT KurukshetraArtifical intelligence-NIT Kurukshetra
Artifical intelligence-NIT KurukshetraNarendra Panwar
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence pramiidhaaavula
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligenceSharath Raj
 
Artificial Intelligence PPT .
Artificial Intelligence PPT .Artificial Intelligence PPT .
Artificial Intelligence PPT .VAIBHAVNAGPURE6
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceNeil Mathew
 
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
Artificial intelligenceArtificial intelligence
Artificial intelligenceSameep Sood
 
Understanding Artificial intelligence
Understanding Artificial intelligenceUnderstanding Artificial intelligence
Understanding Artificial intelligenceIla Group
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceSourabh Sharma
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEMidhuti
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence XashAxel
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceIman Ardekani
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencesaloni sharma
 

What's hot (20)

artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 
Artifical intelligence-NIT Kurukshetra
Artifical intelligence-NIT KurukshetraArtifical intelligence-NIT Kurukshetra
Artifical intelligence-NIT Kurukshetra
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligence
 
Artificial Intelligence PPT .
Artificial Intelligence PPT .Artificial Intelligence PPT .
Artificial Intelligence PPT .
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
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
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Understanding Artificial intelligence
Understanding Artificial intelligenceUnderstanding Artificial intelligence
Understanding Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Artifical intelligence (a.i)
Artifical intelligence (a.i)Artifical intelligence (a.i)
Artifical intelligence (a.i)
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 

Similar to Artificial intelligence

Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceMihir Shah
 
A.i. ppt by suvinsh mishra
A.i. ppt by suvinsh mishraA.i. ppt by suvinsh mishra
A.i. ppt by suvinsh mishraSuvinsh Mishra
 
Mahakal institute of technology
Mahakal institute of technologyMahakal institute of technology
Mahakal institute of technologyOman Jangir
 
Advanced Artificial Intelligence
Advanced Artificial IntelligenceAdvanced Artificial Intelligence
Advanced Artificial IntelligenceAshik Iqbal
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceBiniam Behailu
 
Presentation on Artificial Intelligence
Presentation on Artificial IntelligencePresentation on Artificial Intelligence
Presentation on Artificial IntelligenceIshwar Bulbule
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceXʎz ʞsɥ
 
Intro to Artificial inteligence
Intro to Artificial inteligenceIntro to Artificial inteligence
Intro to Artificial inteligenceZeeshan Tariq
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceBikas Sadashiv
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligenceHarry Pott
 
What is Artificial Intelligence?
What is Artificial Intelligence?What is Artificial Intelligence?
What is Artificial Intelligence?Maad M. Mijwil
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceGautam Sharma
 
Artificial Intelligence(AI)
Artificial Intelligence(AI)Artificial Intelligence(AI)
Artificial Intelligence(AI)Hari krishnan
 
Unit 1 ETI notes.pde`e1eeewdddfffffee1q2
Unit 1 ETI  notes.pde`e1eeewdddfffffee1q2Unit 1 ETI  notes.pde`e1eeewdddfffffee1q2
Unit 1 ETI notes.pde`e1eeewdddfffffee1q2paithankarpratik3
 
Aritficial intelligence
Aritficial intelligenceAritficial intelligence
Aritficial intelligenceMaqsood Awan
 
AI CHAPTER 1.pdf
AI CHAPTER 1.pdfAI CHAPTER 1.pdf
AI CHAPTER 1.pdfVatsalAgola
 

Similar to Artificial intelligence (20)

Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
A.i. ppt by suvinsh mishra
A.i. ppt by suvinsh mishraA.i. ppt by suvinsh mishra
A.i. ppt by suvinsh mishra
 
Mahakal institute of technology
Mahakal institute of technologyMahakal institute of technology
Mahakal institute of technology
 
Beekman5 std ppt_14
Beekman5 std ppt_14Beekman5 std ppt_14
Beekman5 std ppt_14
 
Advanced Artificial Intelligence
Advanced Artificial IntelligenceAdvanced Artificial Intelligence
Advanced Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Presentation on Artificial Intelligence
Presentation on Artificial IntelligencePresentation on Artificial Intelligence
Presentation on Artificial Intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
bbbbbbbbb.pptx
bbbbbbbbb.pptxbbbbbbbbb.pptx
bbbbbbbbb.pptx
 
Intro to Artificial inteligence
Intro to Artificial inteligenceIntro to Artificial inteligence
Intro to Artificial inteligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Introduction to artificial intelligence
Introduction to artificial intelligenceIntroduction to artificial intelligence
Introduction to artificial intelligence
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
What is Artificial Intelligence?
What is Artificial Intelligence?What is Artificial Intelligence?
What is Artificial Intelligence?
 
Presentation.pptx
Presentation.pptxPresentation.pptx
Presentation.pptx
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence(AI)
Artificial Intelligence(AI)Artificial Intelligence(AI)
Artificial Intelligence(AI)
 
Unit 1 ETI notes.pde`e1eeewdddfffffee1q2
Unit 1 ETI  notes.pde`e1eeewdddfffffee1q2Unit 1 ETI  notes.pde`e1eeewdddfffffee1q2
Unit 1 ETI notes.pde`e1eeewdddfffffee1q2
 
Aritficial intelligence
Aritficial intelligenceAritficial intelligence
Aritficial intelligence
 
AI CHAPTER 1.pdf
AI CHAPTER 1.pdfAI CHAPTER 1.pdf
AI CHAPTER 1.pdf
 

More from Prashant Tripathi

Colour interaction and dynamics
Colour interaction and dynamicsColour interaction and dynamics
Colour interaction and dynamicsPrashant Tripathi
 
Costing & Pricing strategies
Costing & Pricing strategiesCosting & Pricing strategies
Costing & Pricing strategiesPrashant Tripathi
 
Role of IT and communication networking in Sustainable Manufacturing
Role of IT and communication networking in Sustainable ManufacturingRole of IT and communication networking in Sustainable Manufacturing
Role of IT and communication networking in Sustainable ManufacturingPrashant Tripathi
 

More from Prashant Tripathi (6)

Colour interaction and dynamics
Colour interaction and dynamicsColour interaction and dynamics
Colour interaction and dynamics
 
Manufacturing strategy
Manufacturing strategy Manufacturing strategy
Manufacturing strategy
 
Costing & Pricing strategies
Costing & Pricing strategiesCosting & Pricing strategies
Costing & Pricing strategies
 
Role of IT and communication networking in Sustainable Manufacturing
Role of IT and communication networking in Sustainable ManufacturingRole of IT and communication networking in Sustainable Manufacturing
Role of IT and communication networking in Sustainable Manufacturing
 
Dfma
DfmaDfma
Dfma
 
Cost of quality
Cost of qualityCost of quality
Cost of quality
 

Recently uploaded

chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 

Recently uploaded (20)

chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 

Artificial intelligence

  • 2. INDEX 1. INTRODUCTION 2. TIMELINE OF AI 3. CATEGORIES OF AI 4. BRANCHES OF AI 5. APPLICATIONS OF AI 6. TOOLS USED IN AI 7. MODERN APPLICATIONS OF AI 8. FIFTH GENERATION COMPUTING 9. AMERICAN ASSOCIATION FOR ARTIFICIAL INTELLIGENCE (AAAI) 10. FUTURE SCOPE 11. BIBLIOGRAPHY
  • 3. INTRODUCTION  INTELLIGENCE?  “The capacity to learn and solve problems” in particular.  The ability to solve novel problems.  The ability to act rationally.  The ability to act like humans.  ARTIFICIAL INTELLIGENCE?  Intelligence exhibited by an artificial entity.  Basically : Putting human intelligence into a machine.
  • 4. INTRODUCTION  Artificial intelligence (AI) is the intelligence exhibited by machines or software.  Major AI researchers and textbooks define this field as "the study and design of intelligent agents", in which 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’’.  Some say it’s putting the human mind into computers.  The field was founded on the claim that a central property of humans, human intelligence -- the sapience of Homo sapiens—"can be so precisely described that a machine can be made to simulate it.
  • 5. INTRODUCTION  Artificial Intelligence and general artificial intelligence are distinct areas of research.  General Intelligence is still among the field’s long term goals.  Artificial intelligence refers to intelligence exhibited by machines.  They can be broken down into: ARTIFICIALINTELLIGENCE Reasoning Knowledge Planning Learning Natural language processing(communication) Perception Ability to move and manipulate objects
  • 6. INTRODUCTION  The AI field is interdisciplinary, in which a number of sciences and professions converge. ARTIFICIAL INTELLIGENCE Computer science Mathematics Psychology Linguistics Philosophy Neuroscience Artificial Psychology
  • 9. ARTIFICIALINTELLIGENCE ARTIFICIAL NARROW INTELLIGENCE (weak AI) ARTIFICIAL GENERAL INTELLIGENCE (strong AI) ARTIFICIAL SUPER INTELLIGENCE
  • 10. BRANCHES OF AI  Logical AI  Search  Pattern recognition  Representation  Inference  Common sense knowledge and reasoning  Learning from experience  Planning  Epistemology  Ontology  Heuristics  Genetic programming
  • 11. APPLICATIONS OF AI  Game playing  Speech recognition  Computer vision  Hospitals and medicine  Heavy industry  Expert systems  Understanding natural language
  • 12. EXPERT SYSTEMS  The first expert systems were created in the 1970s and then proliferated in the 1980s.  Expert systems were introduced by the Stanford Heuristic Programming Project led by Edward Albert Feigenbaum , who is sometimes referred to as the "Father of expert systems".  In artificial intelligence, an expert system is a computer system that emulates the decision-making ability of a human expert.  A computer application that performs a task that would otherwise be performed by a human expert.  For example, there are expert systems that can diagnose human illnesses, make financial forecasts, and schedule routes for delivery vehicles.  Some expert systems are designed to take the place of human experts, while others are designed to aid them.
  • 13. EXPERT SYSTEMS  An expert system is divided into two sub-systems:  knowledge base  inference engine  The knowledge base represents facts and rules.  To design an expert system, one needs a knowledge engineer, an individual who studies how human experts make decisions and translates the rules into terms that a computer can understand.  The inference engine applies the rules to the known facts to deduce new facts. Inference engines can also include explanation and debugging capabilities.
  • 14.
  • 15. 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.  When this turned out not to be so, there were many disappointing results.  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.  Namely, its ontology included bacteria, symptoms, and treatments and did not include patients, doctors, hospitals, death, recovery, and events occurring in time. Its interactions depended on a single patient being considered.  Since the experts consulted by the knowledge engineers knew about patients, doctors, death, recovery, etc., it is clear that the knowledge engineers forced what the experts told them into a predetermined framework.  In the present state of AI, this has to be true. The usefulness of current expert systems depends on their users having common sense.
  • 16. Natural Language Processing Three basic types of processing occur during human/ computer voice interaction, Voice synthesis Using a computer to recreate the sound of human speech Voice recognition Using a computer to recognize the words spoken by a human Natural language comprehension Using a computer to apply a meaningful interpretation to human communication
  • 17. TOOLS USED IN AI In the course of 50 years of research, AI has developed a large number of tools to solve the most difficult problems in computer science. A few of the most general of these methods are discussed below.  Search and optimization  Logic  Probabilistic methods for uncertain reasoning  Classifiers and statistical learning methods  Neural networks  Control theory  Languages
  • 18.
  • 19. A neural network is an interconnected group of nodes, akin to the vast network of neurons in the human brain.
  • 20. PROGRAMMING LANGUAGES  AIML (Artificial Intelligence Markup Language) for use with A.L.I.C.E.-type chatterbots.  IPL was the first language developed for artificial intelligence.  Lisp is a practical mathematical notation for computer programs based on lambda calculus. There are many dialects of Lisp in use today, among them are Common Lisp, Scheme, and Clojure .  Prolog is a declarative language where programs are expressed in terms of relations, and execution occurs by running queries over these relations. Prolog is widely used in AI today.  STRIPS is a language for expressing automated planning problem instances  Planner is a hybrid between procedural and logical languages. It gives a procedural interpretation to logical sentences  Python is very widely used for Artificial Intelligence. They have a lot of different AIs with corresponding packages: General AI, Machine Learning, Natural Language Processing and Neural Networks.  AI applications are also often written in standard languages like C++ and languages designed for mathematics, such as MATLAB and Lush.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26. FIFTH GENERATION COMPUTING  The term "fifth generation" was intended to convey the system as being a leap beyond existing machines.  In the history of computing hardware,  First generation(1940 -1956) : Computers using vacuum tubes.  Second generation(1956 -1963): Computers using transistors and diodes.  Third generation(1964 -1971): Computers using integrated circuits.  Fourth generation(1971- present): Computers using microprocessors.  Whereas previous computer generations had focused on increasing the number of logic elements in a single CPU, the fifth generation (present and beyond), instead turn to massive numbers of CPUs for added performance.
  • 27. FIFTH GENERATION COMPUTING  The Fifth Generation Computer Systems project (FGCS) was an initiative by Japan's Ministry of International Trade and Industry, begun in 1982, to create a computer using massively parallel computing/processing.  It aimed to create an "epoch-making computer" with-supercomputer-like performance and to provide a platform for future developments in artificial intelligence.  Fifth generation computing devices, based on artificial intelligence, are still in development, though there are some applications, such as voice recognition, that are being used today. The use of parallel processing and superconductors is helping to make artificial intelligence a reality.
  • 28. IBM 650 IBM 7090 IBM 360/91
  • 29. Association for the Advancement of Artificial Intelligence (AAAI) Founded in 1979, the Association for the Advancement of Artificial Intelligence (AAAI) (formerly the American Association for Artificial Intelligence) 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 aims to promote research in, and responsible use of, artificial intelligence.
  • 30. FUTURE SCOPE • Artificial minds will just single mindedly pursue their aims and these aims may not necessarily coincide with ours. • “WE’RE UNLIKELY EVER TO BE ABLE TO EFFECTIVELY CONTROL ANY SUPER INTELLIGENCE WE CREATE”.
  • 31. • A machine would’nt specifically want to kill us but its ammortality would mean that it would be willing to cause our extinction if necessary.
  • 32. But,according to the optimists,in a world of artificial super intelligence machines will still be our servants.
  • 33. • The immediate priority of super intelligence would beto help us to create FREE ENERGY. • In turn dramatically reducing the prices of almost everything. • Everything currently costly,would drop to almost zero!! • The way data costs now.
  • 34. BIBLIOGRAPHY  http://www.webopedia.com/  www.sciencedirect.com  http://www.aaai.org/  https://www.youtube.com/results?search_query=artificial+intelligence+  http://machineslikeus.com/news/whatever-happened-artificial- intelligence