(Go: >> BACK << -|- >> HOME <<)

SlideShare a Scribd company logo
CSC 361: Artificial Intelligence
Prepared by Said Kerrache
Modified by Mishari Almishari
Syllabus + Introduction
Class Information
Instructor:
Mishari Almishari
mialmishari@ksu.edu.sa
Office: building 31, room# 2119
Office Hours: Mod, Wed 9-10am or by appointment
Book
Artificial Intelligence, A Modern Approach
Russell & Norvig,Prentice Hall
Third edition
Grading
• Grade Distribution
– Midterm 1 - 20
– Midterm 2 – 20
– Project – 20
– Final Exam – 40
• Midterm 1 Date
– Mod 3/1/1435
• Midterm 2 Date
– Mod 3/3/1435
• Project
– Due in Last Week
Warning!!!
Any form of cheating is not tolerated and can result in getting an F
in the class
Important Notes
• No class next week - Week of Sep 8
• Tutorials may not be held on its scheduled time
• We may have lectures on the tutorial sessions
or tutorials on lecture sessions
AI in Fiction
An intelligent killing robot
Smart machines that took over
the human race and made
them live in a simulated world
What’s interesting with AI
Search engines
Labor
Science
Medicine/
Diagnosis
Appliances
slide mostly borrowed from Laurent Itti
Movies Recommendation
What’s interesting with AI
• Honda AISMO
• Advanced Step in Innovation MObility
• Humanoid Robot
• Capable of recognizing:
• Moving objects
• Postures
• Gestures
• Handshake
• Sounds
• Capable of walking and running
http://en.wikipedia.org/wiki/ASIMO
What’s interesting with AI
Darpa Grand Challenge
• To nurture the development of autonomous ground vehicles
• Competition of Driverless vehicles
• 2004
• 1 million
• Mojave Desert
• Follows a route of 240 km
• No one won: best completed 12 km
• 2005
• 2 million dollar prize
• 3 narrow tunnels, 100 sharp turns
• Twisted pass with a drop-off one one side
• Five succeeded
• Winner: 6:54 hours, Stanford Racing Team – Stanely
Urban Grand Challenge
• 2007
• 2 million dollar
• AirForce Base
• To obey to all traffic rules
• 96 km within less than 6 hours
• CMU team won – with 4:10
http://en.wikipedia.org/wiki/DARPA_Grand_Challenge
stanely
What’s interesting with AI
• 1996, Deep Blue first machine to beat chess world champion
• But lost in the series – 4 to 2
• 1997, won the series 3.5 to 2.5
• Search 6 to 8 moves a head
• The evaluation function is set by the system after examining thousands of master
games
http://en.wikipedia.org/wiki/Deep_Blue_(chess_computer)
Syllabus - Tentative
1. Introduction (Chapter.1)
2. Intelligent Agents (Chapter.2)
3. Solving Problems by Search (Chapter.3 and chapter.4)
4. Constraint satisfaction Problems (Chapter.6).
5. Game Playing(Chapter.5)
6. Logical Agents (Chapter.7)
7. First Order Logic (Chapter.8)
8. Inference in logic (Chapter.9)
9. Classification
Introduction – Chapter 1
AI Definition
• The exciting new effort to make computers thinks …
machine with minds, in the full and literal sense”
(Haugeland 1985)
• The automation of activities that we associate with human
thinking, activities such as decision-making, problem
solving, learning,…(Bellman, 1978)
Think Like Humans
AI Defintion
• “The art of creating machines that perform functions that
require intelligence when performed by people” (Kurzweil,
1990)
• “The study of how to make computers do things at which, at
the moment, people do better”, (Rich and Knight, 1991)
Act Like Humans
AI Definition
• “The study of mental faculties through the use of
computational models”,(Charniak et al. 1985)
• “The study of the computations that make it possible to
perceive, reason and act”,(Winston, 1992)
Think Rationally
AI Definition
• “Computational Intelligence is the study of the design of
intelligent agents” (Poole et al, 1998)
• “AI….is concerned with intelligent behavior in artifact”,
(Nilsson, 1998)
Act Rationally
How to Achieve AI?
AI
Acting
humanly
Thinking
rationally
Acting
rationally
Thinking
humanly
17
Acting Humanly: The Turing Test
CSC 361 Artificial Intelligence 18
• To be intelligent, a program should simply act like a human
Alan Turing
1912-1954
http://en.wikipedia.org/wiki/Turing_test
The Turing Test - Example
http://www.ai.mit.edu/projects/infolab/
http://aimovie.warnerbros.com
slide mostly borrowed from Laurent Itti
The Turing Test - Example
http://www.ai.mit.edu/projects/infolab/
http://aimovie.warnerbros.com
slide mostly borrowed from Laurent Itti
The Turing Test - Example
http://www.ai.mit.edu/projects/infolab/
http://aimovie.warnerbros.com
slide mostly borrowed from Laurent Itti
The Turing Test - Example
http://www.ai.mit.edu/projects/infolab/
http://aimovie.warnerbros.com
slide mostly borrowed from Laurent Itti
The Turing Test - Example
http://www.ai.mit.edu/projects/infolab/
http://aimovie.warnerbros.com
slide mostly borrowed from Laurent Itti
Acting Humanly
24
• To pass the Turing test, the computer/robot needs:
– Natural language processing to communicate successfully.
– Knowledge representation to store what it knows or hears.
– Automated reasoning to answer questions and draw conclusions using
stored information.
– Machine learning to adapt to new circumstances and to detect and
extrapolate patterns.
– These are the main branches of AI.
Acting Humanly: The Turing Test
CSC 361 Artificial Intelligence 25
• To be intelligent, a program should simply act like a human
Alan Turing
1912-1954
http://en.wikipedia.org/wiki/Turing_test
+ physical interaction =>
Total Turing Test
- Recognize objects and
gestures
- Move objects
Acting Humanly – for Total Turing
• To pass the Turing test, the computer/robot needs:
– Natural language processing to communicate successfully.
– Knowledge representation to store what it knows or hears.
– Automated reasoning to answer questions and draw conclusions using stored
information.
– Machine learning to adapt to new circumstances and to detect and extrapolate
patterns.
– Computer vision to perceive objects. (Total Turing test)
– Robotics to manipulate objects and move. (Total Turing test)
– These are the main branches of AI.
Thinking Humanly
27
• Real intelligence requires thinking  think like a
human !
• First, we should know how a human think
– Introspect ones thoughts
– Physiological experiment to understand how someone
thinks
– Brain imaging – MRI…
• Then, we can build programs and models that
think like humans
– Resulted in the field of cognitive science: a merger
between AI and psychology.
Problems with Imitating Humans
28
• The human thinking process is difficult to
understand: how does the mind raises from
the brain ? Think also about unconscious tasks
such as vision and speech understanding.
• Humans are not perfect ! We make a lot of
systemic mistakes:
Thinking Rationally
29
• Instead of thinking like a human : think rationally.
• Find out how correct thinking must proceed: the laws
of thought.
• Aristotle syllogism: “Socrates is a man; all men are
mortal, therefore Socrates is mortal.”
• This initiated logic: a traditional and important branch
of mathematics and computer science.
• Problem: it is not always possible to model thought as
a set of rules; sometimes there uncertainty.
• Even when a modeling is available, the complexity of
the problem may be too large to allow for a solution.
Acting Rationally
30
• Rational agent: acts as to achieve the best outcome
• Logical thinking is only one aspect of appropriate behavior:
reactions like getting your hand out of a hot place is not the
result of a careful deliberation, yet it is clearly rational.
• Sometimes there is no correct way to do, yet something
must be done.
• Instead of insisting on how the program should think, we
insist on how the program should act: we care only about
the final result.
• Advantages:
– more general than “thinking rationally” and more
– Mathematically principled; proven to achieve rationality unlike
human behavior or thought
Acting Rationally
31
This is how birds fly Humans tried to mimic
birds for centuries
This is how we finally
achieved “artificial flight”
Relations to Other Fields
CSC 361 Artificial Intelligence 32
• Philosophy
– Logic, methods of reasoning and rationality.
• Mathematics
– Formal representation and proof, algorithms, computation, (un)decidability, (in)tractability,
probability.
• Economics
– utility, decision theory (decide under uncertainty)
• Neuroscience
– neurons as information processing units.
• Psychology/Cognitive Science
– how do people behave, perceive, process information, represent knowledge.
• Computer engineering
– building fast computers
• Control theory
– design systems that maximize an objective function over time
• Linguistics
– knowledge representation, grammar
slide mostly borrowed from Max Welling
AI History
• Gestation of AI (1934 - 1955)
– In 1943, proposed a binary-based model of neurons
– Any computable function can be modeled by a set of neurons
– A serious attempt to model brain
– 1950, Turing’s “Computing Machinery and Intelligence ”: turing test,
reinforcement learning and machine learning
• The Inception of AI (1956)
– Dartmouth meeting to study AI
– an AI program ”Logic Theorist” to prove many theorems
• Early Enthusiasm and great Expectation (1952-1969)
– General Problem Solver imitates the human way of thinking
– LISP (AI programming language) was defined
– 1965, Robinson discovered the resolution method – logical reasoning
• AI Winter (1966-1973)
– Computational intractability of many AI problems
– Neural Network starts to disappear
AI History
• Knowledge-based systems (1969-1979)
– Use domain knowledge to allow for stronger reasoning
• Becomes an Industry (1980-now)
– Digital Equipment Corporation selling R1 “expert sytem”
– From few million to billions in 8 years
• The return of neural network (1986-now)
– With the back-propagation algorithm
• AI adopts scientific method (1987-now)
– More common to base theorems on pervious ones or rigorous evidence rather
than intuition
– Speech recognition and HMM
• Emergence of intelligent agent (1995-now)
– search engines, recommender systems,….
• Availability of very large data sets (2001 – now)
– Worry more about the data
The State of the Art
• Robotics Vehicle
– DARPA Challenge
• Speech Recognition
– United Airlines
• Autonomous Planning and Scheduling
– Remote Agent: Plan and control spacecraft
– MAPGEN: daily planning of operations on NASA’s exploration Rover
• Game Playing
– IBM Deep Blue
• Spam Fighting
• Logistic Planning
– DART – Dynamic Analysis and Replacing Tool
– Gulf War 1991
– To plan the logistic for transportation of 50k vehicles, cargo and people
– Generated in hour a plan that could take weeks
• Robotics
• Machine Translation
– Statistical models
Summary
CSC 361 Artificial Intelligence 36
• This course is concerned with creating rational agents:
artificial rationality.
• AI has passed the era of infancy and is now attacking real
life, complex problems, and it is succeeding in many of
them.
• The history of AI has had a turbulent history with many ups
and downs, phenomenal successes and deep
disappointments resulting in fund cutbacks and economic
losses.
• AI has flourished in the last two decades and it the
researchers mentality shifted towards a rigorous scientific
methodology:
Firm theoretical basis & Serious experiments

