SlideShare a Scribd company logo
1 of 25
Artificial Intelligence
Lecture 1
Introduction
What is Artificial Intelligence ?
• Human are wise because of their intelligence.
• Human have tried to understand how they:
• Think
• Perceive
• Understand
• Predict
• Manipulate
Large and complicated world
The field of AI is an attempts not just to understand
human intelligence but also build intelligent entities
What is Artificial Intelligence ?
• AI is one of the relatively new fields in science.
• Work on AI started after the Word War II
• The term AI was coined in 1956
• AI cover a huge variety of subfields:
• Play chess
• Proving mathematical theorems
• Writing poetry
• Driving a car
• Diagnosis disease
AI is truly a universal field
What is Artificial Intelligence ?
What is Artificial Intelligence ?
• The definitions on top are concerned with
thought process and reasoning.
• The one in the bottom address behavior.
• The definitions of the left measure success in
terms of fidelity (similarity) to human
performance.
• The one in the right measure success against an
ideal performance (rationality)
What is Artificial Intelligence ?
• AI definitions are laid out along
different dimension
• 1. process and reasoning (thinking)
What is Artificial Intelligence ?
• AI definitions are laid out along
different dimension
• 2. Behavior
What is Artificial Intelligence ?
• AI definitions are laid out
along different dimension
• 3. fidelity to human
performance
What is Artificial Intelligence ?
• AI definitions are laid out
along different dimension
• 4. Ideal performance
(Rationality)
A system is rational if it does the
“right thing” given what it knows
What is Artificial Intelligence ?
1. Acting Humanly: the Turing Test
• Proposed by Alan Turing (1950)
A computer passes the test if a human
interrogator, after posing some written
questions, cannot tell whether the
written response come from a person or
from a computer.
Ex : Which one is bigger a small
mountain or a big cat
What is Artificial Intelligence ?
1. Acting Humanly: the Turing Test
To pass the Turing test the computer need to posses the following
capabilities:
1. Natural language processing
2. Knowledge representation to store what it knows or hears
3. Automated reasoning
4. Machine learning to adapt to new circumstances
What is Artificial Intelligence ?
1. Acting Humanly: the Turing Test
• Turing Test avoided direct physical interaction between the
interrogator and the computer.
• However, the so called Total Turing Test includes:
• Video Signal for perceptual abilities.
• Ability to pass physical objects.
Hence Total Turing Test will need
5. Computer vision to perceive objects
6. Robotics to manipulate objects and move around.
What is Artificial Intelligence ?
2. Thinking humanly: The cognitive
modeling approach
• Program think like a human
• How human thinks
• Actual working of human mind
Represent human mind as a
computer program
What is Artificial Intelligence ?
2. Thinking humanly: The cognitive
modeling approach
• Program behavior matches
corresponding human behavior.
• Example:
General Problem Solver “GPS”
Compared and trace its reasoning
steps to traces of human subject
What is Artificial Intelligence ?
3. Thinking rationally: The “laws of
though” approach
• Right Thinking
• Irrefutable (indisputable) reasoning
process
Socrates is a man, all men are mortal,
therefore, Socrates is mortal
What is Artificial Intelligence ?
3. Thinking rationally: The “laws of
though” approach
• Represent object in the word and
the relation between them in form
of logical annotation
• Obstacle of this approach:
1. Knowledge representation with
uncertainty.
2. Computational resources
What is Artificial Intelligence ?
4. Acting rationally: The rational agent
approach
• Agent is something that acts
• Computer agent are expected:
• Operate autonomously
• Perceive their environment
• Persist over time
• Adapt to change
• Create and pursue goals
Rational Agent is one that acts to achieve
best outcome
In AI rational mean make the correct
inference
The foundation of Artificial Intelligence
1. Philosophy:
• How can form a rules to be used to draw a valid conclusions?
• How does the mind arise from a physical brain?
• Where dose knowledge come from?
• How does knowledge lead to action?
2. Mathematics
• What are the formal rules to draw valid conclusions?
• What can be computed?
• How do we reason with uncertain information?
The foundation of Artificial Intelligence
3. Economics
• How should we make decisions so as to maximize payoff?
• How should we do this when others may not
• How should we do this when the payoff may be far in the future?
4. Neuroscience
• How do brains process information?
5. Psychology
• How do humans and animals think and act?
6. Computer engineering
• How can we build an efficient computer
7. Control theory and cybernetics
• How can artifacts operate under their own control
8. Linguistics
• How does language related to thought
The History of Artificial Intelligence
The gestation of AI (1943-1955) Warren (1943) : constructed artificial neurons characterized as being “on” or
“off” in response to neighboring neurons. neurons are connected using
logical connectives (and, or , not , etc )
Donald (1949) updated the previous work by adding connection strengths.
Marvin (1950) build the first neural network computer (SNARC) to simulate
a B-24 automatic pilot which consists of 40 neurons
The birth of AI (1956) Tow months work shop held on Dartmouth college in Hanover in the summer
of 1956
Early enthusiasm (1952-1969) General Problem Solver (GPS): Thinking humanly, Physical symbol system
hypothesis which has sufficient means for general intelligent action, IBM
geometry theorem prover which was able to prove theorems that many
students of mathematics would find quite difficult.
A dose of reality (1966-1973) Early successes made a prediction that within 10 years would do many
intelligence actions. The prediction come true within 40 years due to two
main difficulty: absence of background knowledge and the need for faster
hardware and memory
The History of Artificial Intelligence
Knowledge-based system
(1969-1979)
Early stages of AI trying to string together elementary reasoning steps to
find complete solutions (Weak Methods).
Alternatively , using more powerful (domain specific knowledge ) allows
larger reasoning steps (expert system)
AI becomes an industry (1980-
present)
The first successful commercial AI (expert system) R1 began operation the
digital equipment corporation.
By 1988, the corporation used 40 expert systems
The return of neural networks
(1986-present)
In the mid of 1980s for different research group reinvented the back-
propagation learning algorithm firs found in 1969.
AI adopts the scientific method
(1987-present)
Revolution in both the content and methodology of work in AI. It is more
common to build on existing theories than to propose brand-new one.
The History of Artificial Intelligence
The emergence of intelligent
Agent (1995-present)
Internet is one of the most important factor to create agent. It is so common
in web-base application that the “-bot” , recommender system , search
engines.
The availability of very large
data sets (2001-present)
In AI recent work has been suggests that it make more sense to concentrate
on the data. This is true because of the increasing availability of very large
data sources.
The State of the Art
What can AI do today ?
1. Robotic vehicles
2. Speech recognition
3. Autonomous planning and scheduling
4. Game playing
5. Spam fighting
6. Logistics planning
7. Robotics
8. Machine Translation
Summary
Important Points
1. Different people approach AI with different
goals in mind (Thinking Or Behavior).
2. Intelligence is concerned mainly with rational
action (intelligent agent).
3. Philosophers (400 B.C.) consider mind like
machine, mind operates on knowledge encoded
in some internal language, and that thought can
be used to choose what actions to take.
4. Mathematicians provided the tools to
manipulate statements of logical certainty as
well as uncertain (probabilistic) and reasoning
Summary
Important Points
5. Economists formalized the problem of making
decisions.
6. Neuroscientist discovered some facts about how
brain works
7. Psychologists adopted the idea that human can
be considered as information processing
machine
8. Computer engineers provided the ever-more-
powerful machine that make AI applications
possible

