CLPS 0020- Lectures - Computations and Modeling Flashcards

1
Q

What is the role of computational modeling?

A

requires quantifying, being explicit about ht enature of representations and processes; allows us ot test it and lesion it

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

What is a symbolic approach to the mind?

A

cognitivism, build models of mind, takes computer metaphor literally

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

What is an algorithm?

A

When the machinery doesn’t matter; structure doesn’t matter as long as the processes are the same

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

What is intelligence?

A

Thinking rationally, following rules/algorithms, etc

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

What is a Turing machine?

A

a hypothetical device that can perform any computational process that can be performed so long as it’s solved a set of rules/instructions with algorithms

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

Do the symbols used in a Turing machine have any intrinsic meaning?

A

No: arbitrary

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

What is deductive inference?

A

if the premises are true, then the conclusion is true

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

What is inductive inference?

A

sample, then make a leap: the conclusion isn’t certain; includes probabilites; often used by scientific research

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

What isn’t our reasoning completely logical?

A

affected by beliefs, knowledge, biases, etc.

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

What is the importance of patterns in neural network models?

A

Very important!

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

What are the correlates to neurons and synapses in the connectionist model?

A

Nodes and weights

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

What does the architecture of models allow for in the connectionist model?

A

activaiton and inhibition among inputs

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

What are representations in the connectionist model?

A

patterns of activation among the network’s elements

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

What are representations in the symbolic model?

A

abstract symbols

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

What is one of the major benefits to the connectionist model?

A

Helps explain the graded/probabilistic nature of representations

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

What is the parallel distributed processing model?

A

All neurons act at once; no single neuron is responsible for any particular function; and the system is not just a simple memory device but uses info to go from a particular input to a particular output

17
Q

What is “distributed” about the parallel distributed processing model?

A

There’s no ear, nose, tail neuron for a dog representation: the combination of all of them collecitvely represents a dog as a whole

18
Q

List some properties of neural models.

A

Captures associations, correlations; is a feedback system; errors appear systematic; system may be interactive (input flow goes in multiple direcitons); probabilistc responses; graceful degradation; emergent properties

19
Q

What is a probabilistic model?

A

A combination of the symbolic and connectionist models

20
Q

What are the capabilities of probabilistic models?

A

Can infer definite answers, can infer graded/uncertain/probabilistic answers; inference in based on observations, which we do ALL the time in real life

21
Q

What is the Bayesian solution in probabilistic models?

A

probabilistic inference; narrow down to only things that could possibly hav ecaused the imaged, weights the various options according ot how likely they are, and chooses the one that fits best

22
Q

What is one of the main issues with the probabilistic model?

A

That is only operates on a computational level; characterizes what the mind is trying to accomplish, not HOW or with what materials