Artificial Intelligence

Submitted by: Submitted by

Views: 10

Words: 1053

Pages: 5

Category: Science and Technology

Date Submitted: 01/04/2016 07:09 PM

Report This Essay

15-381: Artificial Intelligence

Introduction and Overview

Course data

All up-to-date info is on the course web page:

-

http://www.cs.cmu.edu/afs/cs.cmu.edu/academic/class/15381-s07/www/

Instructors:

-

Martial Hebert

Mike Lewicki

TAs:

-

Rebecca Hutchinson

Gil Jones

Ellie Lin

Einat Minkov

Arthur Tu

See web page for contact info, office hours, etc.

Intelligence

What is “intelligence” ?

Can we emulate intelligent behavior in machines ?

How far can we take it ?

Brains vs computers

Brains (adult cortex)

Computers (Intel Core 2)

surface area: 2500 cm2

squishy

surface area: 90 mm2

crystalline

neurons: 20 billion

synapses: 240 trillion

transistors: 291 million

neuron size: 15 um

synapse size: 1 um

transistor size: 65 nm

synaptic OPS: 30 trillion

FLOPS: 25 billion

Deep Blue: 512

processors, 1 TFLOP

Intelligent systems

Three key steps of a knowledge-based

agent (Craik, 1943):

1. the stimulus must be translated into an

internal representation

2. the representation is manipulated by

cognitive processes to derive new

internal representations

3. these in turn are translated into action

“agent”

perception

cognition

action

Representation

All AI problems require some form of representation.

chess board

maze

text

object

room

sound

visual scene

perception

cognition

action

A major part AI is representing the problem space so

as to allow efficient search for the best solution(s).

Sometimes the representation is the output.

E.g., discovering “patterns”.

Output

The output action can also be complex.

perception

cognition

action

next move

text

label

actuator

movement

From a simple chess move to a motor

sequence to grasp an object.

Russel and Norvig question 1.8

Is AI’s traditional focus on higher-level cognitive...