Week 1 - lecture 1 Flashcards

1
Q

Why is AI not solely a psychology nor solely a computer science?

A

Understand that AI is not solely psychology or computer science but draws from both disciplines.

Recognize that AI emphasizes computation more than psychology and emphasizes perception, reasoning, and action more than computer science.

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

Why AI in psychology?

A

Psychology is a big inverse problem*
AI can use forward modelling*:
we design a simple system -> see how it behaves
= the connection between AI and computational psychology

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

1940s:
Warren McCulloch
Walter Pitt
2 views on artificial intelligence

A

Any computable function can be computed by a network of neurons

All logical operators* can be implemented by simple neural networks

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

Warren McCulloch&Walter Pitts’three principles:

A

Basic physiology

Propositional logic

Turing’s theory of computation

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

1932
John Searle
- View on Artificial Intelligence

A

A collection of cells can lead to thought/action/consciousness

Consciousness requires actual physical-chemical properties of human brains. This led to the idea that only brains can cause minds!

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

Chinese room argument
- Explain

A

The Chinese Room Argument is the idea that a computer, following a set of instructions for manipulating symbols, can’t truly understand and possess consciousness.

In the scenario, a person who doesn’t understand Chinese is in a room with a set of instructions for manipulating Chinese symbols. Despite producing coherent Chinese responses, the person inside the room does not comprehend the meaning, analogous to how a computer might process symbols without genuine understanding. The argument aims to question the sufficiency of symbol manipulation for genuine understanding or consciousness.

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

1950:
Alan Turing
Sentient or non-sentient AI?

A

Non sentient AI

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

1950:
Alan Turing
- The imitation game
- When do we call a machine intelligent?

A

A machine is intelligent if we cannot distinguish it from a human in conversation

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

1956:
Dartmouth conferences

A

Pioneers in the field of:

Computer science

Mathematics

Cognitive science

The pioneers got together for a month-long conference and coined the term artificial intelligence

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

50s & 60s:
- Development in AI (2)

A

AI developed to be able to:

Play chess
Formal theorem proving

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

1965:
Weizenbaum
- ELIZA machine; How does this machine work?

A

ELIZA looks for keywords in its input (father, mother, angry, happy, sad, etc.)

ELIZA uses a database of rules

ELIZA constructs new sentences, using the key words:

‘I hate my father’

‘Why do you hate your father?’

If there are no key words present in the input:

‘I see, please go on’

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

1972:
Kenneth Colby
Modified Turing Test: PARRY
- How does this machine work?

A

PARRY simulated a patient with paranoid schizophrenia

PARRY was often inconsistent or meaningless sentences, but therefore realistic

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

60s-70s:
AI winter

A

Overconfidence in AI systems

Led to the AI winter*

Many unanswered questions: how do we deal with perception, robotics, learning and pattern recognition

Symbolic AI does not suffice

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

After the 70s:
Rumelhart
McClelland
- Revival of connectionism; development of which three kinds of connectionism?

A

Connectionism was revived:

Parallel distributed processing
Connectionism
Artificial neural networks

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

1981:
McClelland
- What model did he build?

A

He build a model of human memory:

Human memory is content-adressable*

-> memory is not stored in neurons, but in the connection between neurons (Excitatory and inhibitory connections)

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

1997
- Development in AI

A

First time a computer beat a grandmaster at chess in a tournament (IBM’s deep blue)

17
Q

2005:
- Development in AI

A

Last time a human beat a top chess computer under tournament conditions

18
Q

2016
- Development in AI

A

Google’s DeepMind’s AlphaGo defeated the world’s number one player in GO (An extremely difficult game)

19
Q

2020:
- Developments of AI (2)

A

Models capable of simulating general-purpose language understanding.

Large Language Models (LLM’s)

20
Q

Symbolic AI* (GOFAI)
- Definition

A

Symbolic AI (GOFAI) does not concern itself with neurophysiology

Human thinking is a kind of symbol manipulation:
IF (A>B) AND (B>C) THEN (A>C)
Intelligence = thought of as symbols and the relations between them

Conclusion:
intelligent behavior through manipulation of symbols.

21
Q

Symbolic AI* (GOFAI)
- Cons (3)

A

Why do we need it?
-> seems unnecessary for many behaviors

It is unclear how processes like pattern recognition would work in a purely symbolic way

Representations dealing with noisy input are needed

22
Q

Connectionist AI
- Definition; biologically inspired

A

Connectionism is based on the structure of the human brain.

Neurons receive input through dendrites

Neurons send output through axon

It is highly connected (1000s of synapses on axon and dendrites)

-> Computation is massively parallel

How do these neural networks compute?

23
Q

Principles of the formation of memories: (4)

A

Mental States as Vectors*, N-Dimensional Vectors

Neural Network Units*

Activation Values*

Memory and Connection Strength

24
Q

Connectionist AI
- Conclusion of definition

A

representations in the brain are distributed, processing massively parallel.

25
Q

Connectionist AI
- Pro: Lesion tolerant

A

Lesioned or damaged networks can still process informationC

26
Q

Connectionist AI
- Pro: Capable of generalization

A

ANNs are capable of learning, and are able to generalize rules to novel input.

27
Q

Connectionist AI
-Other Pro’s (4)

A

It can solve complex, non-lineair or chaotic classification problems

There is no a priori assumption about problem space or statistical distribution.

Artificial neural networks can compute any computable function.

Pattern recognition

28
Q

Large Language Models
- Definition

A

Known as a form of generative AI.

29
Q

Large Language Models
- Con’s (4)

A

False information presented by the model as fact

Compression artifacts

Also caused by the reward model of ChatGPT.

Human trainers of ChatGPT prefer longer answers over factual content.

30
Q
A