More Related Content

Similar to introduction.pptx

Artificial Intelligent introduction or history
Artificial Intelligent introduction or historyArtificial Intelligent introduction or history
Artificial Intelligent introduction or history
Arslan Sattar
 
1 Introduction to AI.pptx
1 Introduction to AI.pptx1 Introduction to AI.pptx
1 Introduction to AI.pptx
BikashAcharya13
 
C1 into to ai
C1 into to aiC1 into to ai
C1 into to ai
Koushiksuraj
 
Intro AI.pdf
Intro AI.pdfIntro AI.pdf
Intro AI.pdf
satishjadhao6
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
Syed Zaid Irshad
 
csc384-Lecture01-Introduction_abcdpdf_pdf_to_ppt.pptx
csc384-Lecture01-Introduction_abcdpdf_pdf_to_ppt.pptxcsc384-Lecture01-Introduction_abcdpdf_pdf_to_ppt.pptx
csc384-Lecture01-Introduction_abcdpdf_pdf_to_ppt.pptx
AlexKaul1
 
n01.ppt
n01.pptn01.ppt
n01.ppt
ssuser7d214c
 
Introduction to Artificial Intelligences
Introduction to Artificial IntelligencesIntroduction to Artificial Intelligences
Introduction to Artificial Intelligences
Meenakshi Paul
 
