ACT-R Flashcards Preview

Man and the Machine > ACT-R > Flashcards

Flashcards in ACT-R Deck (14)
Loading flashcards...
1
Q

ACT-R

A

cognitive architecture : a theory of simulating and understanding human cognition. Researchers working on ACT-R strive to understand how people organize knowledge and produce intelligent behavior.

2
Q

declarative memory

A

memory of facts and events, represented in chunks, created by encoding of objects in the environment

3
Q

chunks

A

ACT models store declarative memories in ‘‘chunks’’ which are collections of elements

4
Q

procedural memory

A

refers to memory of skills, created by encoding of chunks / transformations of environment, represented in production rules

5
Q

production rules

A

set of rules in aproduction system about behavior

ACT models store procedural memory in form of production rules that have a IF condition and a THEN condition
-> if a productions precondition matches the current state of the world , then the production is said to be triggered

6
Q

production compilation

A

the process by which knowledge from declarative memory is tranferred to procedural memory (new rules are learned with this process)

7
Q

cognitive modelling

A

area in cog science that deals with explaining cog processes in the brain, described in mathematical/computer language

> such a model can be used to simulate or predict human behavior or performance on tasks similiar to the ones modeled and improve human-coputer interaction

8
Q

court of last resort

A

if it is not known how to obtain x , create a space known to include X and search for it

9
Q

knowledge search

A

the agent searches in memory for knowledge to select operators for problem search

10
Q

problem search

A

the agent searches within a problem space for knowledge that helps with the problem

11
Q

prerparation vs deliberation trade off

A

intelligent agents do knowledge and problem search, must do trade off between deliberation (analysing situation) and preparation (use stored preparation)

12
Q

sub symbolic learning

A

human based info formats arent always the best fit for AI and encourages feeding raw info into the AI that it can then analyze and construct its own knowledge spread over units and connections between units, learning as change of connections between chunks and production ruless -> hebb, pattern associator, selective retention

13
Q

symbolic learning

A

the best way to teach AI is to feed it human-readable info related to what you think it needs to know

14
Q

list memory

A

experimental paradigm used in cognitive psychology to investigate how people store and recall items from short term memory