Editing
Prototype Theory
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Prototype Theory is the "Study of the Average"βthe radical realization that human "Categories" (like 'Bird,' 'Fruit,' or 'Chair') are not "Mathematical Boxes" with "Sharp Edges," but are "Fuzzy Clouds" built around a "Perfect Example" (The Prototype). Developed by **Eleanor Rosch** in the 1970s, this theory proves that we don't "Define" a **"Bird"** as 'An animal with feathers and a beak'; we "Understand" it by "Comparing it to a **Robin**." From the "Fuzzy Logic" of AI to the "Categorization" of social groups and "Clinical Diagnosis," this field explores the "Center and Edge" of meaning. It is the science of "Mental Typicality," explaining why a "Penguin" is "Less of a Bird" than a "Sparrow" in the eyes of the human brain. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Prototype Theory''' β A mode of "Graded Categorization" where some members of a category are "More Central" than others. * '''The Prototype''' β The "Best Example" of a category (e.g., 'Robin' for 'Bird,' 'Apple' for 'Fruit'). * '''Category Boundaries''' β The "Edges" where it's "Unclear" if something belongs (e.g., 'Is a Tomato a fruit or a vegetable?'). * '''Typicality Effect''' β The fact that people "Identify" and "Remember" prototypes "Faster" than "Non-prototypes" (e.g., you say 'Yes' faster to 'A Robin is a bird' than to 'A Penguin is a bird'). * '''Family Resemblance''' (Wittgenstein) β The idea that members of a category "Share traits" (like a family) but don't have one single "Required" trait. * '''Basic-Level Category''' β The "Golden Middle" of naming: 'Dog' (Basic) vs. 'Animal' (Superordinate) vs. 'Golden Retriever' (Subordinate). This is where humans do most of their thinking. * '''Fuzzy Sets''' β A mathematical way to describe "Degrees of Truth" (e.g., 'He is 80% bald'). * '''Exemplar Theory''' β A rival theory: the idea that we "Remember every bird we've ever seen" rather than making a "Single Average Prototype." * '''Attribute''' β A "Feature" of a prototype (e.g., 'Can Fly,' 'Sings,' 'Is Small'). * '''Eleanor Rosch''' β The psychologist who "Overturned" the "Classical View" of categories that had existed since Aristotle. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Prototype theory is understood through '''Typicality''' and '''Levels'''. '''1. The "Golden Bird" (Typicality)''': Aristotle said: "If it has feathers, it is 100% a bird. If not, it is 0% a bird." * Rosch said: "Humans don't think like that." * We see a **Robin** as a "Central Bird." * We see an **Ostrich** or a **Penguin** as "Peripheral Birds." * They are "Less typical." * "Categories" have a "Center" (The Prototype) and "Fade away" at the "Edges." '''2. The "Sweet Spot" (Basic Level)''': Why do we say "Look at that **Car**!" instead of "Look at that **Vehicle**!" or "Look at that **2022 Toyota Camry**!"? * **"Car"** is the **Basic-Level Category**. * It is "Short," "Common," and "Easy to Visualize." * It is the "Most efficient" level of information. * A "Child" learns "Dog" before they learn "Animal" or "Beagle." '''3. The "Family" Bond (Resemblance)''': (See Article 115). Ludwig Wittgenstein noticed that "Games" have "No single trait" in common. * Some have "Teams" (Football), some have "Boards" (Chess), some have "Chance" (Dice). * But they "Look like each other" in "Overlapping ways." * Prototype Theory turns this "Philosophy" into "Cognitive Science": we group things because they "Look like the Average," not because they "Follow a Law." '''The 'Cup or Bowl' Experiment'''': Researchers showed people a "Drinking Vessel" and slowly "Widened" it. At some point, people stopped calling it a "Cup" and started calling it a "Bowl." But for many "In-between" shapes, people were "Unsure." This proved that "Language and Thought" are "Continuous" and "Fuzzy," not "Binary." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Typicality Check' (Measuring how 'Far' an object is from the prototype):''' <syntaxhighlight lang="python"> def calculate_typicality(object_traits, prototype_traits): """ Shows how 'Bird-like' something is. """ match_score = 0 for trait in object_traits: if trait in prototype_traits: match_score += 1 percentage = (match_score / len(prototype_traits)) * 100 if percentage > 80: return f"RESULT: A CORE MEMBER ({percentage}%)" elif percentage > 40: return f"RESULT: A PERIPHERAL MEMBER ({percentage}%)" else: return f"RESULT: OUTLIER (Not in category)." # Prototype 'Bird': ['Flies', 'Sings', 'Has Feathers', 'Small'] robin_traits = ['Flies', 'Sings', 'Has Feathers', 'Small'] penguin_traits = ['Has Feathers'] # Doesn't fly or sing print(calculate_typicality(robin_traits, robin_traits)) print(calculate_typicality(penguin_traits, robin_traits)) </syntaxhighlight> ; Prototype Landmarks : '''The 'Tomato' Debate''' β A perfect "Boundary" case: "Biologically" a fruit, but "Prototypically" a vegetable because of its "Usage" (Savory/Salad). : '''Medical Diagnosis''' β Doctors often use prototypes. "This patient has a 'Typical case' of the flu." If a patient has "Non-typical" symptoms, the "Category" fails. : '''Stereotyping''' β (See Article 479). A "Stereotype" is a "Social Prototype." We take the "Average (or extreme)" traits of a group and "Apply" them to every individual, causing "Cognitive Bias." : '''Fuzzy Logic Controllers''' β Used in "Washing Machines" and "Subways" to "Adjust Power" based on "Fuzzy Categories" (e.g. 'Very Hot,' 'Moderately Dirty') rather than just 'ON/OFF.' </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Classical View vs. Prototype Theory ! Feature !! Classical (Aristotle) !! Prototype Theory (Rosch) |- | Structure || Binary (0 or 1) || Graded (0.1 to 0.9) |- | Boundaries || Sharp and Clear || Fuzzy and Overlapping |- | Member Status || All equal (A penguin is 'as much' a bird as a robin) || Unequal (Some are 'better' than others) |- | Learning || Learning the "Rule" || Learning the "Average Example" |- | Analogy || A 'Checklist' || A 'Target' (The Bullseye is the Prototype) |} '''The Concept of "Idealized Cognitive Models" (ICMs)''': Analyzing "The Mental Story." A "Bachelor" is prototypically "An unmarried man." But is the "Pope" a bachelor? Is "Tarzan" a bachelor? Biologically 'Yes,' but "Prototypically 'No'," because they don't "Fit the Social Story" of "Dating and Marriage" that the word "Bachelor" implies. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating prototype theory: # '''The "Prototype" Source''': Where do "Prototypes" come from? (Is a 'Robin' the prototype because it's 'Common,' or because it's 'Physically Perfect'?). # '''Context''': Is the prototype for "Bird" the same in the "Arctic" (Penguin?) as in the "Suburbs" (Robin?)? # '''AI''': Can "Machine Learning" create "True Prototypes," or is it just "Storing Data Points"? (The 'Centroid' in K-Means clustering). # '''Change''': How does a "Category" change over time? (e.g. Is the 'Prototype' for 'Computer' now a 'Smartphone' rather than a 'Tower with a Monitor'?). </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Dynamic 'Context-Aware' Categories''': An AI that "Changes its Prototypes" based on "Where it is" (e.g., if it's in the ocean, 'Animal' prototypically means 'Fish'). # '''Bias-Correction Software''': A tool that "Highlights" when we are "Using a Stereotype" (a social prototype) to judge an "Individual," helping us "See the person, not the average." # '''Medical 'Fuzzy' Diagnostic AI''': An AI that can "Handle" patients who are "At the Edge" of a category, ensuring they don't "Fall through the cracks" of "Binary" medicine. # '''The 'Visual' Dictionary''': A dictionary that "Displays a 3D Cloud" of meanings for a word, showing the "Center" and the "Edges" of how people actually use it. [[Category:Psychology]] [[Category:Science]] [[Category:Philosophy]] [[Category:Cognitive Science]] [[Category:Linguistics]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information