ai.ppt
ai.pptai.ppt
computer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligencecomputer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligence
KhanKhaja1
 
ai.ppt
ai.pptai.ppt
ai.ppt
securework
 
ai.ppt
ai.pptai.ppt
ai.ppt
ai.pptai.ppt
ai.ppt
KhanKhaja1
 
Lec1-AIIntro (1).ppt
Lec1-AIIntro (1).pptLec1-AIIntro (1).ppt
Lec1-AIIntro (1).ppt
SUKHPREET SINGH
 
Lec1 introduction
Lec1 introductionLec1 introduction
Lec1 introduction
Sheheen83
 
M1 intro
M1 introM1 intro
M1 intro
Yasir Khan
 
Artificial intelligence(introduction)
Artificial intelligence(introduction)Artificial intelligence(introduction)
Artificial intelligence(introduction)
syed rafi
 
Intro artificial intelligence
Intro artificial intelligenceIntro artificial intelligence
Intro artificial intelligence
Fraz Ali
 
Introduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdfIntroduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdf
gqgy2nsf5x
 
intro (1).ppt
intro (1).pptintro (1).ppt
intro (1).ppt
burakkrk6
 

Similar to introduction.pptx (20)

Artificial Intelligent introduction or history
Artificial Intelligent introduction or historyArtificial Intelligent introduction or history
Artificial Intelligent introduction or history
 
1 Introduction to AI.pptx
1 Introduction to AI.pptx1 Introduction to AI.pptx
1 Introduction to AI.pptx
 
C1 into to ai
C1 into to aiC1 into to ai
C1 into to ai
 
Intro AI.pdf
Intro AI.pdfIntro AI.pdf
Intro AI.pdf
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
csc384-Lecture01-Introduction_abcdpdf_pdf_to_ppt.pptx
csc384-Lecture01-Introduction_abcdpdf_pdf_to_ppt.pptxcsc384-Lecture01-Introduction_abcdpdf_pdf_to_ppt.pptx
csc384-Lecture01-Introduction_abcdpdf_pdf_to_ppt.pptx
 
