ACT-R Flashcards
ACT-R
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.
declarative memory
memory of facts and events, represented in chunks, created by encoding of objects in the environment
chunks
ACT models store declarative memories in ‘‘chunks’’ which are collections of elements
procedural memory
refers to memory of skills, created by encoding of chunks / transformations of environment, represented in production rules
production rules
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
production compilation
the process by which knowledge from declarative memory is tranferred to procedural memory (new rules are learned with this process)
cognitive modelling
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
court of last resort
if it is not known how to obtain x , create a space known to include X and search for it
knowledge search
the agent searches in memory for knowledge to select operators for problem search
problem search
the agent searches within a problem space for knowledge that helps with the problem
prerparation vs deliberation trade off
intelligent agents do knowledge and problem search, must do trade off between deliberation (analysing situation) and preparation (use stored preparation)
sub symbolic learning
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
symbolic learning
the best way to teach AI is to feed it human-readable info related to what you think it needs to know
list memory
experimental paradigm used in cognitive psychology to investigate how people store and recall items from short term memory