Download Introduction

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Computer vision wikipedia , lookup

Artificial intelligence for video surveillance wikipedia , lookup

Theoretical computer science wikipedia , lookup

Neuroscience and intelligence wikipedia , lookup

Knowledge representation and reasoning wikipedia , lookup

Technological singularity wikipedia , lookup

Natural computing wikipedia , lookup

Artificial intelligence in video games wikipedia , lookup

Embodied cognitive science wikipedia , lookup

William Clancey wikipedia , lookup

Artificial intelligence wikipedia , lookup

Artificial general intelligence wikipedia , lookup

Philosophy of artificial intelligence wikipedia , lookup

Transcript
Artificial Intelligence
1. Introduction
Dr. M. Tounsi
CS 370 – Artificial Intelligence
Dr. Mohamed Tounsi
PSU
Definition (4 categories)




Systems
Systems
Systems
Systems
that
that
that
that
CS 370 – Artificial Intelligence
think like humans
act like human
think rationally (right thing)
act rationally (right thing)
Dr. Mohamed Tounsi
PSU
Human  Rationality

Human approach



Hypothesis
Experimental confirmation
Rationalist approach


Mathematics
Engineering
CS 370 – Artificial Intelligence
Dr. Mohamed Tounsi
PSU
Definitions

Thinking Humanly


Cognitive modeling approach: which brings together computer models
from AI and experimental techniques from psychology
Acting Humanly: The Turing test (1950) by Alan Turing




Imitation Game
Operational test for intelligent behavior
Computer should be interrogated by a human
Computer should possess:
Natural language processing (to communicate) – knowledge representation (to
store information) – automated reasoning (to answer questions and draw new
conclusion) – machine learning (to adapt new circumstances and to detect and
extrapolate patterns)
CS 370 – Artificial Intelligence
Dr. Mohamed Tounsi
PSU
Definitions

Thinking rationally
Logic ( A is X and all X are Y then A is Y)
Problems:
- not all informal knowledge state it into formal terms


Acting rationally (intelligent agents)




Doing the right thing
Maximize the goal achievement, given information
Doesn’t necessary involve thinking
It involve solving
CS 370 – Artificial Intelligence
Dr. Mohamed Tounsi
PSU
Foundations of AI


Philosophy
Mathematics





Probabilistic
Logical
Algorithms
NP-Complete Problems
Computer Engineering


(makes AI applicable)
Processor Speed
large memory
CS 370 – Artificial Intelligence
Dr. Mohamed Tounsi
PSU