n01.ppt
n01.pptn01.ppt
n01.ppt
 
Introduction to Artificial Intelligences
Introduction to Artificial IntelligencesIntroduction to Artificial Intelligences
Introduction to Artificial Intelligences
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
computer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligencecomputer science engineering spe ialized in artificial Intelligence
computer science engineering spe ialized in artificial Intelligence
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
ai.ppt
ai.pptai.ppt
ai.ppt
 
Lec1-AIIntro (1).ppt
Lec1-AIIntro (1).pptLec1-AIIntro (1).ppt
Lec1-AIIntro (1).ppt
 
Lec1 introduction
Lec1 introductionLec1 introduction
Lec1 introduction
 
M1 intro
M1 introM1 intro
M1 intro
 
Artificial intelligence(introduction)
Artificial intelligence(introduction)Artificial intelligence(introduction)
Artificial intelligence(introduction)
 
Intro artificial intelligence
Intro artificial intelligenceIntro artificial intelligence
Intro artificial intelligence
 
Introduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdfIntroduction to Artificial Intelligence.pdf
Introduction to Artificial Intelligence.pdf
 
intro (1).ppt
intro (1).pptintro (1).ppt
intro (1).ppt
 

Recently uploaded

A NICER VIEW OF THE NEAREST AND BRIGHTEST MILLISECOND PULSAR: PSR J0437−4715
A NICER VIEW OF THE NEAREST AND BRIGHTEST MILLISECOND PULSAR: PSR J0437−4715A NICER VIEW OF THE NEAREST AND BRIGHTEST MILLISECOND PULSAR: PSR J0437−4715
A NICER VIEW OF THE NEAREST AND BRIGHTEST MILLISECOND PULSAR: PSR J0437−4715
Sérgio Sacani
 
Role of transgenic animal in target validation.pptx
Role of transgenic animal in target validation.pptxRole of transgenic animal in target validation.pptx
Role of transgenic animal in target validation.pptx
SejalAgrawal43
 
The CGIAR needs a revolution John McIntire a, Achim Dobermann b
The CGIAR needs a revolution John McIntire a, Achim Dobermann bThe CGIAR needs a revolution John McIntire a, Achim Dobermann b
The CGIAR needs a revolution John McIntire a, Achim Dobermann b
Abdellah HAMMA
 
Simulations of pulsed overpressure jets: formation of bellows and ripples in ...
Simulations of pulsed overpressure jets: formation of bellows and ripples in ...Simulations of pulsed overpressure jets: formation of bellows and ripples in ...
Simulations of pulsed overpressure jets: formation of bellows and ripples in ...
Sérgio Sacani
 
Shoot apex organization and its theories
Shoot apex organization and its theoriesShoot apex organization and its theories
Shoot apex organization and its theories
MEGHASHREE A M
 
From Seeds to Supermassive Black Holes: Capture, Growth, Migration, and Pairi...
From Seeds to Supermassive Black Holes: Capture, Growth, Migration, and Pairi...From Seeds to Supermassive Black Holes: Capture, Growth, Migration, and Pairi...
From Seeds to Supermassive Black Holes: Capture, Growth, Migration, and Pairi...
Sérgio Sacani
 
How Does Simulation-Based Testing for Self-Driving Cars Match Human Perception?
How Does Simulation-Based Testing for Self-Driving Cars Match Human Perception?How Does Simulation-Based Testing for Self-Driving Cars Match Human Perception?
How Does Simulation-Based Testing for Self-Driving Cars Match Human Perception?
Christian Birchler
 
Bacteria l classification(sperical).pptx
Bacteria l classification(sperical).pptxBacteria l classification(sperical).pptx
Bacteria l classification(sperical).pptx
shubhamve111yadav
 
Synopsis: Analysis of a Metallic Specimen
Synopsis: Analysis of a Metallic SpecimenSynopsis: Analysis of a Metallic Specimen
Synopsis: Analysis of a Metallic Specimen
Sérgio Sacani
 
Potential of Marine Renewable and Non renewable energy.pptx
Potential of Marine Renewable and Non renewable energy.pptxPotential of Marine Renewable and Non renewable energy.pptx
Potential of Marine Renewable and Non renewable energy.pptx
J. Bovas Joel BFSc
 
16. 20240529_Ailin Molosag_MARIGREEN_SS_Day3_Ailin.pdf
16. 20240529_Ailin Molosag_MARIGREEN_SS_Day3_Ailin.pdf16. 20240529_Ailin Molosag_MARIGREEN_SS_Day3_Ailin.pdf
16. 20240529_Ailin Molosag_MARIGREEN_SS_Day3_Ailin.pdf
marigreenproject
 
