<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Off The Top Of My Head &#187; cognitive science</title>
	<atom:link href="http://waltermilner.wordpress.com/tag/cognitive-science/feed/" rel="self" type="application/rss+xml" />
	<link>http://waltermilner.wordpress.com</link>
	<description>Don&#039;t open it</description>
	<lastBuildDate>Fri, 13 Nov 2009 15:22:01 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='waltermilner.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b44a15b2fa7eb4a7da92d7789987d5e1?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Off The Top Of My Head &#187; cognitive science</title>
		<link>http://waltermilner.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://waltermilner.wordpress.com/osd.xml" title="Off The Top Of My Head" />
		<item>
		<title>How people learn</title>
		<link>http://waltermilner.wordpress.com/2009/02/01/how-people-learn/</link>
		<comments>http://waltermilner.wordpress.com/2009/02/01/how-people-learn/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 11:58:28 +0000</pubDate>
		<dc:creator>waltermilner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cognition]]></category>
		<category><![CDATA[cognitive science]]></category>
		<category><![CDATA[compressions]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[mental spaces]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://waltermilner.wordpress.com/?p=157</guid>
		<description><![CDATA[This is an attempt to describe how &#8216;adults&#8217; learn new concepts in a formal setting, such as a college course. I&#8217;m mostly thinking about &#8217;scientific&#8217; subjects like maths physics and computing. I&#8217;m using learning Java as the source of examples.
It uses some other ideas. Two crucial ones are frames and mental spaces . Read that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waltermilner.wordpress.com&blog=464072&post=157&subd=waltermilner&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is an attempt to describe how &#8216;adults&#8217; learn new concepts in a formal setting, such as a college course. I&#8217;m mostly thinking about &#8217;scientific&#8217; subjects like maths physics and computing. I&#8217;m using learning Java as the source of examples.</p>
<p>It uses some other ideas. Two crucial ones are <a href="http://terpconnect.umd.edu/~israel/Fauconnier-MentalSpaces.pdf">frames and mental spaces</a> . Read that link if you are interested in this and want to make sense of this blog.  It also uses the idea of a <a href="http://www.ling.sinica.edu.tw/eip/FILES/journal/2007.10.26.31942385.1156805.pdf">compression</a>.</p>
<p>Psychologists have usually treated concepts as categories, delineated by a definition. Work by people like <a href="http://en.wikipedia.org/wiki/Eleanor_Rosch">Rosch</a> showed this was simplistic, with &#8216;real&#8217; concepts being more complex than this. This led to the idea of concept being based on an &#8216;ideal&#8217; instance (prototype theory), a set of remembered examples (exemplars), and degree of possession of typical features (typicality).</p>
<p>Moving beyond concept as category, Neisser and others developed the idea of concept as implicit theory &#8211; which is very relevant to &#8216;understanding&#8217; an idea. To understand what a Java object is, we need a lot more than simply to be able to decide if something is an object or not.</p>
<p>Typical college teaching shows all of the aspects of concepts. Often definitions are given, examples, descriptions (usually of typical instances) and so on. In addition, students will usually work through &#8216;exercises&#8217; in which they are obliged to engage actively with some examples.</p>
<p>There is a particular problem if there is no definition of a concept. For example, the Java class/object concept has no semantic definition ( the syntax of a class definition is available, but it is no use to a student trying to understand what a class is). In this situation there is usually some teaching discourse (in a textbook or lecture) which tries to deliver an understanding of the idea through prose &#8211; but this is extremely difficult. For example one standard Java student text says that &#8216;objects belong to classes&#8217;. But this strongly suggests that a class is a set, and an object is an element in the set, which supports the <a href="http://portal.acm.org/citation.cfm?id=1189170">partonomy/taxonomy</a> confusion.</p>
<p>In these situations we have general concepts (<em>class/object</em>, or <em>type</em>) and examples ( JButtons, JFrames, classes developed by the student in lab sessions, or for <em>type</em>, ints, chars, doubles, booleans and so on).</p>
<p>A student coming to understand these general concepts does so by taking the examples (a multiplicity of <em>mental spaces</em> which include the examples), and<em> compressing</em> them into a <em>frame</em>. That&#8217;s it.</p>
<p>Students are individuals, and there are individual differences. For example one student may be slow to do this &#8211; he may be very fluent handling ints and doubles, while denying any recognition of the idea of <em>type</em>. Other students may actually do this too fast &#8211; rather as infants over-generalize terms. For example one student had absorbed the idea of inheritance, and had then assumed that ActionListener, WindowListener, MouseMotionListener and so on were sub-classes of a common base class ( semantically correct but syntactically wrong, since these are interfaces and not classes).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waltermilner.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waltermilner.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waltermilner.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waltermilner.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waltermilner.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waltermilner.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waltermilner.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waltermilner.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waltermilner.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waltermilner.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waltermilner.wordpress.com&blog=464072&post=157&subd=waltermilner&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://waltermilner.wordpress.com/2009/02/01/how-people-learn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d1cd29e1482533ded586b3a66c70ac0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">waltermilner</media:title>
		</media:content>
	</item>
		<item>
		<title>An example blend</title>
		<link>http://waltermilner.wordpress.com/2009/01/28/an-example-blend/</link>
		<comments>http://waltermilner.wordpress.com/2009/01/28/an-example-blend/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 12:52:36 +0000</pubDate>
		<dc:creator>waltermilner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cognitive science]]></category>
		<category><![CDATA[conceptual blends]]></category>
		<category><![CDATA[Fauconnier]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://waltermilner.wordpress.com/?p=154</guid>
		<description><![CDATA[How do we really understand ideas? How do we make sense of things beyond the purely concrete? Like time, or jokes, or freedom, or software? That&#8217;s my question.
And I think at least part of the answer is as conceptual blends. Not my idea &#8211; it comes largely from Gilles Fauconnier. Let me outline one of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waltermilner.wordpress.com&blog=464072&post=154&subd=waltermilner&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>How do we really understand ideas? How do we make sense of things beyond the purely concrete? Like time, or jokes, or freedom, or software? That&#8217;s my question.</p>
<p>And I think at least part of the answer is as conceptual blends. Not my idea &#8211; it comes largely from Gilles Fauconnier. Let me outline one of his examples.</p>
<p>The idea of a &#8216;computer virus&#8217;. An irritating idea, but also creative and imaginative.</p>
<p>Blends have (usually) 2 input spaces. In this case, one is a computer program. This space has several &#8217;slots&#8217;<br />
Made by a human (programmer)<br />
Useful<br />
Needs computer hardware to run on</p>
<p>The other input space is a biological virus<br />
Made by evolution<br />
Harmful<br />
Needs host living cell<br />
Reproduces</p>
<p>Then we do a selective projection of these slots. In other words, we pick some from one input and some from the other. This is very precise &#8211; its not a blend as in food blender &#8211; we don&#8217;t get mush. In the output space we have</p>
<p>Made by a programmer<br />
Harmful<br />
Needs host hardware<br />
Reproduces</p>
<p>And there you have a new idea.</p>
<p>But this is not at a conscious explicit level &#8211; the first people to write viruses did not work it out like this, in the sense that they were aware of what they were doing in this way. The hypothesis is that the human central nervous system holds, uses and transforms concepts in a way somehow related to the process described here.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waltermilner.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waltermilner.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waltermilner.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waltermilner.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waltermilner.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waltermilner.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waltermilner.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waltermilner.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waltermilner.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waltermilner.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waltermilner.wordpress.com&blog=464072&post=154&subd=waltermilner&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://waltermilner.wordpress.com/2009/01/28/an-example-blend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d1cd29e1482533ded586b3a66c70ac0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">waltermilner</media:title>
		</media:content>
	</item>
	</channel>
</rss>