• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/59

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

59 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
What is cognitive science
the interdisciplinary studyof mind and intelligence, embracing philosophy, psychology, artificial intelligence, neuroscience,
linguistics, and anthropology.
Cog Sci History
Ancient Greek Philosophers- study of the mind- metaphors, tabula rasa, knowledge comes from innately known concepts
Descartes- Dualism- mind and body separate.
1860's Wundt- laboratory methods for studying mental operations systematically.
Behaviorism (Pavlov) through 1950s.
1956- Miller short term memorory limits and chunking.
AI- McCarthy, Minsky, Newell, Simon
Chomsky- mental grammars.
1980s connectionist theories.
Rationalism
Knowledge only gained by thinking and reasoning. Held by Plato, Leibniz, Descartes,
Empiricism
Knowledge in terms of rules. Aristotle, Locke, Hume,
Kant
Attempted to combine Empiricism and Rationalism by arguing that human knowledge depends on both sense experience adn the innate capacities of the mind.
mental representation
a structure or process in the mind that stands for something. Knowledge in the mind consists of mental representations. Non-mental representations are like words on a page.
mental procedures
processes that happen on mental representations. multiplication for example.
Wilhelm Wundt
laboratory methods for studying mental operations.
behaviorism
denies existence of the mind- Pavlov, Watson, Skinner- belief that psychology should be restricted to the study of relationship between observable stimuli and observable responses. Talk of consciousness and mental representations was banished.
George Miller
Cog Sci founder- 1956- human capacity for short-term memory is limited to 7 items, more can be kept by breaking into chunks.
Herbert Simon
Cog Sci founder- proofs in formal logic, power of rules in accounting for aspects of human intelligence.
Noam Chomsky
Cog Sci founder- rejected behaviorist assumptions about language as a learned habit and proposed instead peoples ability to understand language in terms of mental grammars consisting of rules.
methods
1. Experimentation with human participants, computational modeling,
Central hypothesis of Cog Sci
Thinking can best be understood in terms of representational structures in the mind and computational procedures that operate on those structures.
CRUM
Computational-Representatioal Understanding of the Mind
CRUM analogy
Computer program: data structures + algorithms= running programs; Mind: mental representations+computational procedures = thinking.
Wilhelm Wundt
1870's laboratory methods for studying mental operations systematically- from philosophy to psychology.
intersection vs. union
disciplines working together to validate results, but not merging into one.
3 circles of cog sci
–Brain-the understanding of neurobiologicalprocesses and phenomena. –Behavior-the experimental methods and findings from the study of psychology, language, and the socioculturalenvironment –Computation-the powers and limits of various representations, coupled with studies of computational mechanisms
mind
refers to the collective aspects of intellect and consciousness which are manifest in some combination of thought, perception, emotion, will and imagination. –My definition: Ethereal entity that accounts for all phenomena that we can not empirically explain (yet!).
brain
control center of the central nervous system –Extremely complex structure, with more than ~100 billion neurons each of which is connected to ~10,000 others.
computation
refers to information processing –from simple calculations to human thinking
Universal Turing machine:
symbol-manipulating device capable of simulating the logic of any computer
representation
about how people store and process information- knowledge representation
CRUM shortfallings, criticisms
the mind not well explained by representations and computations.
Computational Model
Interprets structures and processes by analogy with computer programs
What is Cog Sci?
the interdisciplinary studyof mind andintelligence, embracing philosophy, psychology, artificial intelligence, neuroscience, linguistics, and anthropology.
syllogism
Aristotle logic- two premises & a conclusion. All students are overworked, Mary is a student; therefore mary is overworked. Can analyze form rather than content.
deductive inference
conclusion follows necessarily from premise- if premise is true, conclusion is true. Syllogism is deductive.
inductive inference
reasoning that introduces uncertainty. For example, premise of syllogism is taken from a sampling rather than whole population (all the students I know are overworked- does not conclude that Mary is overworked.)
Gottlob Frege
1879- began modern logic (post aristotle) with much more general logic than aristotles
p ➔ q
Prepositional logic- if p, then q. If paula is in the library, then quincy is in the library.
p v q
Prepositional logic-p or q.
(p v q) ➔ ~d
Prepositional logic-If paula or quincy are in the library, then debra is not.
S(p)
Predicate calculus- Paula is a student ( item(s) in parenthesis is subset or member of capitol letter)
(for-all x) (student (x) ➔ overworked (x))
Predicate calculus- all students are overworked. (for any x, if x is a student, then x is overworked.
(for-all x) (for-all y)[(student (x) & course (y) & take (x,y)) ➔ get-credit for (x,y)]
Predicate calculus- students who take courses get credit for them. (For any x and y, if x is a student, y is a course and x takes y, x will get credit for y.
First order logic (FOL)
aka Predicate calculus: system of deduction extending propositional logic by the ability to express relations between individuals (e.g. people, numbers, and "things" more generally).
modus ponens
p ➔ q; p, therefore, q.
modus tollens
p ➔ q; not q, therefore not p
deduction
knowing all, and given a member
induction
knowing some and inducing based on experience.
Criteria for Evaluating Approaches
to Mental Representations
slide
Why do people make the inferences that they do?
People have mental representations similar to sentences in predicate logic. People have deductive and inductive procedures that operate on those sentences.The deductive and inductive procedures, applied to the sentences, produce inferences.
logic
Formal science that investigates the structure of statements and arguments through inference
inference
Process of deriving a conclusion based on existing knowledge
formal logic
is the study of inference with purely formal content, where that content is made explicit.
problems with predicate logic
–Hard to deal with time(“now”, ”later”...) –Metapropositions(“asks”involves and asker and the proposition that is asked)
streghts and faults of Propositional & Predicate logic
are good at true/false statements. –Can’t handle uncertainty • Use probability theory instead • e.g. P(j)= 0.9, high probability of Jose being tired
rules of inference
modus ponens, modus tollens
Affirming the antecedent
if p, then q; p therefore q
denying the consequent
if p, then q; not q therefore not p.
affirming the consequent
INVALID Reference: if p, then q: q therefore p
denying the anticedent
INVALID Reference: if p, then q; not p therefore not q
Logic Theorists
Newell, Simon, Starts with a series of logic propositions from which a theorem is to be proven• Analogy with a one person board game –Propositions are the starting positions –Rules of inference are the permitted moves –Proving a theorem = asking whether a given state of the board is reachable by a sequence of legal moves from one of the starting positions Addressed the combinatorial explosionproblem, and the need to use heuristics
heuristics
rules of thumb that contribute to satisfactory solutions without considering all possibilities. May help in processing, but doesn't guarantee a solution
General problem solver
(Newell and Simon, 1972)
• Universal problem solver machine
– i.e. any formalized symbolic problem could be solved, in principle, by GPS
– e.g. chess playing, theorems proof, geometric problems...• User defines objects and operations that can be done on the
objects• GPS generates heuristicsin order to solve problems
• It then creates subgoalsto get closer and closer to the goal• Problem: Can not solve any real-world problems (i.e. non-
symbolic)• Eventually evolved into SOAR
None
SOAR
SOAR
(Newell, 1990, 1993)
• SOAR’smain element–the idea of a problem space: all cognitive acts are some
form of search task• Memory is unitary and procedural
–no distinction between procedural (skills) and declarative memory(facts and experiences)
• Chunking: primary mechanism for learning
–represents the conversion of problem-solving acts into long-term memory
• e.g. IF you want to get from campus to home, THEN drive
None
rules
natural way of describing human knowledge-
–Innate
• biological circuitry, e.g. vision–Learned by inductive generalization
• formed from examples
• formed by chunking(SOAR) or composition(ACT)–Learned by specialization
• specific for a given situation–Learned by abduction
• rules run backward to provide explanation –Learned by their performance
• Incremental learning through associated usefulness value
None