Lecture 8 Artificial Intelligence Flashcards

1
Q

What is the name of the architecture used as the basis of most standard computers?

A

Von Neumann programmable computer architecture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Turing Test of Intelligence?

A

The Turing test for intelligence has an interrogator respond to 2 people via typed message. One of these people is a computer and the interrogator has to guess which one is which. The program is said to be intelligent if the interrogator can’t tell between the two.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What did the Eliza program try to simulate? What was the surprisingly finding about this?

A

Rogerian psychoanalyst counselling. Some psychiatrists couldn’t tell between Eliza and a real counsellor and suggested that it be implemented in hospitals with large waiting lists.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two varieties of artificial intelligence?

A

Weak artificial intelligence- simulating intelligence (getting a machine to do things that would require intelligence done by a person)
Strong artificial intelligence - duplicating intelligence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How did Searle (1990) suggest computers do when it comes to AI?

A

Computers don’t think. What they do is fundamentally different to thinking. They rely on production rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How did searle explain his ideas on computers not thinking?

A

Searle used the Chinese box thought experiment to explain this concept. He said that a box in China containing an English speaking man received notes from the chinsese. The man in box had a rule book to decipher these notes and reply. The man does not understand the Chinese as a computer does not understand what it is inputted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How invented the machine “bombe” and what did it solve during world war 2?

A

Alan Turing invented the machine bombe which was designed to solve the unbreakable enigma code used by the Germans.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What was the only valid rebuttal made about Searles Chinese box thought experiment?

A

That the box is reliant on today’s computer architecture. If the architecture was more advanced perhaps the Chinese man could understand.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What were the main conclusions from Searles thought experiment ?

A

Can a machine think? Yes, us.
Can a man-made machine think? Yes, if duplicates us.
Can a digital computer think? Yes, we are digital computers.
Can a computer with the right program lead to understanding? No.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an expert system?

A

An expert system is a computer program that emulates the decision-making ability of an expert

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What do expert systems rely on when making judgements ?

A

Production rules (IF… THEN…)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are expert systems an example of?

A

Weak AI. Expert systems can’t be described as no more than an automated textbook

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the physical symbol hypothesis? What is an example of this?

A

That any facet of human intelligence can be represented by symbolic structures. Take for example language which is a symbolic system that uses words to represent things.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe the basic Von Neumann architecture.

A

Input - comes into the system ie by key strokes
CPU - hard processing
Memory
Output- ie what’s displayed on the screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Describe the connectionism/neural network system.

A

The system is biologically inspired and consisted of simple processing nodes which mirror neurones. Nodes are connect by weighted links and can strengthen or inhibit signals passed between.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can a neural network learn through back propagation?

A

Feed the network with the sort of data it is to process and then tell it what the expected output is. The network adjusts weights so that this output is given.

17
Q

What did McClelland and Rumelhart (1988) find when they employed the connectionist network ?

A

Used the connectionist network to produce past tense versions of English words. Found that errors that system made were similar to that of a child who was learning past tense.

18
Q

What the advantages of the connectionist system?

A

Overcome classification problems- ie. different font As.
Overcome context issues - processes things in parallel so context is taken into consideration.
Retrieval from partial descriptions- can recognise things from partial info.
Graceful degradation (doesn’t fail when there’s an error) - degrades gradually as errors are introduced.
Can produce vague generalisations.

19
Q

What are the criticisms of the connectionist system ?

A

Similarities to real neurons are superficial.
Rule based symbolic systems better capture some aspects of human language.
Neural nets generally implemented in serial, symbolic bog-standard computers anyways.
Many of the aspects of connectionist systems can be captured using more symbolic techniques

20
Q

What are genetic algorithms ?

A

Genetic algorithms are inspired by evolutionary theory. Involves selecting the strongest and cross breeding them through trial and error until the best solution is come up with. They are able to produce efficient and workable solutions but the solutions are often incomprehensible with no clear design principles.

21
Q

What are some examples of AI currently in use?

A
Siri. 
Credit card fraud. 
Face recognition. 
Computer games and special effects in movies. 
Self flying spacecrafts.
22
Q

What type of AI is advancing fast?

A

Weak AI

23
Q

Are we getting closer to strong AI?

A

Doesn’t look like it.