More Related Content

Similar to #1 Lecture .pptx

Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceravijain90
 
Lec1 introduction
Lec1 introductionLec1 introduction
Lec1 introductionSheheen83
 
introduction to Artificial Intelligence for computer science
introduction to Artificial Intelligence for computer scienceintroduction to Artificial Intelligence for computer science
introduction to Artificial Intelligence for computer scienceDawitTesfa4
 
Artificialintelligence 131226011156-phpapp02
Artificialintelligence 131226011156-phpapp02Artificialintelligence 131226011156-phpapp02
Artificialintelligence 131226011156-phpapp02imtiaz hussain
 
ARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm PaperARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm PaperMuhammad Ahmed
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencefunpathshala
 
Lecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.pptLecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.pptDebabrataPain1
 
Module-1.1.pdf of aiml engineering mod 1
Module-1.1.pdf of aiml engineering mod 1Module-1.1.pdf of aiml engineering mod 1
Module-1.1.pdf of aiml engineering mod 1fariyaPatel
 
Artificial intelligence.pptx
Artificial intelligence.pptxArtificial intelligence.pptx
Artificial intelligence.pptxMuahmmad Rafiq
 
Introduction to Artificial Intelligence - Cybernetics Robo Academy
Introduction to Artificial Intelligence - Cybernetics Robo AcademyIntroduction to Artificial Intelligence - Cybernetics Robo Academy
Introduction to Artificial Intelligence - Cybernetics Robo AcademyTutulAhmed3
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptxMirzaJahanzeb5
 

Similar to #1 Lecture .pptx (20)

Artificial_Intelligence.ppt
Artificial_Intelligence.pptArtificial_Intelligence.ppt
Artificial_Intelligence.ppt
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Lec1 introduction
Lec1 introductionLec1 introduction
Lec1 introduction
 
