Task 5 Flashcards
What is meant by cognitive science ?
- understanding the processes that the brain uses to accomplish complex tasks
What are cognitive models ?
- want to explain cognitive processes and how they interact,
- Trying to understand and conceptualize cognitive processes like categorization,
What are the 5 steps of cognitive modeling?
- Translate theoretical framework to a mathematical or computer language
- Add additional assumption (ad hoc assumptions)
- Estimate parameters
- Compare predictions with competing models
- Start over again
What differs cognitive models from other models ?
- they derived from basic principles of cognition
Name two types of cognitive models:
- prototype and example model of categorization
What is meant by the prototype model of categorization ?
- Putting an object into a category based on prototypes (average object of each category)
What is meant by the exampler model of categorization ?
- Putting an object into a category based on finding the matching part from ALL past remembered examples
What are the advantages of cognitive models over conceptual model?
- since they use mathematical and computer language, they guranted produce only logically valid predictions
- capable of precise prediction
- Generalizeability = can make predictions that go beyond the original data
How can u translate a conceptual model into a cognitive model ?
- via changing the verbal statement into mathematical or computational language
What is an example of a rule based system ? (comparison to deep learning)
- SOAR modle
What is the main component of a rule based model ?
- The production rule ->
- If part -> Condition
- Then part -> Action
What is meant by condition ?
- specifies what must be true for a rule to apply
- Can be multiple factors
What is meant by action ?
- specifies a set of things to do if the production applies
- can be multiple factors
What is the limitation of multiple “actions” and “conditions” ?
- The multiple action can not be contradictory
What kind of knowledge can be presented in rules ?
- General information about the world (non changable logical rules / bilogical /physics)
- example would be language
What is the difference between logic and rule based system ?
- rules do not have to be interpreted as universall true (rather as a default)
- can better represent strategic information about what to do
- logic based system focus on deduction regarding thinking
- rule based system focus on SEARCH regarding thinking
- rule based system have less representational power but more computational and psychological power in comparison to the logic system
What is meant by representational power ?
- How much knowledge about the world can be represented?
- Or how to do things in the world
What is meant by computational power ?
- How powerful and efficient are rule-based system
- How good is there Problem solving, planning, explanations, learning, language = useful
How does rule based problem solving work ?
- They first search trough a problem space to find a path from current to goal state
- In doing so people rely on heuristics bc it is impossible to search the entire space (to complex)
What is meant by problem space ?
- is the space of possibilities that you must navigate trough
How do people search in the problem space ?
- Serial processing (one rule at a time)
- parallel processing (multiple rules at a time)
Define planing:
- Taking the best options out of the problem space and put them together
What kind of planing strategies do rule based model use ?
- Backward and forward reasoning and bidirectional search
What is meant by backward reasoning ?
- uses the logic of “which requires” -> starting from the goal and then going back
What is meant by forward reasoning ?
- Uses modus ponens from current situation to -> goal situation
What is meant by bidirectional search ?
- combines forward and backward reasoning
How do u learn according to a rule model ?
- via applying rules over and over again