Concept of Balanced Diet & Nutrients.pdf
Concept of Balanced Diet & Nutrients.pdfConcept of Balanced Diet & Nutrients.pdf
Concept of Balanced Diet & Nutrients.pdf
SELF-EXPLANATORY
 
Traditional, current and future use of fish and seaweed for fertilisation - ...
Traditional, current and future use of fish and seaweed for fertilisation -  ...Traditional, current and future use of fish and seaweed for fertilisation -  ...
Traditional, current and future use of fish and seaweed for fertilisation - ...
Faculty of Applied Chemistry and Materials Science
 
Complementary interstellar detections from the heliotail
Complementary interstellar detections from the heliotailComplementary interstellar detections from the heliotail
Complementary interstellar detections from the heliotail
Sérgio Sacani
 
atom, elements, molecule and compounds #CBSE, #IX class, #chapter-3, #ATOMS&M...
atom, elements, molecule and compounds #CBSE, #IX class, #chapter-3, #ATOMS&M...atom, elements, molecule and compounds #CBSE, #IX class, #chapter-3, #ATOMS&M...
atom, elements, molecule and compounds #CBSE, #IX class, #chapter-3, #ATOMS&M...
ManjulaVani3
 
The main #types, of #chemical, #reactions,
The main #types, of #chemical, #reactions,The main #types, of #chemical, #reactions,
The main #types, of #chemical, #reactions,
ManjulaVani3
 
Biochar impregnation as slow release fertilizer - Violeta Alexandra Ion
Biochar impregnation as slow release fertilizer - Violeta Alexandra IonBiochar impregnation as slow release fertilizer - Violeta Alexandra Ion
Biochar impregnation as slow release fertilizer - Violeta Alexandra Ion
Faculty of Applied Chemistry and Materials Science
 
MARIGREEN PROJECT - overview, Oana Cristina Pârvulescu
MARIGREEN PROJECT - overview, Oana Cristina PârvulescuMARIGREEN PROJECT - overview, Oana Cristina Pârvulescu
MARIGREEN PROJECT - overview, Oana Cristina Pârvulescu
Faculty of Applied Chemistry and Materials Science
 
MACRAMÉ ChIPs @Behoerdenklausur 2024 (Berlin)
MACRAMÉ ChIPs @Behoerdenklausur 2024 (Berlin)MACRAMÉ ChIPs @Behoerdenklausur 2024 (Berlin)
MACRAMÉ ChIPs @Behoerdenklausur 2024 (Berlin)
Steffi Friedrichs
 
Ancient Theory, Abiogenesis , Biogenesis
Ancient Theory, Abiogenesis , BiogenesisAncient Theory, Abiogenesis , Biogenesis
Ancient Theory, Abiogenesis , Biogenesis
SoniaBajaj10
 

Recently uploaded (20)

A NICER VIEW OF THE NEAREST AND BRIGHTEST MILLISECOND PULSAR: PSR J0437−4715
A NICER VIEW OF THE NEAREST AND BRIGHTEST MILLISECOND PULSAR: PSR J0437−4715A NICER VIEW OF THE NEAREST AND BRIGHTEST MILLISECOND PULSAR: PSR J0437−4715
A NICER VIEW OF THE NEAREST AND BRIGHTEST MILLISECOND PULSAR: PSR J0437−4715
 
Role of transgenic animal in target validation.pptx
Role of transgenic animal in target validation.pptxRole of transgenic animal in target validation.pptx
Role of transgenic animal in target validation.pptx
 
The CGIAR needs a revolution John McIntire a, Achim Dobermann b
The CGIAR needs a revolution John McIntire a, Achim Dobermann bThe CGIAR needs a revolution John McIntire a, Achim Dobermann b
The CGIAR needs a revolution John McIntire a, Achim Dobermann b
 
Simulations of pulsed overpressure jets: formation of bellows and ripples in ...
Simulations of pulsed overpressure jets: formation of bellows and ripples in ...Simulations of pulsed overpressure jets: formation of bellows and ripples in ...
Simulations of pulsed overpressure jets: formation of bellows and ripples in ...
 
Shoot apex organization and its theories
Shoot apex organization and its theoriesShoot apex organization and its theories
Shoot apex organization and its theories
 
From Seeds to Supermassive Black Holes: Capture, Growth, Migration, and Pairi...
From Seeds to Supermassive Black Holes: Capture, Growth, Migration, and Pairi...From Seeds to Supermassive Black Holes: Capture, Growth, Migration, and Pairi...
From Seeds to Supermassive Black Holes: Capture, Growth, Migration, and Pairi...
 
How Does Simulation-Based Testing for Self-Driving Cars Match Human Perception?
How Does Simulation-Based Testing for Self-Driving Cars Match Human Perception?How Does Simulation-Based Testing for Self-Driving Cars Match Human Perception?
How Does Simulation-Based Testing for Self-Driving Cars Match Human Perception?
 
