Module 9
Module 9
Bachelor of Science
in
Computer Science
Prepared by:
Dether John Gorre
Module 9
Vision
The Computer Science Department at the Lanao School of Science whose graduates are globally
recognized as innovative and well-prepared computing professionals.
Mission
Objectives
Artificial Intelligence
History of AI
Origins
The Dartmouth conference: 1956
John McCarthy (Stanford)
Marvin Minsky (MIT)
Herbert Simon (CMU)
Allen Newell (CMU)
Arthur Samuel (IBM)
The Turing Test (1950)
“Machines who Think”
By Pamela McCorckindale
Periods in AI
Fashions in AI
Progress goes in stages, following funding booms and crises: Some examples:
2. Neural Networks
1943 - first AI work by McCulloch & Pitts
1950’s & 60’s - Minsky’s book on “Perceptrons” stops nearly all work on nets
1986 - rediscovery of solutions leads to massive growth in neural nets research
The UK had its own funding freeze in 1973 when the Lighthill report reduced AI work
severely -Lesson: Don’t claim too much for your discipline!!!!
Look for similar stop/go effects in fields like genetic algorithms and evolutionary computing.
This is a very active modern area dating back to the work of Friedberg in 1958.
Turing Test
“The art of creating machines that perform functions that require intelligence when
performed by people.” (Kurzweil)
“The study of how to make computers do things at which, at the moment, people are
better.” (Rich and Knight)
You enter a room which has a computer terminal. You have a fixed period of time to type
what you want into the terminal, and study the replies. At the other end of the line is
either a human being or a computer system.
If it is a computer system, and at the end of the period you cannot reliably determine
whether it is a system or a human, then the system is deemed to be intelligent.
You enter a room which has a computer terminal. You have a fixed period of time to type
what you want into the terminal, and study the replies. At the other end of the line is
either a human being or a computer system.
If it is a computer system, and at the end of the period you cannot reliably determine
whether it is a system or a human, then the system is deemed to be intelligent.
These cognitive tasks include:
Natural language processing
for communication with human
Knowledge representation
to store information effectively & efficiently
Automated reasoning
to retrieve & answer questions using the stored information
Machine learning
to adapt to new circumstances
Includes two more issues:
Computer vision
to perceive objects (seeing)
Robotics
to move objects (acting)
Systems that think like humans:
cognitive modeling
"laws of thought"
“Rational agent”
2 advantages:
It is more general than using logic only
Because: LOGIC + Domain knowledge
It allows extension of the approach with more scientific methodologies
Rational agents
Goals of AI
To make computers more useful by letting them take over dangerous or tedious tasks
from human
Understand principles of human intelligence
The Foundation of AI
Philosophy
At that time, the study of human intelligence began with no formal expression
Initiate the idea of mind as a machine and its internal operations
Mathematics formalizes the three main area of AI: computation, logic, and probability
Computation leads to analysis of the problems that can be computed
complexity theory
Probability contributes the “degree of belief” to handle uncertainty in AI
Decision theory combines probability theory and utility theory (bias)
Psychology
How do humans think and act?
The study of human reasoning and acting
Provides reasoning models for AI
Strengthen the ideas
humans and other animals can be considered as information processing
machines
Computer Engineering
How to build an efficient computer?
Provides the artifact that makes AI application possible
The power of computer makes computation of large and difficult problems more
easily
AI has also contributed its own work to computer science, including: time-
sharing, the linked list data type, OOP, etc.
Control theory and Cybernetics
How can artifacts operate under their own control?
The artifacts adjust their actions
To do better for the environment over time
Based on an objective function and feedback from the environment
Not limited only to linear systems but also other problems
as language, vision, and planning, etc.
Linguistics
For understanding natural languages
different approaches has been adopted from the linguistic work
Formal languages
Syntactic and semantic analysis
Knowledge representation
The Disadvantages
increased costs
difficulty with software development - slow and expensive
few experienced programmers
few practical products have reached the market as yet.
Search
Given a set of goals, construct a sequence of actions that achieves those goals:
often very large search space
but most parts of the world are independent of most other parts
often start with goals and connect them to actions
no necessary connection between order of planning and order of execution
what happens if the world changes as we execute the plan and/or our actions don’t
produce the expected results?
Learning
If a system is going to act truly appropriately, then it must be able to change its actions in
the light of experience:
how do we generate new facts from old ?
how do we generate new concepts ?
how do we learn to distinguish different situations in new environments ?
In order to enable intelligent behaviour, we will have to interact with our environment.
Properly intelligent systems may be expected to:
accept sensory input
vision, sound, …
interact with humans
understand language, recognise speech,
generate text, speech and graphics, …
modify the environment
robotics
Symbolic AI is concerned with describing and manipulating our knowledge of the world
as explicit symbols, where these symbols have clear relationships to entities in the real
world.
Sub-symbolic AI (e.g. neural-nets) is more concerned with obtaining the correct response
to an input stimulus without ‘looking inside the box’ to see if parts of the mechanism can
be associated with discrete real world objects.
This course is concerned with symbolic AI.
AI Applications
Autonomous Planning & Scheduling:
Autonomous rovers.
Telescope scheduling
Analysis of data:
Medicine:
Pedestrian detection:
Games:
Robotic toys:
Other application areas:
Bioinformatics:
Gene expression data analysis
Prediction of protein structure
Text classification, document sorting:
Web pages, e-mails
Articles in the news
Video, image classification
Music composition, picture drawing
Natural Language Processing .
Perception.
Name: Date;
Question.