introduction to Artificial Intelligence for computer science
introduction to Artificial Intelligence for computer scienceintroduction to Artificial Intelligence for computer science
introduction to Artificial Intelligence for computer science
 
Lecture 1.pdf
Lecture 1.pdfLecture 1.pdf
Lecture 1.pdf
 
Artificialintelligence 131226011156-phpapp02
Artificialintelligence 131226011156-phpapp02Artificialintelligence 131226011156-phpapp02
Artificialintelligence 131226011156-phpapp02
 
Artificial_Intelligence
Artificial_IntelligenceArtificial_Intelligence
Artificial_Intelligence
 
Ai introduction
Ai  introductionAi  introduction
Ai introduction
 
AI Unit1.ppt
AI Unit1.pptAI Unit1.ppt
AI Unit1.ppt
 
AI Unit1b.ppt
AI Unit1b.pptAI Unit1b.ppt
AI Unit1b.ppt
 
ARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm PaperARTIFICIAL INTELLIGENCETterm Paper
ARTIFICIAL INTELLIGENCETterm Paper
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Lecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.pptLecture 1. Introduction to AI and it's applications.ppt
Lecture 1. Introduction to AI and it's applications.ppt
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Module-1.1.pdf of aiml engineering mod 1
Module-1.1.pdf of aiml engineering mod 1Module-1.1.pdf of aiml engineering mod 1
Module-1.1.pdf of aiml engineering mod 1
 
Artificial intelligence.pptx
Artificial intelligence.pptxArtificial intelligence.pptx
Artificial intelligence.pptx
 
Introduction to Artificial Intelligence - Cybernetics Robo Academy
Introduction to Artificial Intelligence - Cybernetics Robo AcademyIntroduction to Artificial Intelligence - Cybernetics Robo Academy
Introduction to Artificial Intelligence - Cybernetics Robo Academy
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptx
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 

Recently uploaded

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 

Recently uploaded (20)

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 