Bacteria l classification(sperical).pptx
Bacteria l classification(sperical).pptxBacteria l classification(sperical).pptx
Bacteria l classification(sperical).pptx
 
Synopsis: Analysis of a Metallic Specimen
Synopsis: Analysis of a Metallic SpecimenSynopsis: Analysis of a Metallic Specimen
Synopsis: Analysis of a Metallic Specimen
 
Potential of Marine Renewable and Non renewable energy.pptx
Potential of Marine Renewable and Non renewable energy.pptxPotential of Marine Renewable and Non renewable energy.pptx
Potential of Marine Renewable and Non renewable energy.pptx
 
16. 20240529_Ailin Molosag_MARIGREEN_SS_Day3_Ailin.pdf
16. 20240529_Ailin Molosag_MARIGREEN_SS_Day3_Ailin.pdf16. 20240529_Ailin Molosag_MARIGREEN_SS_Day3_Ailin.pdf
16. 20240529_Ailin Molosag_MARIGREEN_SS_Day3_Ailin.pdf
 
Concept of Balanced Diet & Nutrients.pdf
Concept of Balanced Diet & Nutrients.pdfConcept of Balanced Diet & Nutrients.pdf
Concept of Balanced Diet & Nutrients.pdf
 
Traditional, current and future use of fish and seaweed for fertilisation - ...
Traditional, current and future use of fish and seaweed for fertilisation -  ...Traditional, current and future use of fish and seaweed for fertilisation -  ...
Traditional, current and future use of fish and seaweed for fertilisation - ...
 
Complementary interstellar detections from the heliotail
Complementary interstellar detections from the heliotailComplementary interstellar detections from the heliotail
Complementary interstellar detections from the heliotail
 
atom, elements, molecule and compounds #CBSE, #IX class, #chapter-3, #ATOMS&M...
atom, elements, molecule and compounds #CBSE, #IX class, #chapter-3, #ATOMS&M...atom, elements, molecule and compounds #CBSE, #IX class, #chapter-3, #ATOMS&M...
atom, elements, molecule and compounds #CBSE, #IX class, #chapter-3, #ATOMS&M...
 
The main #types, of #chemical, #reactions,
The main #types, of #chemical, #reactions,The main #types, of #chemical, #reactions,
The main #types, of #chemical, #reactions,
 
Biochar impregnation as slow release fertilizer - Violeta Alexandra Ion
Biochar impregnation as slow release fertilizer - Violeta Alexandra IonBiochar impregnation as slow release fertilizer - Violeta Alexandra Ion
Biochar impregnation as slow release fertilizer - Violeta Alexandra Ion
 
MARIGREEN PROJECT - overview, Oana Cristina Pârvulescu
MARIGREEN PROJECT - overview, Oana Cristina PârvulescuMARIGREEN PROJECT - overview, Oana Cristina Pârvulescu
MARIGREEN PROJECT - overview, Oana Cristina Pârvulescu
 
MACRAMÉ ChIPs @Behoerdenklausur 2024 (Berlin)
MACRAMÉ ChIPs @Behoerdenklausur 2024 (Berlin)MACRAMÉ ChIPs @Behoerdenklausur 2024 (Berlin)
MACRAMÉ ChIPs @Behoerdenklausur 2024 (Berlin)
 
Ancient Theory, Abiogenesis , Biogenesis
Ancient Theory, Abiogenesis , BiogenesisAncient Theory, Abiogenesis , Biogenesis
Ancient Theory, Abiogenesis , Biogenesis
 

