Lecture 8 Artificial Intelligence Flashcards
What is the name of the architecture used as the basis of most standard computers?
Von Neumann programmable computer architecture
What is the Turing Test of Intelligence?
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.
What did the Eliza program try to simulate? What was the surprisingly finding about this?
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.
What are the two varieties of artificial intelligence?
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 did Searle (1990) suggest computers do when it comes to AI?
Computers don’t think. What they do is fundamentally different to thinking. They rely on production rules.
How did searle explain his ideas on computers not thinking?
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 invented the machine “bombe” and what did it solve during world war 2?
Alan Turing invented the machine bombe which was designed to solve the unbreakable enigma code used by the Germans.
What was the only valid rebuttal made about Searles Chinese box thought experiment?
That the box is reliant on today’s computer architecture. If the architecture was more advanced perhaps the Chinese man could understand.
What were the main conclusions from Searles thought experiment ?
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.
What is an expert system?
An expert system is a computer program that emulates the decision-making ability of an expert
What do expert systems rely on when making judgements ?
Production rules (IF… THEN…)
What are expert systems an example of?
Weak AI. Expert systems can’t be described as no more than an automated textbook
What is the physical symbol hypothesis? What is an example of this?
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.
Describe the basic Von Neumann architecture.
Input - comes into the system ie by key strokes
CPU - hard processing
Memory
Output- ie what’s displayed on the screen
Describe the connectionism/neural network system.
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.