#1 Lecture .pptx

  • 2. What is Artificial Intelligence ? • Human are wise because of their intelligence. • Human have tried to understand how they: • Think • Perceive • Understand • Predict • Manipulate Large and complicated world The field of AI is an attempts not just to understand human intelligence but also build intelligent entities
  • 3. What is Artificial Intelligence ? • AI is one of the relatively new fields in science. • Work on AI started after the Word War II • The term AI was coined in 1956 • AI cover a huge variety of subfields: • Play chess • Proving mathematical theorems • Writing poetry • Driving a car • Diagnosis disease AI is truly a universal field
  • 4. What is Artificial Intelligence ?
  • 5. What is Artificial Intelligence ? • The definitions on top are concerned with thought process and reasoning. • The one in the bottom address behavior. • The definitions of the left measure success in terms of fidelity (similarity) to human performance. • The one in the right measure success against an ideal performance (rationality)
  • 6. What is Artificial Intelligence ? • AI definitions are laid out along different dimension • 1. process and reasoning (thinking)
  • 7. What is Artificial Intelligence ? • AI definitions are laid out along different dimension • 2. Behavior
  • 8. What is Artificial Intelligence ? • AI definitions are laid out along different dimension • 3. fidelity to human performance
  • 9. What is Artificial Intelligence ? • AI definitions are laid out along different dimension • 4. Ideal performance (Rationality) A system is rational if it does the “right thing” given what it knows
  • 10. What is Artificial Intelligence ? 1. Acting Humanly: the Turing Test • Proposed by Alan Turing (1950) A computer passes the test if a human interrogator, after posing some written questions, cannot tell whether the written response come from a person or from a computer. Ex : Which one is bigger a small mountain or a big cat
  • 11. What is Artificial Intelligence ? 1. Acting Humanly: the Turing Test To pass the Turing test the computer need to posses the following capabilities: 1. Natural language processing 2. Knowledge representation to store what it knows or hears 3. Automated reasoning 4. Machine learning to adapt to new circumstances
  • 12. What is Artificial Intelligence ? 1. Acting Humanly: the Turing Test • Turing Test avoided direct physical interaction between the interrogator and the computer. • However, the so called Total Turing Test includes: • Video Signal for perceptual abilities. • Ability to pass physical objects. Hence Total Turing Test will need 5. Computer vision to perceive objects 6. Robotics to manipulate objects and move around.
  • 13. What is Artificial Intelligence ? 2. Thinking humanly: The cognitive modeling approach • Program think like a human • How human thinks • Actual working of human mind Represent human mind as a computer program
  • 14. What is Artificial Intelligence ? 2. Thinking humanly: The cognitive modeling approach • Program behavior matches corresponding human behavior. • Example: General Problem Solver “GPS” Compared and trace its reasoning steps to traces of human subject
  • 15. What is Artificial Intelligence ? 3. Thinking rationally: The “laws of though” approach • Right Thinking • Irrefutable (indisputable) reasoning process Socrates is a man, all men are mortal, therefore, Socrates is mortal
  • 16. What is Artificial Intelligence ? 3. Thinking rationally: The “laws of though” approach • Represent object in the word and the relation between them in form of logical annotation • Obstacle of this approach: 1. Knowledge representation with uncertainty. 2. Computational resources
  • 17. What is Artificial Intelligence ? 4. Acting rationally: The rational agent approach • Agent is something that acts • Computer agent are expected: • Operate autonomously • Perceive their environment • Persist over time • Adapt to change • Create and pursue goals Rational Agent is one that acts to achieve best outcome In AI rational mean make the correct inference
  • 18. The foundation of Artificial Intelligence 1. Philosophy: • How can form a rules to be used to draw a valid conclusions? • How does the mind arise from a physical brain? • Where dose knowledge come from? • How does knowledge lead to action? 2. Mathematics • What are the formal rules to draw valid conclusions? • What can be computed? • How do we reason with uncertain information?
  • 19. The foundation of Artificial Intelligence 3. Economics • How should we make decisions so as to maximize payoff? • How should we do this when others may not • How should we do this when the payoff may be far in the future? 4. Neuroscience • How do brains process information? 5. Psychology • How do humans and animals think and act? 6. Computer engineering • How can we build an efficient computer 7. Control theory and cybernetics • How can artifacts operate under their own control 8. Linguistics • How does language related to thought
  • 20. The History of Artificial Intelligence The gestation of AI (1943-1955) Warren (1943) : constructed artificial neurons characterized as being “on” or “off” in response to neighboring neurons. neurons are connected using logical connectives (and, or , not , etc ) Donald (1949) updated the previous work by adding connection strengths. Marvin (1950) build the first neural network computer (SNARC) to simulate a B-24 automatic pilot which consists of 40 neurons The birth of AI (1956) Tow months work shop held on Dartmouth college in Hanover in the summer of 1956 Early enthusiasm (1952-1969) General Problem Solver (GPS): Thinking humanly, Physical symbol system hypothesis which has sufficient means for general intelligent action, IBM geometry theorem prover which was able to prove theorems that many students of mathematics would find quite difficult. A dose of reality (1966-1973) Early successes made a prediction that within 10 years would do many intelligence actions. The prediction come true within 40 years due to two main difficulty: absence of background knowledge and the need for faster hardware and memory
  • 21. The History of Artificial Intelligence Knowledge-based system (1969-1979) Early stages of AI trying to string together elementary reasoning steps to find complete solutions (Weak Methods). Alternatively , using more powerful (domain specific knowledge ) allows larger reasoning steps (expert system) AI becomes an industry (1980- present) The first successful commercial AI (expert system) R1 began operation the digital equipment corporation. By 1988, the corporation used 40 expert systems The return of neural networks (1986-present) In the mid of 1980s for different research group reinvented the back- propagation learning algorithm firs found in 1969. AI adopts the scientific method (1987-present) Revolution in both the content and methodology of work in AI. It is more common to build on existing theories than to propose brand-new one.
  • 22. The History of Artificial Intelligence The emergence of intelligent Agent (1995-present) Internet is one of the most important factor to create agent. It is so common in web-base application that the “-bot” , recommender system , search engines. The availability of very large data sets (2001-present) In AI recent work has been suggests that it make more sense to concentrate on the data. This is true because of the increasing availability of very large data sources.
  • 23. The State of the Art What can AI do today ? 1. Robotic vehicles 2. Speech recognition 3. Autonomous planning and scheduling 4. Game playing 5. Spam fighting 6. Logistics planning 7. Robotics 8. Machine Translation
  • 24. Summary Important Points 1. Different people approach AI with different goals in mind (Thinking Or Behavior). 2. Intelligence is concerned mainly with rational action (intelligent agent). 3. Philosophers (400 B.C.) consider mind like machine, mind operates on knowledge encoded in some internal language, and that thought can be used to choose what actions to take. 4. Mathematicians provided the tools to manipulate statements of logical certainty as well as uncertain (probabilistic) and reasoning
  • 25. Summary Important Points 5. Economists formalized the problem of making decisions. 6. Neuroscientist discovered some facts about how brain works 7. Psychologists adopted the idea that human can be considered as information processing machine 8. Computer engineers provided the ever-more- powerful machine that make AI applications possible