introduction.pptx

  • 1. CSC 361: Artificial Intelligence Prepared by Said Kerrache Modified by Mishari Almishari Syllabus + Introduction
  • 2. Class Information Instructor: Mishari Almishari mialmishari@ksu.edu.sa Office: building 31, room# 2119 Office Hours: Mod, Wed 9-10am or by appointment Book Artificial Intelligence, A Modern Approach Russell & Norvig,Prentice Hall Third edition
  • 3. Grading • Grade Distribution – Midterm 1 - 20 – Midterm 2 – 20 – Project – 20 – Final Exam – 40 • Midterm 1 Date – Mod 3/1/1435 • Midterm 2 Date – Mod 3/3/1435 • Project – Due in Last Week
  • 4. Warning!!! Any form of cheating is not tolerated and can result in getting an F in the class
  • 5. Important Notes • No class next week - Week of Sep 8 • Tutorials may not be held on its scheduled time • We may have lectures on the tutorial sessions or tutorials on lecture sessions
  • 6. AI in Fiction An intelligent killing robot Smart machines that took over the human race and made them live in a simulated world
  • 7. What’s interesting with AI Search engines Labor Science Medicine/ Diagnosis Appliances slide mostly borrowed from Laurent Itti Movies Recommendation
  • 8. What’s interesting with AI • Honda AISMO • Advanced Step in Innovation MObility • Humanoid Robot • Capable of recognizing: • Moving objects • Postures • Gestures • Handshake • Sounds • Capable of walking and running http://en.wikipedia.org/wiki/ASIMO
  • 9. What’s interesting with AI Darpa Grand Challenge • To nurture the development of autonomous ground vehicles • Competition of Driverless vehicles • 2004 • 1 million • Mojave Desert • Follows a route of 240 km • No one won: best completed 12 km • 2005 • 2 million dollar prize • 3 narrow tunnels, 100 sharp turns • Twisted pass with a drop-off one one side • Five succeeded • Winner: 6:54 hours, Stanford Racing Team – Stanely Urban Grand Challenge • 2007 • 2 million dollar • AirForce Base • To obey to all traffic rules • 96 km within less than 6 hours • CMU team won – with 4:10 http://en.wikipedia.org/wiki/DARPA_Grand_Challenge stanely
  • 10. What’s interesting with AI • 1996, Deep Blue first machine to beat chess world champion • But lost in the series – 4 to 2 • 1997, won the series 3.5 to 2.5 • Search 6 to 8 moves a head • The evaluation function is set by the system after examining thousands of master games http://en.wikipedia.org/wiki/Deep_Blue_(chess_computer)
  • 11. Syllabus - Tentative 1. Introduction (Chapter.1) 2. Intelligent Agents (Chapter.2) 3. Solving Problems by Search (Chapter.3 and chapter.4) 4. Constraint satisfaction Problems (Chapter.6). 5. Game Playing(Chapter.5) 6. Logical Agents (Chapter.7) 7. First Order Logic (Chapter.8) 8. Inference in logic (Chapter.9) 9. Classification
  • 13. AI Definition • The exciting new effort to make computers thinks … machine with minds, in the full and literal sense” (Haugeland 1985) • The automation of activities that we associate with human thinking, activities such as decision-making, problem solving, learning,…(Bellman, 1978) Think Like Humans
  • 14. AI Defintion • “The art of creating machines that perform functions that require intelligence when performed by people” (Kurzweil, 1990) • “The study of how to make computers do things at which, at the moment, people do better”, (Rich and Knight, 1991) Act Like Humans
  • 15. AI Definition • “The study of mental faculties through the use of computational models”,(Charniak et al. 1985) • “The study of the computations that make it possible to perceive, reason and act”,(Winston, 1992) Think Rationally
  • 16. AI Definition • “Computational Intelligence is the study of the design of intelligent agents” (Poole et al, 1998) • “AI….is concerned with intelligent behavior in artifact”, (Nilsson, 1998) Act Rationally
  • 17. How to Achieve AI? AI Acting humanly Thinking rationally Acting rationally Thinking humanly 17
  • 18. Acting Humanly: The Turing Test CSC 361 Artificial Intelligence 18 • To be intelligent, a program should simply act like a human Alan Turing 1912-1954 http://en.wikipedia.org/wiki/Turing_test
  • 19. The Turing Test - Example http://www.ai.mit.edu/projects/infolab/ http://aimovie.warnerbros.com slide mostly borrowed from Laurent Itti
  • 20. The Turing Test - Example http://www.ai.mit.edu/projects/infolab/ http://aimovie.warnerbros.com slide mostly borrowed from Laurent Itti
  • 21. The Turing Test - Example http://www.ai.mit.edu/projects/infolab/ http://aimovie.warnerbros.com slide mostly borrowed from Laurent Itti
  • 22. The Turing Test - Example http://www.ai.mit.edu/projects/infolab/ http://aimovie.warnerbros.com slide mostly borrowed from Laurent Itti
  • 23. The Turing Test - Example http://www.ai.mit.edu/projects/infolab/ http://aimovie.warnerbros.com slide mostly borrowed from Laurent Itti
  • 24. Acting Humanly 24 • To pass the Turing test, the computer/robot needs: – Natural language processing to communicate successfully. – Knowledge representation to store what it knows or hears. – Automated reasoning to answer questions and draw conclusions using stored information. – Machine learning to adapt to new circumstances and to detect and extrapolate patterns. – These are the main branches of AI.
  • 25. Acting Humanly: The Turing Test CSC 361 Artificial Intelligence 25 • To be intelligent, a program should simply act like a human Alan Turing 1912-1954 http://en.wikipedia.org/wiki/Turing_test + physical interaction => Total Turing Test - Recognize objects and gestures - Move objects
  • 26. Acting Humanly – for Total Turing • To pass the Turing test, the computer/robot needs: – Natural language processing to communicate successfully. – Knowledge representation to store what it knows or hears. – Automated reasoning to answer questions and draw conclusions using stored information. – Machine learning to adapt to new circumstances and to detect and extrapolate patterns. – Computer vision to perceive objects. (Total Turing test) – Robotics to manipulate objects and move. (Total Turing test) – These are the main branches of AI.
  • 27. Thinking Humanly 27 • Real intelligence requires thinking  think like a human ! • First, we should know how a human think – Introspect ones thoughts – Physiological experiment to understand how someone thinks – Brain imaging – MRI… • Then, we can build programs and models that think like humans – Resulted in the field of cognitive science: a merger between AI and psychology.
  • 28. Problems with Imitating Humans 28 • The human thinking process is difficult to understand: how does the mind raises from the brain ? Think also about unconscious tasks such as vision and speech understanding. • Humans are not perfect ! We make a lot of systemic mistakes:
  • 29. Thinking Rationally 29 • Instead of thinking like a human : think rationally. • Find out how correct thinking must proceed: the laws of thought. • Aristotle syllogism: “Socrates is a man; all men are mortal, therefore Socrates is mortal.” • This initiated logic: a traditional and important branch of mathematics and computer science. • Problem: it is not always possible to model thought as a set of rules; sometimes there uncertainty. • Even when a modeling is available, the complexity of the problem may be too large to allow for a solution.
  • 30. Acting Rationally 30 • Rational agent: acts as to achieve the best outcome • Logical thinking is only one aspect of appropriate behavior: reactions like getting your hand out of a hot place is not the result of a careful deliberation, yet it is clearly rational. • Sometimes there is no correct way to do, yet something must be done. • Instead of insisting on how the program should think, we insist on how the program should act: we care only about the final result. • Advantages: – more general than “thinking rationally” and more – Mathematically principled; proven to achieve rationality unlike human behavior or thought
  • 31. Acting Rationally 31 This is how birds fly Humans tried to mimic birds for centuries This is how we finally achieved “artificial flight”
  • 32. Relations to Other Fields CSC 361 Artificial Intelligence 32 • Philosophy – Logic, methods of reasoning and rationality. • Mathematics – Formal representation and proof, algorithms, computation, (un)decidability, (in)tractability, probability. • Economics – utility, decision theory (decide under uncertainty) • Neuroscience – neurons as information processing units. • Psychology/Cognitive Science – how do people behave, perceive, process information, represent knowledge. • Computer engineering – building fast computers • Control theory – design systems that maximize an objective function over time • Linguistics – knowledge representation, grammar slide mostly borrowed from Max Welling
  • 33. AI History • Gestation of AI (1934 - 1955) – In 1943, proposed a binary-based model of neurons – Any computable function can be modeled by a set of neurons – A serious attempt to model brain – 1950, Turing’s “Computing Machinery and Intelligence ”: turing test, reinforcement learning and machine learning • The Inception of AI (1956) – Dartmouth meeting to study AI – an AI program ”Logic Theorist” to prove many theorems • Early Enthusiasm and great Expectation (1952-1969) – General Problem Solver imitates the human way of thinking – LISP (AI programming language) was defined – 1965, Robinson discovered the resolution method – logical reasoning • AI Winter (1966-1973) – Computational intractability of many AI problems – Neural Network starts to disappear
  • 34. AI History • Knowledge-based systems (1969-1979) – Use domain knowledge to allow for stronger reasoning • Becomes an Industry (1980-now) – Digital Equipment Corporation selling R1 “expert sytem” – From few million to billions in 8 years • The return of neural network (1986-now) – With the back-propagation algorithm • AI adopts scientific method (1987-now) – More common to base theorems on pervious ones or rigorous evidence rather than intuition – Speech recognition and HMM • Emergence of intelligent agent (1995-now) – search engines, recommender systems,…. • Availability of very large data sets (2001 – now) – Worry more about the data
  • 35. The State of the Art • Robotics Vehicle – DARPA Challenge • Speech Recognition – United Airlines • Autonomous Planning and Scheduling – Remote Agent: Plan and control spacecraft – MAPGEN: daily planning of operations on NASA’s exploration Rover • Game Playing – IBM Deep Blue • Spam Fighting • Logistic Planning – DART – Dynamic Analysis and Replacing Tool – Gulf War 1991 – To plan the logistic for transportation of 50k vehicles, cargo and people – Generated in hour a plan that could take weeks • Robotics • Machine Translation – Statistical models
  • 36. Summary CSC 361 Artificial Intelligence 36 • This course is concerned with creating rational agents: artificial rationality. • AI has passed the era of infancy and is now attacking real life, complex problems, and it is succeeding in many of them. • The history of AI has had a turbulent history with many ups and downs, phenomenal successes and deep disappointments resulting in fund cutbacks and economic losses. • AI has flourished in the last two decades and it the researchers mentality shifted towards a rigorous scientific methodology: Firm theoretical basis & Serious experiments