cog sci (mod9-12)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/44

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:58 PM on 4/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

45 Terms

1
New cards

markov chain

a system describing a sequence of distinct states, where the probability of each transition depends only on the state that came before

2
New cards

long-distance dependency

scenarios where the current state remains correlated with states far in the past

3
New cards

phrase structure grammar

system of rules that builds sentences by recursively expanding symbols into hierarchical structures (like trees)

4
New cards

recursive rules

rule that embeds one instance of a symbol inside another instance of the same symbol

5
New cards

hierarchical structure

symbols are chunked into larger and larger nested constituents

6
New cards

SHRDLU

a classical AI system that could make plans and carry on conversations about simple world of blocks (3-in-1: syntax, semantics, deduction)

7
New cards

connectionism

movement to model the mind using artificial neural networks

8
New cards

neural network

composed of interconnected “units” which serve as model neurons

9
New cards

biological neurons

brain cells that communicate through electrical and chemical signals, forming networks where knowledge is distributed across connections

10
New cards

artificial neurons

simplified computational models of neurons that take weighted inputs, sum them, and produce output based on an activation function

11
New cards

hebbian learning

a learning rule stating that connections between neurons strengthen when they are activated together (“fire together, wire together”)

12
New cards

perception

the first neural network used for tasks like pattern recognition (limited in what it can learn)

13
New cards

backpropagation

a learning algorithm that allows multi-layer neural networks to adjust weights by propagating error backward (enable more complex learning)

14
New cards

supervised learning

method where a neural network is trained using labeled input-output pairs, adjusting its weights to produce correct outputs

15
New cards

unsupervised learning

where network is given input data without labels and must discover patterns/structure on its own

16
New cards

competition learning

where hidden units compete to respond to an input & only the “winning” unit updates its weights, strengthening its response to similar inputs (example of supervised learning)

17
New cards

parallel processing

ability of neural networks to perform many computations simultaneously across multiple units, enabling fast processing

18
New cards

100-step problem

idea that human cognition must occur in fewer than about 100 sequential steps, motivating parallel processing

19
New cards

distributed representation

information is represented across many units and connections rather than in a single symbol or location

20
New cards

graceful degradation

when part of network is damaged/nasty, performance declines gradually rather than failing completely

21
New cards

one-off learning

ability to learn something from single example (strength of humans, but a weakness of most neural networks)

22
New cards

systematicity

property that the ability to think one thought implies the ability to think related thoughts

23
New cards

radical connectionism

reject classical computing and seek to eliminate the idea of symbolic processing entirely

24
New cards

implementational connectionism

connectionism might be the implementational way to realize classical computational algorithms

25
New cards

concept

building blocks of thought; abstract - concepts stand for an idea/object, but don’t have a genuine resemblance; computational - simple concepts can be combined into complex thoughts

26
New cards

classical theory

concepts are complex mental representations that encode a set of necessary and sufficient conditions; strengths: analytic inferences; weaknesses: fuzziness problem & typicality problem

27
New cards

prototype theory

concepts are complex mental representations that encode conditions that items in their extension tend to have; strengths: fuzziness & typicality effects; weaknesses: missing prototype problem & pet fish problem

28
New cards

conceptual atomism

lexical concepts don’t have any structure; strengths: ignorance and error & conceptual stability; weaknesses: coextension problem & explanatory impotence

29
New cards

fuzziness problem

many concepts appear to be “fuzzy” or inexact

30
New cards

typicality problem

people consider some subcategories more typical or representative of a given concept than others

31
New cards

missing prototype problem

many concepts lack prototypes

32
New cards

pet fish problem

prototypes of complex concepts aren’t generally a function of the prototpes of their constituents

33
New cards

problem of ignorance and error

we can have concepts even if our beliefs are sparse/totally wrong

34
New cards

coextension problem

concepts with same referents can’t be distinguished

35
New cards

jennifer aniston neuron

a neuron that responds selectively to a specific person/concept; found in the medial temporal lobe (MTL); highly specific/abstract representation in brain)

36
New cards

cascading activation

process where activation flows through layers of neurons in a hierarchy; lower-level inputs triggering higher-level (more abstract representation)

37
New cards

theory theory

idea that concepts are embedded in mental structures/theories; meaning comes from how they relate to other concepts within that structured system

38
New cards

schemas

mental structures that help us organize, interpret, and store information about the world and provide a framework for future understanding

39
New cards

assimilation

when new information is modified to fit into existing schemas

40
New cards

accomodation

when an existing schema is modified, or a new schema is created, to fit new information

41
New cards

social cognition

how people think about, understand, and interpret others in social situations

42
New cards

eusociality

a social system where individuals live in large, cooperative groups with organized roles and strong interdependence

43
New cards

Wason selection task

a logical reasoning task used to study how people evaluate “if-then” rules. People often perform poorly on abstract versions but do much better when the task involves social rules or contracts, revealing how reasoning depends on context.

44
New cards

social contract theory

humans evolved domain-specific cognitive processes (a module) for reasoning about social exchanges, specifically rules involving benefits and obligations

45
New cards

cheater-detection algorithm

a set of procedures for figuring out when someone has violated a social contract - when they’ve cheated