AI Lecture 1
AI Lecture 1
Lecture 1
Introduction To
Artificial Intelligence
2
About this Course
Required Resources:
The prescribed textbooks for the course are:
- Stuart J. Russell and Peter Norvig, "Artificial Intelligence: A Modern
Approach," 3rd Edition (2010), by Pearson Education Inc.
-George F. Luger, "Artificial Intelligence: Structures and strategies for
complex problem solving, " 6th Edition (2008), Pearson Education Limited.
Additional Textbooks:
- Wolfgang Ertel, "Introduction to Artificial Intelligence," 2nd Edition (2017)
- Miroslav Kubat, "An Introduction to Machine Learning," 2nd Edition (2017)
-Y. Abu-Mostafa, M. Magdon-Ismail, & H-T. Lin, "Learning from Data - A
Short Course," (2012)
- Max Bramer, "Principles of Data Mining," 3rd Edition (2016)
4
Student assessments + Assessment Grades
6
Class Project
o Final report will include the analysis of your data, including code and
visual results.
7
Outline
& Learning Objectives
.. of this course
8
Learning Objectives of this Course
9
Learning Objectives of this Course
. Continued..
1
0
Topics Covered
The main contents of the course are:
▪ Main approaches to AI & Learning
▪ Task environment
▪ Performance measures
▪ Intelligent Agents
▪ Knowledge Representation
▪ Problem solving by searching
▪ Uninformed search
▪ Informed search
▪ Beyond classical search: Evolutionary Algorithms
▪ Machine learning
▪ Supervised learning versus Unsupervised learning
▪ Decision trees
▪ Neural networks
▪ Support vector machines
▪ Cross validation
1
1
Lecture 1: An introduction to Artificial Intelligence [AI]
1.1 What is Intelligence 1.3 AI as the Study & Design of Intelligent
1.2 Systems that Act Like Humans ▪ Challenges to Systems that Think Rationally
An Introduction
to Artificial
Intelligence
• This lecture covers the following
chapters:
• Chapter 1 (Introduction) from
Stuart J. Russell and Peter
Norvig, "Artificial Intelligence:
A Modern Approach," Third
Edition (2010), by Pearson
Resourcesfor Education Inc.
thislecture .. AND ..
• Chapter 1 (AI: History and
Applications) from George F.
Luger, "Artificial Intelligence:
Structures and strategies for
complex problem solving, "
Fifth Edition (2005), Pearson
Education Limited.
5
SOME FOUNDATIONS OF ARTIFICIAL INTELLIGENCE
Philosophy Economics
• Can formal rules be used to draw valid • How should we make decisions so as
conclusions? to maximize payoff?
• How does the mind arise from a • How should we do this when others
physical brain? may not go along?
• Where does knowledge come from? • How should we do this when the
• How does knowledge lead to action? payoff may be far in the future?
Mathematics Computer Engineering
• What are the formal rules to draw valid • How can we build an efficient
conclusions? computer?
• What can be computed? Control theory and cybernetics
• How do we reason with uncertain • How can artefacts operate under their
information? own control?
Neuroscience Linguistics
• How do brains process information? • How does language relate to thought?
Psychology
• How do humans and animals think and
act? 6
What is Intelligence?
Intelligence:
• Judgment, otherwise called “good sense,” “practical sense,” “initiative,” the
faculty of adapting one's self to circumstances .. auto-critique ~ Alfred Binet
(July 8, 1857 – October 18, 1911) was a French psychologist who invented the
first practical intelligence test (An intelligence quotient (IQ); a total score derived
from one of several standardized tests designed to assess human intelligence)
• “.. the resultant of the process of acquiring, storing in memory, retrieving,
combining, comparing, and using in new contexts information and
conceptual skills.” ~Lloyd G. Humphreys (December 12, 1913 – September 7,
2003) was an American psychologist
• “ .. the capacity to learn and solve problems ..” (Webster’s dictionary)
• in particular,
• the ability to solve novel problems
• the ability to act rationally
• the ability to act like humans 7
What is Artificial Inteligence?
JohnMcCarthy*,StanfordUniversity
What is artificial intelligence?
It is the science and engineering of making intelligent machines, especially
intelligent computer programs. It is related to the similar task of using
computers to understand human intelligence, but AI does not have to confine
itself to methods that are biologically observable; “.. The goal of AI is to
develop machines that behave as though they were intelligent. ..”
More in: http://www-formal.stanford.edu/jmc/whatisai/node1.html
* John McCarthy (September 4, 1927 – October 24, 2011) was an American computer scientist & cognitive
scientist. McCarthy was one of the founders of the discipline of artificial intelligence. He coined the term
"artificial intelligence" (AI).
8
What is Artificial Inteligence?
problems that are normally associated with the higher intellectual processing
capabilities of humans.“
by E l a i n e R i c h .. A r t i f i c i a l I n t e l l i g e n c e . M c G r a w - H i l l , 1 9 8 3
18
What is Artificial Inteligence?
Four Main Approaches that have been followed, each by different
people with different methods.
Thinking Acting
Humanly Humanly
Thinking Acting
Rationally Rationally
19
What is Artificial Inteligence?