<?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/"
	>

<channel>
	<title>Coggr: A Cognitive Science Blog</title>
	<atom:link href="http://coggr.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://coggr.com</link>
	<description>A blog about cognitive science, exploring neuroscience, psychology, computation, and philosophy of science.</description>
	<lastBuildDate>Thu, 05 Nov 2009 03:27:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Computational Modeling vs. Mathematical Modeling</title>
		<link>http://coggr.com/2009/11/computational-modeling-vs-mathematical-modeling/</link>
		<comments>http://coggr.com/2009/11/computational-modeling-vs-mathematical-modeling/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 03:27:08 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=416</guid>
		<description><![CDATA[Just recently been thinking about &#8220;computational modeling&#8221;, and I&#8217;ve been thinking more and more that the important thing is not so much the &#8220;computational&#8221; part of modeling (the fact that you&#8217;ve simulated a model on a computer), but rather the mathematical model that is so implemented.  I think that ultimately we&#8217;re interested in having models [...]]]></description>
			<content:encoded><![CDATA[<p>Just recently been thinking about &#8220;computational modeling&#8221;, and I&#8217;ve been thinking more and more that the important thing is not so much the &#8220;computational&#8221; part of modeling (the fact that you&#8217;ve simulated a model on a computer), but rather the mathematical model that is so implemented.  I think that ultimately we&#8217;re interested in having models of how things work.  In this case, I think most of the &#8220;understanding&#8221; is in the models themselves, as stated mathematically, not in a particular implementation of the model.  Yes, computational implementation is important because: 1) it keeps us honest by forcing us to make our models physically realizable (and therefore explicit and consistent), and 2) it can reveal aspects of our model that might not be apparent to us initially.  But my sense is that the mathematical model is more important than its &#8220;computational&#8221; realization.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/11/computational-modeling-vs-mathematical-modeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Biophysics of Computation</title>
		<link>http://coggr.com/2009/11/biophysics-of-computation/</link>
		<comments>http://coggr.com/2009/11/biophysics-of-computation/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 03:20:23 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=413</guid>
		<description><![CDATA[I just finished &#8220;fast reading&#8221; Christof Koch&#8217;s book &#8220;Biophysics of Computation&#8221;, i.e. reading it but not stopping to understand concepts I didn&#8217;t get on the first pass, making sure to understand equations, etc.  The book gives a great description of how various aspects of the brain can be modeled mathematically, and how the brain might [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished &#8220;fast reading&#8221; Christof Koch&#8217;s book &#8220;Biophysics of Computation&#8221;, i.e. reading it but not stopping to understand concepts I didn&#8217;t get on the first pass, making sure to understand equations, etc.  The book gives a great description of how various aspects of the brain can be modeled mathematically, and how the brain might carry out various &#8220;computations&#8221; in doing its job.</p>
<p>I&#8217;m personally interested in building mathematical models of the brain, and due to the vast complexity of the brain we are forced to make major simplifications in our models of it.  This book gives great information on potentially relevant aspect of neural functioning, which helps a modeler make informed decisions about which simplifications can / should be made.</p>
<p>In addition to a mathematical / computational perspective, the book also more generally gives a great description of what we know about how the brain works at a low level.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/11/biophysics-of-computation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using LaTex for Math Typesetting</title>
		<link>http://coggr.com/2009/09/using-latex-for-math-typesetting/</link>
		<comments>http://coggr.com/2009/09/using-latex-for-math-typesetting/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:02:13 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=408</guid>
		<description><![CDATA[Just a quick post on typesetting mathematics with LaTex.  This summer, in the process of brushing up on a few things, I wanted to make a math study guide, and found that Microsoft Word doesn&#8217;t do a great job at math typesetting.  I looked at several other programs that do this (many of them require [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post on typesetting mathematics with LaTex.  This summer, in the process of brushing up on a few things, I wanted to make a math study guide, and found that Microsoft Word doesn&#8217;t do a great job at math typesetting.  I looked at several other programs that do this (many of them require purchasing a license), and finally came upon the standard, &#8220;professional&#8221; (and free) solution &#8211; LaTex.</p>
<p>LaTex converts text markup (which is relatively simple) into beautifully-formatted formulas, and there are many great, free implementations of it.  You can learn about it generally at <a href="http://www.latex-project.org/">http://www.latex-project.org/</a> and there is a good free implementation at <a href="http://miktex.org/">http://miktex.org/</a>.  As an example I&#8217;ve also included the LaTex source and resulting pdf for my <a href="/math-study-guide">math study guide</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/09/using-latex-for-math-typesetting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neural Synchronization Followup</title>
		<link>http://coggr.com/2009/09/neural-synchronization-followup/</link>
		<comments>http://coggr.com/2009/09/neural-synchronization-followup/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:32:00 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=388</guid>
		<description><![CDATA[Two posts ago I asked a question about neural synchronization &#8211; if a group of neurons are firing synchronously, don&#8217;t we lose information?  In other words, if many neurons are all saying the same thing, do we really gain anything by having them all say it?  Additionally, if a group of neurons is &#8220;busy&#8221; firing synchronously, [...]]]></description>
			<content:encoded><![CDATA[<p>Two posts ago I asked a question about neural synchronization &#8211; if a group of neurons are firing synchronously, don&#8217;t we lose information?  In other words, if many neurons are all saying the same thing, do we really gain anything by having them all say it?  Additionally, if a group of neurons is &#8220;busy&#8221; firing synchronously, wouldn&#8217;t that preclude them from doing anything else or being responsive to other inputs?  Synchronization appears to be an important property of the brain, so to try to get a better understanding of how it might work, I read several articles (Fries, 2005; Schnitzler &amp; Gross, 2005; Singer, 1993), along with Gyorgy Buzsaki&#8217;s book &#8221;Rhythms of the Brain&#8221; (2006) and I now have a better idea of how neural synchronization might work, and the purposes it might serve.</p>
<p>The most critical piece I was missing is that neural synchronization does not necessarily mean that a group of neurons are all <em>firing</em> in sychrony (i.e. every neuron in the group firing in every cycle of the oscillation).  Instead, it could be that the <em>membrane potential</em> of the synchronized neurons are oscillating together.  This would effectively result in a synchronized group varying in how excitable (likely to fire) they were, together - giving windows when the neurons were all easily excitable, and periods where they were not very excitable at all.  This would allow neurons to be synchronized and still have the information that gets transmitted be interesting &#8211; a spike could still mean something beyond &#8220;we are all synchronized&#8221;.</p>
<p>Another mistaken idea I thought I had heard was that &#8220;synchronization allows neurons to communicate / transmit information.&#8221;  This didn&#8217;t make sense to me because it doesn&#8217;t seem like you need synchronization to communicate &#8211; a single neuron can fire and send out an action potential to other neurons regardless of what other neurons are doing.  The missing piece was that synchronization isn&#8217;t needed for communication per se, but rather synchronization might allow for <em>selective</em> communication.  There is a vast anatomical connectivity between neurons, and it seems likely that only certain subsets of neurons need to be communicating at a given time.  If a &#8220;sending&#8221; and &#8220;receiving&#8221; group are oscillating together, then there will be periodic &#8220;windows&#8221; when the receiving neurons are excitable enough to receive information.  At other points in the cycle, the receiving neurons would likely be unresponsive to input because they would be at a &#8220;trough&#8221; in their excitability (they would be hyperpolarized).  Thus, only neurons which were synchronized with the receiving neurons would be able to send to them.</p>
<p>From the above sources, a few of the possible functions of synchronization might be:</p>
<ul>
<li>&#8220;Binding&#8221; disparate information together.  If neurons in separated areas representing related information are synchronized, and if another group of neurons which is &#8220;interested&#8221; in this information is also synchronized with them, then the &#8220;interested&#8221; area can receive information only from the related, relevant areas, and not receive information from other currently unrelated neurons which have anatomical connections to it.</li>
<li>Selective communication.  As mentioned above (and in some ways similar to the first point), synchronization could generally allow groups of neurons to selectively communicate and filter out the &#8220;noise&#8221; of unrelated but anatomically connected other neurons.</li>
<li>Greater impact.  Since in many cases it takes many post-synaptic potentials to cause a neuron to fire, the effect of one or a few neurons firing an action potential at a target neuron may have little effect on the target.  However, if many neurons are synchronized and fire at the same time, they can have a much greater chance of pushing the target over firing threshold.</li>
<li>Facilitating synaptic changes / plasticity.  There is evidence to suggest that some / many aspects of synaptic plasticity require many incoming post-synaptic potentials in a very short time window in order to occur.  Many &#8220;upstream&#8221; synchronized neurons firing at the same time would likely have a much greater chance of effecting synaptic changes than more spread out, unsynchronized firing.</li>
</ul>
<p>A few other interesting points I noticed:</p>
<ul>
<li>Relativley high frequency oscillations seem to be used for small groups of synchronized neurons, and lower frequency / slower oscillations may be used for larger synchronized groups.  This may be due to the mechanics of synchronization such as longer axonal transmission times over longer distances, more &#8220;links in the chain&#8221;, etc.</li>
<li>One of the potential challenges to synchronization is that, in order to stay &#8220;in phase&#8221;, the transmission time from each sending neuron to each receiving neuron needs to be very close to the same.  Amazingly, some evidence suggests that some networks seem to be tuned so that longer-distance axons are more heavily myelinated, resulting in faster conduction speeds for longer distances, and thus very close latency between closer and further connections (such as from the thalamus to the cortex) (Salami et al., 2003).</li>
<li>Magnetoencephalography is one useful tool for measuring synchronization, since it has the time resolution needed to detect the rapid voltage changes.</li>
</ul>
<p style="text-align: center;">References</p>
<p style="text-indent:-25px;padding-left:25px">Buzsaki, G. (2006). <em>Rhythms of the brain</em>. New York: Oxford University Press.</p>
<p style="text-indent:-25px;padding-left:25px">Fries, P. (2005). A mechanism for cognitive dynamics: Neuronal communication through neuronal coherence. <em>TRENDS in Cognitive Sciences</em>, <em>9</em>, 474-480.</p>
<p style="text-indent:-25px;padding-left:25px">Salami, M. et al. (2003). Change of conduction velocity by regional myelination yields constant latency irrespective of distance between thalamus and cortex. <em>Proceedings of the National Academy of Sciences of the United States of America</em>,<em> 100</em>, 6174-6179.</p>
<p style="text-indent:-25px;padding-left:25px">Schnitzler, A., &amp; Gross, J. (2005). Normal and pathological oscillatory communication in the brain. <em>Nature Reviews Neuroscience</em>, <em>6</em>, 285-296.</p>
<p style="text-indent:-25px;padding-left:25px">Singer, W. (1993). Synchronizatoin of cortical activity and its putative role in information processing and learning. <em>Annual Review of Physiology</em>, <em>55</em>, 349-374.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/09/neural-synchronization-followup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sadness and Anxiety: Incompatible Emotions?</title>
		<link>http://coggr.com/2009/09/sadness-and-anxiety-incompatible-emotions/</link>
		<comments>http://coggr.com/2009/09/sadness-and-anxiety-incompatible-emotions/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:23:37 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=379</guid>
		<description><![CDATA[Are there emotions which are &#8220;incompatible&#8221;?  In other words, could experiencing one emotion make it harder to experience another emotion?  It seems like we have anecdotal evidence on both sides.  On one hand, it can seem very difficult to get someone who is feeling sad or depressed to enjoy anything &#8211; feeling one emotion (sadness or depression) [...]]]></description>
			<content:encoded><![CDATA[<p>Are there emotions which are &#8220;incompatible&#8221;?  In other words, could experiencing one emotion make it harder to experience another emotion?  It seems like we have anecdotal evidence on both sides.  On one hand, it can seem very difficult to get someone who is feeling sad or depressed to enjoy anything &#8211; feeling one emotion (sadness or depression) seems to make it harder to feel another emotion (happiness).  On the other hand, we&#8217;ve probably all had experiences where we felt multiple emotions at the same time &#8211; such as feeling sad and happy at the same time about something (and we even have the word &#8220;bittersweet&#8221;).</p>
<p>Emotions are complicated, and both of these views are probably right to a degree &#8211; we can experience more than one emotion at a time, but there are also likely to be situations where feeling certain emotions makes it less likely to feel other emotions.</p>
<p>This is more than just a theoretical question &#8211; it is relevant to understanding ways of <em>regulating</em> our emotions, ways of changing our emotions when they are unhealthy.  For example, when we are stressed out and worried about something, it would be nice to be able to get rid of that anxiety.  Similarly, if we are angry or depressed, we might like to change those feelings.</p>
<p>Could the intensity of a negative emotion be reduced by getting ourselves to feel a different, &#8220;incompatible&#8221; emotion?  In particular, could sadness be incompatible with anxiety?  Recently, when I have been especially anxious about something, I&#8217;ve been trying to imagine that &#8220;the worst possible outcome&#8221; (my fear) has already happened, and then to get myself to feel sad about it.  Sometimes this has had little effect on the anxiety, but more than a few times the resulting sadness has been accompanied by my anxiety going away and a sense of calm.</p>
<p>My guess about this is that there are differences between the emotional &#8220;circuits&#8221; responsible for dealing with things you can do something about vs. things you can&#8217;t do anything about.  Once there is &#8220;nothing that can be done&#8221;, the &#8220;sadness circuits&#8221; take over, and the &#8220;anxiety circuits&#8221; stop being active.  The truth is probably more complicated than this, but there might be something to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/09/sadness-and-anxiety-incompatible-emotions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neural Synchronization &#8211; Naive Questions</title>
		<link>http://coggr.com/2009/08/neural-synchronization-naive-questions/</link>
		<comments>http://coggr.com/2009/08/neural-synchronization-naive-questions/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:36:26 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=360</guid>
		<description><![CDATA[Neural synchronization occurs when many neurons fire together, with their timings aligned, often periodically with a given frequency.  Synchronization is clearly very pervasive in the brain (in EEG recordings of &#8220;brain waves&#8221; and different brain &#8220;rhythms&#8221;, for example).  However, I imagine we are still a ways away from having an authoritative explanation of the purpose of this synchronization.
In some [...]]]></description>
			<content:encoded><![CDATA[<p>Neural synchronization occurs when many neurons fire together, with their timings aligned, often periodically with a given frequency.  Synchronization is clearly very pervasive in the brain (in EEG recordings of &#8220;brain waves&#8221; and different brain &#8220;rhythms&#8221;, for example).  However, I imagine we are still a ways away from having an authoritative explanation of the purpose of this synchronization.</p>
<p>In some cases the need for synchronizatoin seems clear &#8211; for example rhythmic movements (such as walking) seem like they would require rhythmic, synchronized neural firing.  But synchronization seems to be much more prevalent than that, and likely plays a critical role in many / most aspects of brain functioning.  As I&#8217;m writing this I haven&#8217;t read much on synchronization, and am about to read &#8220;Rhythms of the Brain&#8221; by Gyorgy Buzsaki, which looks to be a great introduction to neural synchronization, to try to get some sense of what we know about this.</p>
<p>One of the initial questions I have is (from an information perspective), if many neurons are firing in the same pattern, don&#8217;t we lose information?  In other words, isn&#8217;t much of the firing redundant?  I&#8217;m interested to find out how synchronization fits into an information processing framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/08/neural-synchronization-naive-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Role of Mathematics in Psychology</title>
		<link>http://coggr.com/2009/08/the-role-of-mathematics-in-psychology/</link>
		<comments>http://coggr.com/2009/08/the-role-of-mathematics-in-psychology/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 23:47:29 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=353</guid>
		<description><![CDATA[How much math do you need to know for a career in psychology?  The stereotype seems to be that psychology and math are unrelated, but &#8220;surprisingly&#8221; I&#8217;ve found that many areas of psychology can involve quite a bit of math.  This of course can be good or bad news, depending on your love (or hate!) of mathematics.  Here&#8217;s my take, [...]]]></description>
			<content:encoded><![CDATA[<p>How much math do you need to know for a career in psychology?  The stereotype seems to be that psychology and math are unrelated, but &#8220;surprisingly&#8221; I&#8217;ve found that many areas of psychology can involve quite a bit of math.  This of course can be good or bad news, depending on your love (or hate!) of mathematics.  Here&#8217;s my take, as a former undergrad Computer Science major and now Ph.D. student in Psychology, on a few of the roles one could pursue in psychology, and the probable math involvement of each:</p>
<ul>
<li>Therapist:  As a therapist, relatively little math seems required, although some basic statistics might be helpful to be able to understand the results of research articles.</li>
<li>Clinical / social / experimental psychology researcher:  These areas require some knowledge of statistics in order to correctly design and analyze experiments.  In some cases more involved statistical knowledge is necessary for building more complex statistical models, such as structural equation modeling or mediation / moderation relationship modeling.</li>
<li>Computational brain modeling:  This is an area I&#8217;ve gotten more interested in / involved with lately, and I&#8217;ve found that it can require extensive math, as it involves modeling complex physical systems.</li>
<li>Neuroscientist:  Potentially extensive math, depending on type of research.  At some level, models involve, for example, complex differential equations governing the different mechanisms involved.  Additionally, math can be involved in analyzing brain imaging data, such as data from fMRI.</li>
<li>General cognitive science researcher:  This is a broad area, but may involve mathematical models of perceptual and cognitive processes, with or without explicit modeling of the brain.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/08/the-role-of-mathematics-in-psychology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analysis of Variance, Regression, and the &#8220;General Linear Model&#8221;</title>
		<link>http://coggr.com/2009/07/analysis-of-variance-regression-and-the-general-linear-model/</link>
		<comments>http://coggr.com/2009/07/analysis-of-variance-regression-and-the-general-linear-model/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 03:43:20 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=346</guid>
		<description><![CDATA[Analysis of variance (ANOVA) and linear regression are two of the most popular statistical techniques used in behavioral research.  I&#8217;ve often come across statements to the effect that ANOVA and linear regression are really &#8220;the same thing&#8221; &#8211; that in some sense they are special cases of something called &#8220;the general linear model&#8221;.  And yet, [...]]]></description>
			<content:encoded><![CDATA[<p>Analysis of variance (ANOVA) and linear regression are two of the most popular statistical techniques used in behavioral research.  I&#8217;ve often come across statements to the effect that ANOVA and linear regression are really &#8220;the same thing&#8221; &#8211; that in some sense they are special cases of something called &#8220;the general linear model&#8221;.  And yet, in many statistics texts there are few details given of exactly <em>how</em> this works &#8211; exactly how, say, ANOVA is part of a general linear model.</p>
<p>I recently came across a classic article that addresses this point directly, Jacob Cohen&#8217;s &#8220;Multiple Regression as a General Data-Analytic System&#8221; (1968).</p>
<p>Cohen has written many articles on the proper use of statistics in psychological research (and in research in general).  Statistics clearly plays an important role in correctly designing and analyzing experiments, but many researchers quite naturally are not statisticians, and there is often a gap between statistical knowledge (of statisticians) and the everyday application of statistics by researchers in other fields.  Cohen has made many contributions to address this divide, by bringing a knowledge of mathematical statistics to bear on research practices.</p>
<p>In this article Cohen shows that analysis of variance, analysis of covariance, and other statistical techniques can be converted into equivalent cases of multiple regression.  Once he has given details about how this can be done (including how to carry out the requisite hypothesis tests, etc.), he goes on to discuss why multiple regression is ultimately a more flexible and powerful technique, and thus can be viewed as a &#8220;general linear model&#8221;.</p>
<p>One of the main advantages of multiple regression is that it can accommodate a wide range of situations easily &#8211; interval/ratio variables, categorical variables, interactions, and so forth &#8211; all in a single model.  ANOVA and other specific techniques (such as t tests) are specialized in that they can only handle a fairly limited range of situations.  Multiple regression, on the other hand, can handle many different cases, all at the same time in a single model.</p>
<p style="text-align: center;">Reference</p>
<p style="text-indent:-25px;padding-left:25px">Cohen, J. (1968). Multiple regression as a general data-analytic system. <em>Psychological Bulletin</em>, <em>70</em>, 426-443.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/07/analysis-of-variance-regression-and-the-general-linear-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simulation Update</title>
		<link>http://coggr.com/2009/07/simulation-update/</link>
		<comments>http://coggr.com/2009/07/simulation-update/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 01:49:48 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=332</guid>
		<description><![CDATA[Last month I wrote about recreating a brain simulation model in an article I read about (Hamker, 2005).  As I discussed there, the Hamker article describes a computational firing-rate model of several brain areas thought to play a role in spatial and non-spatial attention.  As I&#8217;m very interested in building computational brain models myself and [...]]]></description>
			<content:encoded><![CDATA[<p>Last month I wrote about recreating a brain simulation model in an article I read about (Hamker, 2005).  As I discussed <a title="/2009/06/recreating-a-computational-model/" href="/2009/06/recreating-a-computational-model/">there</a>, the Hamker article describes a computational firing-rate model of several brain areas thought to play a role in spatial and non-spatial attention.  As I&#8217;m very interested in building computational brain models myself and am just getting started, I am attempting to recreate their simulation using Matlab.</p>
<p>This is still a work in progress, but I now have an initial version that models input and two of the brain areas, V4 and IT.  The simulation also displays graphs of the resulting firing rates over time for each simulated neuron.  The Matlab files are available <a title="/brain-simulation-matlab-files/" href="/brain-simulation-matlab-files/">here</a>.</p>
<p>The biggest issue I&#8217;ve come across so far has been optimizing performance.  In my initial version of the simulation, solving the equation system took a prohibitive amount of time &#8211; simulating 5 neurons for 3 milliseconds of model time took several minutes, and the system ultimately needs to model around 250 neurons for 3000 milliseconds.  Ultimately the problem turned out to be the differential equation solver algorithm.  I initially used Matlab&#8217;s default &#8220;ode45&#8243; solver, since the model appeared to be simple and I didn&#8217;t expect the system to be &#8220;stiff&#8221;, but switching to the &#8220;ode15s&#8221; solver (a &#8220;stiff&#8221; solver) drastically reduced the execution time.</p>
<p style="text-align: center;">Reference</p>
<p style="text-indent:-25px;padding-left:25px">Hamker, F. H. (2005). The reentry hypothesis: The putative interaction of the frontal eye field, ventrolateral prefrontal cortex, and areas V4, IT for attention and eye movement. <em>Cerebral Cortex</em>, <em>15</em>, 431-447.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/07/simulation-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Philosophy in the Flesh (Book Review)</title>
		<link>http://coggr.com/2009/06/philosophy-in-the-flesh-book-review/</link>
		<comments>http://coggr.com/2009/06/philosophy-in-the-flesh-book-review/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 21:06:43 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=325</guid>
		<description><![CDATA[I recently read the book &#8220;Philosophy in the Flesh: The Embodied Mind and its Challenge to Western Thought&#8221; by George Lakoff and Mark Johnson.  While I don&#8217;t agree with everything in the book, I think it provides a good conceptual overview of how concepts and language might get their meaning.
To give some background, one line [...]]]></description>
			<content:encoded><![CDATA[<p>I recently read the book &#8220;Philosophy in the Flesh: The Embodied Mind and its Challenge to Western Thought&#8221; by George Lakoff and Mark Johnson.  While I don&#8217;t agree with everything in the book, I think it provides a good conceptual overview of how concepts and language might get their meaning.</p>
<p>To give some background, one line of thought views &#8220;concepts&#8221; as ethereal and as existing in some sense independently of any individual thinker.  This is very close to Plato&#8217;s &#8220;forms&#8221;, and posits some &#8220;essence&#8221; which makes a concept what it is.</p>
<p>Enter modern science and the view that <em>everything</em> is ultimately describable by the patterns of physics.  Under this view, the idea of essences is incorrect, and must be replaced by some mechanistic description of what is happening when someone thinks about a concept.</p>
<p>As controversial as this later view may be in popular culture, I would argue that it is accepted by most scientists, and in my view, likely to be correct.  But we then have the question &#8211; if concepts are not made of &#8220;essences&#8221; but of physical mechanisms, what kind of physical mechanisms are involved?</p>
<p>This book attempts to give a possible answer to this question.  Lakoff and Johnson argue that most of our concepts are &#8220;embodied&#8221;, meaning that they are directly or indirectly based on our bodies and the movement of our bodies through space.  Of course, some of our concepts / language are clearly and directly based on the body &#8211; being cold or hot, or moving forward or backward, for example.  But they argue that much or most of our language is based metaphorically on body concepts.  For example, we conceive of time as moving forward or backward, and we speak of time as *looking* forward or backward &#8211; &#8220;we&#8217;ll <em>see</em> what happens&#8221;, etc.</p>
<p>They lay out these basic ideas, and then spend much of the book describing how specific abstract concepts might be based on body metaphors &#8211; self, free will, morality, time, etc.</p>
<p>Although the book constantly refers to &#8220;the findings of second-generation cognitive science&#8221;, it is relatively light on actual experimental evidence supporting their claims.  Much of the value of the book lies, in my opinion, not on the science, but on plausible outlines of how concepts might come to have meaning in physical systems.  In this respect, I think the ideas in the book might truly be as groundbreaking as the authors suggest.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/06/philosophy-in-the-flesh-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standardized Formats for Computational Models?</title>
		<link>http://coggr.com/2009/06/standardized-formats-for-computational-models/</link>
		<comments>http://coggr.com/2009/06/standardized-formats-for-computational-models/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 20:29:10 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>
		<category><![CDATA[Computation]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=320</guid>
		<description><![CDATA[In attempting to recreate an existing computational model, I&#8217;ve been thinking about how computational models are communicated.  Currently, such models are described in research in many different ways &#8211; informal textual descriptions, diagrams, a few representative equations, relatively complete sets of equations, and even the code itself.  Sometimes it can be difficult to know precisely [...]]]></description>
			<content:encoded><![CDATA[<p>In attempting to recreate an existing computational model, I&#8217;ve been thinking about how computational models are communicated.  Currently, such models are described in research in many different ways &#8211; informal textual descriptions, diagrams, a few representative equations, relatively complete sets of equations, and even the code itself.  Sometimes it can be difficult to know precisely how a model was implemented.  I started wondering &#8211; would it make sense to have some sort of standardized format for presenting computational models?</p>
<p>Initially, I thought this would be a good idea &#8211; a standardized format might make it easier for someone unfamiliar with the model to really understand the model and to be able to implement it themselves.  However, on second thought, one of the benefits of computational models is that it makes you <em>physically implement</em> your model, forcing you to deal with all of the details of the model &#8211; and the devil is, quite often, in the details.  Since the devil is in the details, you could probably never completely specify the model without providing all of the code.  Additionally, newer innovations in model design might not fit in with an existing standardized format.</p>
<p>So my thoughts are that &#8220;guidelines&#8221; might be more appropriate than any kind of standardized model.  A few thoughts on possible guidelines:</p>
<p>1) Be clear about how much of the model you&#8217;re providing in a research paper.  If you say you&#8217;re including the whole model, really include everything, including all parameter values used, etc.  More specialized papers may focus on only one or several aspects of a model.</p>
<p>2) If relevant, describe any computational &#8220;shortcuts&#8221; taken in the implementation.  Were significant numerical approximations made?</p>
<p>3) If possible, do provide the code, most likely on a website.</p>
<p>I imagine that being able to clearly <em>communicate</em> computational models will become increasingly important in the future, as models will need to build on each other, and there will likely be larger-scale models that incorporate multiple smaller-scale models, in modeling larger systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/06/standardized-formats-for-computational-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Need for Theoretical Psychology?</title>
		<link>http://coggr.com/2009/06/the-need-for-theoretical-psychology/</link>
		<comments>http://coggr.com/2009/06/the-need-for-theoretical-psychology/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 15:27:53 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=308</guid>
		<description><![CDATA[In psychology, we have a wealth of empirical data from experiments.  In many cases, what we don&#8217;t have is a high-level understanding of how all of this empirical data is produced by the single integrated system of the brain.
Traditionally in psychology, there is heavy emphasis on &#8220;doing experiments&#8221;, and rightfully so.  The history of psychology [...]]]></description>
			<content:encoded><![CDATA[<p>In psychology, we have a wealth of empirical data from experiments.  In many cases, what we don&#8217;t have is a high-level understanding of how all of this empirical data is produced by the single integrated system of the brain.</p>
<p>Traditionally in psychology, there is heavy emphasis on &#8220;doing experiments&#8221;, and rightfully so.  The history of psychology contains much that was divorced from science, based on speculation or personal experience instead of on empirical science, such as phrenology or much of &#8220;psychodynamic&#8221; thinking, for example.  And I think psychology has been right to be wary of &#8220;armchair theorizing&#8221; that is only loosely based, if at all, on scientific data.</p>
<p>However, in some respects I think psychology has neglected theorizing that <em>is</em> based on empirical data.  Don&#8217;t get me wrong &#8211; there are hundred of theories proposed to explain the many experimental phenomena that have been discovered &#8211; proposing that the brain is performing serial vs. parallel search in a search situation, or describing the role of &#8220;self-esteem&#8221; in drug abuse, or hypothesizing about what the encoding of memory might look like.  And these theories are useful and important.</p>
<p>However, it seems that although we do theorize, the theories are usually <em>local</em> to the specific phenomenon studied, and (and this is not a very rigorously scientific opinion!) sometimes it &#8220;feels like&#8221; the theories serve largely as a way to generate more experiments, with the experiments themselves being treated as the important thing.</p>
<p>I&#8217;m all for experiments, but I think that there is a need for an increased focus on theorizing, and on theorizing that crosses experimental paradigms.  Such theorizing may attempt to &#8220;put together&#8221; different pieces of the tremendous amount of existing empirical data that exists.  In other words, just as there are theoretical physicists who focus primarily on theory, there may be a place for &#8220;theoretical psychologists&#8221; who focus primarily on theories of how the brain / mind works.  The perhaps scandalous opinion I have is that I believe such a person could make important contributions to psychology potentially <em>even without performing any original experiments</em>.  I think the important thing is that theorizing should be based on empirical data, and not that the theorist and experimenter be the same person.</p>
<p>Practically speaking, new theories about the structure underlying old data will almost certainly suggest new experiments, and back-and-forth between theory and experiment is often a natural progression, and it is unlikely for there to be a strong division between &#8220;theoretical&#8221; and &#8220;experimental&#8221; psychologists.  But as we gather more and more data, the challenge may not so much be discovering specific properties of the brain / mind, but rather figuring out how to put these specifics together, and thus &#8220;theoretical&#8221; psychology may become increasingly important.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/06/the-need-for-theoretical-psychology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Levels of Modeling</title>
		<link>http://coggr.com/2009/06/levels-of-modeling/</link>
		<comments>http://coggr.com/2009/06/levels-of-modeling/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 01:38:22 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=300</guid>
		<description><![CDATA[A classic question in building brain models is &#8220;At what level should the model be built?&#8221;  In other words, should we model, say, behavior with high-level &#8220;natural language&#8221; descriptions of action, rough large-scale brain area interactions, high-level neural networks, lower-level neural networks including ion channel dynamics and propogation of voltage differences within neurons, or even [...]]]></description>
			<content:encoded><![CDATA[<p>A classic question in building brain models is &#8220;At what level should the model be built?&#8221;  In other words, should we model, say, behavior with high-level &#8220;natural language&#8221; descriptions of action, rough large-scale brain area interactions, high-level neural networks, lower-level neural networks including ion channel dynamics and propogation of voltage differences within neurons, or even at molecular or sub-atomic scales?  Of course, the answer is probably &#8220;all of the above&#8221; and &#8220;it depends on what the purpose of the model is&#8221;.</p>
<p>One question is whether higher-level models are even capable of accurately / usefully modeling brain activity.  In other words, is there in some sense inherent low-level complexity in the brain that does not exhibit interesting, high-level regularities?  I recently started reading &#8220;Theoretical Neuroscience&#8221; (Dayan &amp; Abbott, 2001), and came across this related quote in the preface (p. xiii):</p>
<p style="padding-left: 30px;"><em>It is often difficult to identify the appropriate level of modeling for a particular problem.  A frequent mistake is to assume that a more detailed model is necessarily superior.  Because models act as bridges between levels of understanding, they must be detailed enough to make contact with the lower level yet simple enough to provide clear results at the higher level.</em></p>
<p>Dayan and Abbott (2001) go on later to discuss two classes of neural network models &#8211; the more detailed and complex &#8220;spiking neuron&#8221; models, and the simplified &#8220;firing rate&#8221; models, where each neuron is modeled as a firing rate, without explicitly modeling spike timing or internal electrical mechanisms.  They argue that both types of models are needed, and that in many cases the firing rate models may even be better for modeling network behavior than the more detailed spiking neuron models.  A summary of (some of) their points about the tradeoffs between model types:</p>
<ol>
<li><em>Firing rate models are much easier to implement and interpret. </em>Spiking neuron models present many practical difficulties &#8211; due to their sheer size and complexity, they can require tremendous computational resources.  And even when they are successfully modeled, the amount of data produced is often challenging to interpret.</li>
<li><em>Firing rate models have fewer &#8220;free parameters&#8221; to estimate</em>.  Setting the large number of free parameters in spiking neuron models can be difficult.</li>
<li><em>Neural firing may be largely stochastic</em>.  Neural firing appears to be in some sense stochastic &#8211; in other words (I think), many &#8220;important&#8221; aspects of neural firing patterns depend on a probabilistic tendency to respond in certain ways over time, and not so much on the specific details of each spike&#8217;s timing.  Thus, we may gain little (in a practical sense) from modeling the details of individual spike timing.  Additionally, in cases where individual spike timing <em>is</em> important, it is likely to be difficult to accurately model them (in spiking neuron models) without knowing specific details of the many variables that go into determining the individual timings.</li>
<li><em>Firing rate models cannot capture some potentially important aspects</em>.  Firing rate models, however, cannot model important correlations between spike timings in a larger network (such as firing synchronization), and they cannot model any other cases where timing is important.</li>
</ol>
<p style="text-align: center;">Reference</p>
<p style="text-indent:-25px;padding-left:25px">Dayan, P., &amp; Abbott, L. F. (2001). <em>Theoretical neuroscience: Computational and mathematical modeling of neural systems</em>. Cambridge, MA: MIT Press.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/06/levels-of-modeling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recreating a Computational Model</title>
		<link>http://coggr.com/2009/06/recreating-a-computational-model/</link>
		<comments>http://coggr.com/2009/06/recreating-a-computational-model/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:48:00 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>
		<category><![CDATA[Computation]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=269</guid>
		<description><![CDATA[To become more familiar with current computational brain modeling, this summer I am attempting to recreate (in Matlab) a computational model of spatial and nonspatial attention described in a paper by Fred Hamker (2005).  In this paper, Hamker gives a detailed computational mechanism for the neural processes that might underlie a type of visual [...]]]></description>
			<content:encoded><![CDATA[<p>To become more familiar with current computational brain modeling, this summer I am attempting to recreate (in Matlab) a computational model of spatial and nonspatial attention described in a paper by Fred Hamker (2005).  In this paper, Hamker gives a detailed computational mechanism for the neural processes that might underlie a type of visual search task (described by Chelazzi, Duncan, Miller, &#038; Desimone, 1998).  Below are a few thoughts about what may be involved.</p>
<p>Basic components of the simulation:</p>
<ul style="padding: 0 0 5px 30px">
<li>Neurons in several populations, modeled as firing rates</li>
<li>Input, consisting of populations of neurons with firing rates driven by simulated experimental visual stimuli</li>
<li>An externally-controlled variable which tells the model Prefrontal Cortex areas whether to “memorize” certain stimuli.  This is set depending on the task</li>
<li>Output, consisting of saccade times and I think locations, which are triggered based on a threshold for the modeled FEF movement neurons.  Once firing rate threshold is crossed, a saccade is initiated 30ms later</li>
<li>A set of differential equations describing changes in firing rates over time</li>
<li style="margin-bottom:5px">Initial firing rates for all neurons at t = 0</li>
</ul>
<p>To analyze what the model is doing, will want to potentially monitor:</p>
<ul  style="padding: 0 0 5px 30px">
<li>Firing rates of all neurons over time</li>
<li>Simulated experiment condition (visual stimuli over time)</li>
<li>Saccade occurrences and locations</li>
</ul>
<p>Will need to implement:</p>
<ul  style="padding: 0 0 5px 30px">
<li>All relevant variables and set of differential equations governing evolution</li>
<li>Correctly modeling input over the experiment duration, and initial firing rates</li>
</ul>
<p style="text-align: center;">References</p>
<p style="text-indent:-25px;padding-left:25px">Chelazzi, L., Duncan, J., Miller, E. K., &amp; Desimone, R. (1998). Responses of neurons in inferior temporal cortex during memory-guided visual search. <em>Journal of Neurophysiology</em>, <em>80</em>, 2918-2940.</p>
<p style="text-indent:-25px;padding-left:25px">Hamker, F. H. (2005). The reentry hypothesis: The putative interaction of the frontal eye field, ventrolateral prefrontal cortex, and areas V4, IT for attention and eye movement. <em>Cerebral Cortex</em>, <em>15</em>, 431-447.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/06/recreating-a-computational-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of Viruses</title>
		<link>http://coggr.com/2009/05/the-future-of-viruses/</link>
		<comments>http://coggr.com/2009/05/the-future-of-viruses/#comments</comments>
		<pubDate>Thu, 28 May 2009 14:36:14 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Other Thoughts]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=258</guid>
		<description><![CDATA[With the latest Terminator movie out (Terminator Salvation), we are reminded of a classic sci-fi scenario &#8211; that machines could one day become so intelligent that they become self-aware and try to take over the world.  As far-fetched as this may sound, I do think there is some reality to this possibility.  From a cognitive [...]]]></description>
			<content:encoded><![CDATA[<p>With the latest Terminator movie out (Terminator Salvation), we are reminded of a classic sci-fi scenario &#8211; that machines could one day become so intelligent that they become self-aware and try to take over the world.  As far-fetched as this may sound, I do think there is some reality to this possibility.  From a cognitive science perspective, as we understand more about biological intelligence, we come closer to the possibility of building our own &#8220;intelligent&#8221; machines.</p>
<p>In addition to the &#8220;intelligent machines becoming self-aware&#8221; scenario however, there is another related scenario.  As technology improves, and our understanding of cognition (both natural and artificial) increases, it may become possible to create relatively &#8220;dumb&#8221; machines which could go out into the &#8220;real world&#8221; and cause problems.  Such machines could be &#8220;insect-like&#8221; in that they might not have any kind of higher &#8220;intelligence&#8221;, and yet still able to get around quite well in the world.</p>
<p>The type of people who write computer viruses could then potentially escape the confines of existing computers and computer networks, and build self-contained, embodied &#8220;virus&#8221; machines that could survive out in the &#8220;real world&#8221;.  Such viruses could, say, take pictures or recordings, be physically destructive (as some computer viruses are), or even potentially create copies of themselves.  Not the happiest thought, but not out of the realm of possibility if technology continues to improve at its current pace.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/05/the-future-of-viruses/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Production Systems and Modeling Cognition</title>
		<link>http://coggr.com/2009/05/production-systems-and-modeling-cognition/</link>
		<comments>http://coggr.com/2009/05/production-systems-and-modeling-cognition/#comments</comments>
		<pubDate>Sat, 23 May 2009 02:55:49 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>
		<category><![CDATA[Computation]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=239</guid>
		<description><![CDATA[A &#8220;production system&#8221; is, at a rough level, a set of simple rules, such as &#8220;if X happens, then do Y&#8220;.  The concept of production systems occurs frequently in computer science, and describes a type of rule-based control system for computation.  Some of the background for production systems comes from work by Emil Post (1943) [...]]]></description>
			<content:encoded><![CDATA[<p>A &#8220;production system&#8221; is, at a rough level, a set of simple rules, such as &#8220;if <em>X</em> happens, then do <em>Y</em>&#8220;.  The concept of production systems occurs frequently in computer science, and describes a type of rule-based control system for computation.  Some of the background for production systems comes from work by Emil Post (1943) on &#8220;canonical systems&#8221; describing one type of production system.</p>
<p>There has been interest in modeling cognition with production systems.  One example is the highly developed ACT-R framework (Anderson, 1983; Anderson &amp; Lebiere, 1998) which is based on production systems, and another is the Soar framework created by Allen Newell (Newell, 1994).  Lovett and Anderson (2005) give a good overview of modeling cognition with production systems, and Gray (2005) has examples of many productions system applications.  Anderson and Lebiere (1998) even went so far as to call productions one of &#8220;the atomic components of thought&#8221;.</p>
<p>On one hand, I greatly admire the production system models of cognition.  As Anderson and Lebiere (1998) mention, two of the main goals for a theory of cognition are <em>precision</em> and <em>complexity</em>.  Implementing a model physically (on a computer) requires you to be <em>precise</em> about exactly what you mean in your theories &#8211; you can&#8217;t implement something which is vaguely defined.  And, as the brain is extremely complex, accurate models of cognition will probably have to be complex to accurately describe the workings of the brain, and prodution systems models are typically more complex than most psychological theories (by specifying all of the details).  Additionally, many production system models are <em>integrated</em> in the sense that they combine perception, cognition, and action in a single model, which I think is important for understanding the brain at a large scale.</p>
<p>However, lately I&#8217;ve been questioning some aspects of production system models, especially in light of other, non-production system models based on more detailed knowledge of the brain (such as Hamker 2005, Itti &amp; Koch, 2001, and Lanyon &amp; Denham, 2009).  Such models incorporate specific knowledge of the brain, such as neural connectivity between different brain areas, and firing rate patterns obtained from single-cell neural recordings.  Some of these models have been very successful in explaining certain phenomena, and seem to be much more reflective of the underlying neural structure than the relatively abstract production system models.</p>
<p>While traditionally production systems have not incorporated many neural details in their models, more recently Anderson (2007) has strongly recommended using brain imaging to guide model development.  One question I have is then &#8211; how &#8220;generic&#8221; is cognition?  In other words, are a few basic mechanisms responsible for cognition (as production systems theories might suggest), or does the neural structure of the brain result in a larger variety of mechanisms?</p>
<p>Production systems are also extremely powerful in the sense that they can be made to do almost anything.  Post&#8217;s (1943) canonical systems are computationally equivalent to Turing machines, and are thus capable of computing effectively anything that can be computed.  The production systems used in modeling cognition are typically more limited than Post&#8217;s (such as in ACT-R), but are still quite powerful.  So another question is then &#8211; are production systems <em>too</em> powerful for modeling the brain?  Since we could build production system models which do almost any task in almost any way, do production system frameworks themselves really tell us anything about how cognition works?</p>
<p>My current thought is that we&#8217;re ultimately going to have to incorporate more details of neural structure into our models of cognition than are found in many existing production system models.  I also think that our models will have to be more constrained than most production system models if they are to be informative.  But taking a step back, I also think the higher-level aim of many production systems models is excellent &#8211; to build relatively complete, well-specified computational models of cognition.</p>
<p style="text-align: center;">References</p>
<p style="text-indent:-25px;padding-left:25px">Anderson, J. R. (1983). <em>The architecture of cognition</em>. Cambridge, MA: Harvard University Press.</p>
<p style="text-indent:-25px;padding-left:25px">Anderson, J. R. (2007). Using brain imaging to guide the development of a cognitive architecture. In W. D. Gray (Ed.), <em>Integrated models of cognitive systems</em> (pp. 49-62). New York: Oxford University Press.</p>
<p style="text-indent:-25px;padding-left:25px">Anderson, J. R., &amp; Lebiere, C. (1998). <em>The atomic components of thought</em>. Mahwah, NJ: Lawrence Erlbaum.</p>
<p style="text-indent:-25px;padding-left:25px">Gray, W. D. (Ed.). (2007). <em>Integrated models of cognitive systems</em>. New York: Oxford University Press.</p>
<p style="text-indent:-25px;padding-left:25px">Hamker, F. H. (2005). The reentry hypothesis: The putative interaction of the frontal eye field, ventrolateral prefrontal cortex, and areas V4, IT for attention and eye movement. <em>Cerebral Cortex</em>, <em>15</em>, 431-447.</p>
<p style="text-indent:-25px;padding-left:25px">Itti, L., &amp; Koch, C. (2001). Computational modelling of visual attention. <em>Nature Reviews Neuroscience</em>, <em>2</em>, 194-203.</p>
<p style="text-indent:-25px;padding-left:25px">Lanyon, L. J., &amp; Denham, S. L. (2009). Modelling attention in individual cells leads to a system with realistic saccade behaviors. <em>Cognitive Neurodynamics</em>.</p>
<p><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.jtitle=Cambridge+handbook+of+thinking+and+reasoning&amp;rft_id=info%3Adoi%2F10.2277%2F0521531012&amp;rfr_id=info%3Asid%2Fresearchblogging.org&amp;rft.atitle=Thinking+as+a+production+system&amp;rft.issn=&amp;rft.date=2005&amp;rft.volume=&amp;rft.issue=&amp;rft.spage=401&amp;rft.epage=430&amp;rft.artnum=&amp;rft.au=Lovett%2C+M.+C.&amp;rft.au=Anderson%2C+J.+R.&amp;rfe_dat=bpr3.included=1;bpr3.tags=Computer+Science%2CNeuroscience%2CCognitive+Neuroscience">Lovett, M. C., &amp; Anderson, J. R. (2005). Thinking as a production system <span style="font-style: italic;">Cambridge handbook of thinking and reasoning</span>, 401-430 DOI: <a rev="review" href="http://dx.doi.org/10.2277/0521531012">10.2277/0521531012</a></span></p>
<p style="text-indent:-25px;padding-left:25px">Post, E. L. (1943). Formal reductions of the general combinatorial decision problem. <em>American Journal of Mathematics</em>, <em>65</em>, 197-268.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/05/production-systems-and-modeling-cognition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marvin Minsky&#8217;s &#8220;Computation&#8221; (Book Review)</title>
		<link>http://coggr.com/2009/05/marvin-minskys-computation/</link>
		<comments>http://coggr.com/2009/05/marvin-minskys-computation/#comments</comments>
		<pubDate>Mon, 18 May 2009 13:50:23 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=231</guid>
		<description><![CDATA[&#8220;Computation: Finite and Infinite Machines&#8221; by Marvin Minsky, published in 1967, is meant to be a sort of textbook about basic theoretical topics in computer science (Minsky used the book himself in teaching a course at MIT).  Minsky takes the study of &#8220;computation&#8221; to be an exploration of what machines can and can&#8217;t do, and [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Computation: Finite and Infinite Machines&#8221; by Marvin Minsky, published in 1967, is meant to be a sort of textbook about basic theoretical topics in computer science (Minsky used the book himself in teaching a course at MIT).  Minsky takes the study of &#8220;computation&#8221; to be an exploration of what machines can and can&#8217;t do, and how to best study and conceptualize &#8220;machines&#8221;.</p>
<p>In so doing, Minsky covers much of the classic ground of what is traditionally studied as &#8220;computation&#8221; &#8211; Turing machines, finite state machines, simple neural network models, the &#8220;halting problem&#8221;, and so forth.  There are many books which cover these topics, but where I think this book stands out is that it doesn&#8217;t just dive into the details.  Instead, throughout the book Minsky steps back and tries to address the bigger picture.  He asks questions such as &#8220;What is a machine?&#8221;  &#8220;What is computation?&#8221;  &#8220;What could be meant by a <em>description</em> (in the context of &#8216;describable numbers&#8217;)?&#8221;</p>
<p>I think this is important because we haven&#8217;t really settled these more fundamental questions yet.  For example, we haven&#8217;t yet settled the question of what the Church-Turing thesis might mean about what can and can&#8217;t happen in the physical world (see a <a href="/2009/04/computation-appropriate-for-modeling-the-brain/">previous post</a> for more explanation of this).  This book is good introduction to some of these questions.  Thinking about what computation means and what its limitations are is also becoming increasingly important, as we model the mind more and more with computational models.</p>
<p>As a side note, Minsky has also authored a number of other books, including another of my favorites, &#8220;Society of Mind&#8221; (1986) in which he lays out his basic thoughts about the nature of the mind.</p>
<p style="text-align: center;">References</p>
<p style="text-indent:-25px;padding-left:25px">Minsky, M. (1967). Computation: Finite and infinite machines. Englewood Cliffs, NJ: Prentice-Hall.</p>
<p style="text-indent:-25px;padding-left:25px">Minsky, M. (1986). Society of mind. New York: Simon and Schuster.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/05/marvin-minskys-computation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Varieties of Uncertainty</title>
		<link>http://coggr.com/2009/05/varieties-of-uncertainty/</link>
		<comments>http://coggr.com/2009/05/varieties-of-uncertainty/#comments</comments>
		<pubDate>Wed, 13 May 2009 19:43:00 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Action Selection]]></category>
		<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=193</guid>
		<description><![CDATA[I&#8217;ve come across two interesting articles lately dealing with &#8220;uncertainty&#8221; and the role it may play in our decision-making processes.
The first article (Vanni-Mercier et al., 2009) looks at the role of the hippocampus in computing (or representing) uncertainty.  Different areas of the brain are known to process uncertainty, but this study gives evidence that the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve come across two interesting articles lately dealing with &#8220;uncertainty&#8221; and the role it may play in our decision-making processes.</p>
<p>The first article (Vanni-Mercier et al., 2009) looks at the role of the hippocampus in computing (or representing) uncertainty.  Different areas of the brain are known to process uncertainty, but this study gives evidence that the hippocampus is also involved in representing uncertainty.  Vanni-Mercier et al. measured local field potentials in the hippocampi of three epileptic patients (who had electrodes implanted pre-surgically).  They had the patients estimate the reward payoff probability for different simulated slot machines.  They performed event-related potential (ERP) analysis of the local field potentials, and found a negative ERP which had an amplitude that had an &#8220;inverted U&#8221; shaped relationship with the probability of payoff &#8211; with the largest amplitude when the probability was 50% (the most uncertainty).</p>
<p>The second article (Hsu et al., 2005) looks at differences between what they call &#8220;risk&#8221; uncertainty and &#8220;ambiguous&#8221; uncertainty.  Risk uncertainty occurs when an outcome is unknown, but the probabilities are known &#8211; for example, when flipping a coin you don&#8217;t know whether it will be heads or tails, but you do know there is a 50% chance of each.  Ambiguous uncertainty occurs when you do not have a clear sense of probabilities &#8211; for example, in trying to predict something like a terrorist attack it&#8217;s difficult to assign any probability with any real confidence.  In this article, Hsu et al. argue that there are distinct representations in the brain for both kinds of uncertainty.  They reached this conclusion by using brain imaging on subjects while they performed various tasks involving different types of uncertainty, and they found different brain activation patterns for &#8220;risk&#8221; vs. &#8220;ambiguous&#8221; uncertainty.</p>
<p>Most experiments that I&#8217;ve come across looking at uncertainty (including these), have looked at uncertainty from a relatively &#8220;bottom-up&#8221; or associative learning perspective.  Or, they have given explicit information about probabilities (or lack of probability information), such as &#8220;this deck of cards has 30% red cards&#8221; or &#8220;this deck of cards contains red and blue cards in some unknown proportion&#8221;.  But it seems likely that in many cases, uncertainty calculations could be much more involved.  For example, take the case of someone who is on a diet but is faced with an opportunity to eat a piece of chocolate cake.  There are at least several different kinds of uncertainty here:</p>
<ul>
<li>How much impact will eating the cake have on the goal of losing weight?  Everything else being equal, what difference would one piece of cake have on losing weight?</li>
<li>My friend Janet said eating cake is okay as long as you just eat the frosting.  Is she right?</li>
<li>What related actions will I engage in in the future?  The outcome depends not only on this decision, but also on what future behaviors might be engaged in.  For example, if I eat the cake but skip dinner, eating the cake might have less of an impact.</li>
<li>Which is really more &#8220;important&#8221; &#8211; enjoying something bigger in the long term, or enjoying something smaller in the short term?  Where does the trade off lie?</li>
<li>How likely is it that the cake will actually be as enjoyable as I predict?  We&#8217;ve all been disappointed, it could happen this time.  And how much better would my life be if I lost weight?</li>
<li>If I don&#8217;t eat the cake, will I be in a grumpy mood and perform poorly on my job interview later in the day?</li>
</ul>
<p>Thus it seems like there are many different places uncertainty can play a role in decisions.  It would be interesting to look at how many different types / representations of uncertainty occur in the brain, and whether there is one relatively all-encompassing &#8220;uncertainty system&#8221;, or whether uncertainty is calculated differently in different areas.</p>
<p>It would also be interesting to see how uncertainty differentially affects different possible action &#8220;contenders&#8221; during a decision.  As discussed <a title="previously" href="/2009/04/how-many-decision-making-systems-are-there/">previously</a>, there are likely to be several different systems that calculate value, which are then integrated in some form.  It is likely that uncertainty plays a role in weighting different systems.  For example, if a given system is very certain about its valuation, then it seems to make adaptive sense that it would have more input into a decision than in cases where it is less certain.</p>
<p style="text-align: center;">References</p>
<p><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.jtitle=Science&amp;rft_id=info%3Adoi%2F10.1126%2Fscience.1115327&amp;rfr_id=info%3Asid%2Fresearchblogging.org&amp;rft.atitle=Neural+Systems+Responding+to+Degrees+of+Uncertainty+in+Human+Decision-Making&amp;rft.issn=0036-8075&amp;rft.date=2005&amp;rft.volume=310&amp;rft.issue=5754&amp;rft.spage=1680&amp;rft.epage=1683&amp;rft.artnum=http%3A%2F%2Fwww.sciencemag.org%2Fcgi%2Fdoi%2F10.1126%2Fscience.1115327&amp;rft.au=Hsu%2C+M.&amp;rft.au=Bhatt%2C+M.&amp;rft.au=Adolphs%2C+R.&amp;rft.au=Tranel%2C+D.&amp;rft.au=Camerer%2C+C.+F.&amp;rfe_dat=bpr3.included=1;bpr3.tags=Neuroscience%2CCognitive+Neuroscience">Hsu, M., Bhatt, M., Adolphs, R., Tranel, D., &amp; Camerer, C. F. (2005). Neural Systems Responding to Degrees of Uncertainty in Human Decision-Making <span style="font-style: italic;">Science, 310</span> (5754), 1680-1683 DOI: <a rev="review" href="http://dx.doi.org/10.1126/science.1115327">10.1126/science.1115327</a></span></p>
<p><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.jtitle=Journal+of+Neuroscience&amp;rft_id=info%3Adoi%2F10.1523%2FJNEUROSCI.5298-08.2009&amp;rfr_id=info%3Asid%2Fresearchblogging.org&amp;rft.atitle=The+Hippocampus+Codes+the+Uncertainty+of+Cue-Outcome+Associations%3A+An+Intracranial+Electrophysiological+Study+in+Humans&amp;rft.issn=0270-6474&amp;rft.date=2009&amp;rft.volume=29&amp;rft.issue=16&amp;rft.spage=5287&amp;rft.epage=5294&amp;rft.artnum=http%3A%2F%2Fwww.jneurosci.org%2Fcgi%2Fdoi%2F10.1523%2FJNEUROSCI.5298-08.2009&amp;rft.au=Vanni-Mercier%2C+G.&amp;rft.au=Mauguiere%2C+F.&amp;rft.au=Isnard%2C+J.&amp;rft.au=Dreher%2C+J.&amp;rfe_dat=bpr3.included=1;bpr3.tags=Psychology%2CNeuroscience%2CCognitive+Neuroscience">Vanni-Mercier, G., Mauguiere, F., Isnard, J., &amp; Dreher, J. (2009). The Hippocampus Codes the Uncertainty of Cue-Outcome Associations: An Intracranial Electrophysiological Study in Humans <span style="font-style: italic;">Journal of Neuroscience, 29</span> (16), 5287-5294 DOI: <a rev="review" href="http://dx.doi.org/10.1523/JNEUROSCI.5298-08.2009">10.1523/JNEUROSCI.5298-08.2009</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/05/varieties-of-uncertainty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Big &#8220;E&#8221; and Reaching for Objects</title>
		<link>http://coggr.com/2009/05/the-big-e-and-reaching-for-objects/</link>
		<comments>http://coggr.com/2009/05/the-big-e-and-reaching-for-objects/#comments</comments>
		<pubDate>Sun, 10 May 2009 20:57:47 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=211</guid>
		<description><![CDATA[I&#8217;m nearsighted &#8211; very nearsighted.  In fact, I can&#8217;t read the big &#8220;E&#8221; on the eye chart without glasses or contacts.  I usually wear contacts, but something I&#8217;ve noticed when wearing my glasses is that if you look out around the edge of the frame of the glasses, you&#8217;ll see some objects appearing twice &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m nearsighted &#8211; very nearsighted.  In fact, I can&#8217;t read the big &#8220;E&#8221; on the eye chart without glasses or contacts.  I usually wear contacts, but something I&#8217;ve noticed when wearing my glasses is that if you look out around the edge of the frame of the glasses, you&#8217;ll see some objects appearing twice &#8211; once inside the frame, and once outside the frame.  This is, I&#8217;m sure, due to the different refractory properties of the glasses vs. the air &#8211; everything is, in a sense, &#8220;condensed&#8221; when looking through the glasses.</p>
<p>Now, think about being able to see an object and reach for it accurately.  In spite of having images &#8220;shrunken&#8221; or condensed when wearing my glasses, I seem to have no trouble reaching for things and having my hand go right to where they are.  Certainly, reaching can be guided by visual feedback, which would allow accurate reaching regardless of stretching of the image.  But I also have a spatial sense of where objects are, and I&#8217;ve tried closing my eyes and reaching for something I was just looking at and am pretty accurate &#8211; both with my glasses on, and with them off.</p>
<p>The brain almost certainly maintains some sort of spatial map about where objects are in the environment.  The interesting thing is that this spatial map seems to maintain its accuracy even when the &#8220;input signal&#8221; of the images hitting the retina are stretched or condensed dynamically &#8211; i.e., when I put on or take off my glasses.</p>
<p>I haven&#8217;t searched for research about this (I&#8217;m assuming someone has a good idea of why this is), but, like most other abilities, this can&#8217;t &#8220;come for free&#8221;, and it would be interesting to know what the underlying mechanisms are.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/05/the-big-e-and-reaching-for-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inspiration, Perspiration, and Inhibition of Return</title>
		<link>http://coggr.com/2009/05/inspiration-perspiration-and-inhibition-of-return/</link>
		<comments>http://coggr.com/2009/05/inspiration-perspiration-and-inhibition-of-return/#comments</comments>
		<pubDate>Fri, 08 May 2009 22:09:55 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=201</guid>
		<description><![CDATA[I was thinking about what it takes to do great research, especially in relation to Thomas Edison&#8217;s (alleged) quote that &#8220;genius is 1% inspiration, and 99% perspiration&#8221;.  I&#8217;m not sure I would go as far as he does (it seems like many people who have contributed a lot had more than their fair share of [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking about what it takes to do great research, especially in relation to Thomas Edison&#8217;s (alleged) quote that &#8220;genius is 1% inspiration, and 99% perspiration&#8221;.  I&#8217;m not sure I would go as far as he does (it seems like many people who have contributed a lot had more than their fair share of &#8220;inspiration&#8221;), but recently I&#8217;ve begun to think that doing great research really does involve quite a bit of &#8220;good ol&#8217; fashioned&#8221; hard work.</p>
<p>In particular, doing the work of approaching research questions from many different angles may be important.  As an example, I recently read Michael Posner and Yael Cohen&#8217;s article &#8220;Components of Visual Orienting&#8221; (1984), in which they first discussed what was to become known as the &#8220;inhibition of return&#8221; phenomenon, a famous aspect of visual attention that has received a large amount of further research.</p>
<p>In the article, they approach this topic from many different angles:</p>
<ul>
<li>Literature review:  thorough review of related concepts and previous experiments</li>
<li>Behavioral experiments:  many different behavioral and reaction time experiments, exploring when the phenomena occur and ruling out alternative explanations</li>
<li>Theory:  details of potential underlying mechanisms, relationships to other theories, and more fundamental questions about the nature of cognitive science, such as, &#8220;One of the goals of cognitive psychology is to account for complex cognitive phenomena in terms of simpler elementary mental operations that can, in turn, be related to neural systems&#8221; (p. 532)</li>
<li>Relation of the phenomena to larger systems:  exploration of the relationship with the eye movement system</li>
<li>Physiological evidence:  discussion of evidence from different neuroscience methodologies, including single-cell neural recording and lesion studies</li>
<li>Relation to other tasks:  discussion of how this might affect reading, and relevant reading studies</li>
</ul>
<p>Each of these things individually might not be unusual, but I was impressed by how many angles they approached the problem from, which, in addition to &#8220;inspiration&#8221;, probably required quite a bit of hard work.</p>
<p style="text-align: center;">Reference</p>
<p style="text-indent: -25px;padding-left:25px">Posner, M. I., &amp; Cohen, Y. (1984). Components of visual orienting. In H. Bouma &amp; D. G. Bouwhuis (Eds.), <em>Attention and performance X</em> (pp. 531-556). Hillsdale, NJ: Lawrence Erlbaum.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/05/inspiration-perspiration-and-inhibition-of-return/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definitions of Intelligence</title>
		<link>http://coggr.com/2009/05/definitions-of-intelligence/</link>
		<comments>http://coggr.com/2009/05/definitions-of-intelligence/#comments</comments>
		<pubDate>Mon, 04 May 2009 15:21:49 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=184</guid>
		<description><![CDATA[There is a classic debate in psychology which asks, &#8220;What is intelligence&#8221;?  I believe that this may be the wrong question to ask, and in fact, that &#8220;What is [some word]?&#8221; may almost always be the wrong question to ask.
To start with, it&#8217;s not clear what the question really means.  It could mean, &#8220;What do [...]]]></description>
			<content:encoded><![CDATA[<p>There is a classic debate in psychology which asks, &#8220;What is intelligence&#8221;?  I believe that this may be the wrong question to ask, and in fact, that &#8220;What is [some word]?&#8221; may almost always be the wrong question to ask.</p>
<p>To start with, it&#8217;s not clear what the question really means.  It could mean, &#8220;What do people mean when they use the word &#8216;intelligence&#8217;?&#8221;  This amounts to a conceptual analysis.  In other words &#8211; when the man on the street, or a villager in some remote tribal culture, or a psychologist, uses the word &#8220;intelligence&#8221;, what exactly do they mean?  This is an interesting question in its own right (especially from an anthropological or cultural psychological perspective), but I don&#8217;t imagine this is what most people have in mind when asking this question.  In other words, if there is a culture which has a word which is roughly translated as &#8220;intelligence&#8221;, and which happens to include &#8220;ability to speak to the gods&#8221; as part of its meaning, this is interesting &#8211; but probably not what we were after (unless we&#8217;re specifically studying these things).</p>
<p>The <em>word</em> &#8220;intelligence&#8221; is just a word, and we can of course attach any concept we would like to the word.  The better questions to ask are (almost always, in my opinion), &#8220;What is the world like?&#8221; and, &#8220;What is the most useful way to conceptualize it?&#8221;  When the question is asked in this way, instead of being focused on a word or a concept, we&#8217;re focused on the world, which is usually what we&#8217;re most interested in.  We start with the world, and then adjust our concepts according to what we find.</p>
<p>I think that when we ask a question like &#8220;What is intelligence?&#8221; we might really want to know something like:</p>
<p style="padding-left: 30px;"><em>We have a word, &#8220;intelligence&#8221;, that corresponds to a vague concept that we use in different ways in different contexts.  It seems that there is something to this idea of &#8220;intelligence&#8221;, even if we can&#8217;t define it exactly.  For example, we often use it (for better or worse) as a way to predict success in a job or at school.  Let&#8217;s try to figure out &#8220;what the world is like&#8221; in this area &#8211; what cognitive abilities do humans have, and in what ways do these abilities differ from person to person?  Then we can reformulate our concepts to be more appropriate once we have a better understanding of the world &#8211; perhaps keeping something similar to our current sense of &#8220;intelligence&#8221;, or perhaps replacing it with something else if it better reflects what we find.<br />
</em></p>
<p>This is exactly the approach taken by science generally.  For example, physics does not ask &#8220;What is work?&#8221; or &#8220;What is power?&#8221; (two technical terms that are used in physics), but rather investigates the world first, and then devises concepts that match the way the world seems to be.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/05/definitions-of-intelligence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Calculus&#8221; by Tom Apostol (Book Review)</title>
		<link>http://coggr.com/2009/05/calculustom-apostol/</link>
		<comments>http://coggr.com/2009/05/calculustom-apostol/#comments</comments>
		<pubDate>Sun, 03 May 2009 02:44:36 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=178</guid>
		<description><![CDATA[In deciding that I needed to brush up on my math, I recently went looking for a good calculus / general math book, and came across this classic calculus text (comprised of two volumes) by Tom Apostol.  I found it by going to MIT&#8217;s Open Courseware site (http://ocw.mit.edu/), which has full information for many courses [...]]]></description>
			<content:encoded><![CDATA[<p>In deciding that I needed to brush up on my math, I recently went looking for a good calculus / general math book, and came across this classic calculus text (comprised of two volumes) by Tom Apostol.  I found it by going to MIT&#8217;s Open Courseware site (<a title="http://ocw.mit.edu/" href="http://ocw.mit.edu/">http://ocw.mit.edu/</a>), which has full information for many courses which have been taught at MIT, including syllabi (syllabuses?), reading lists, and lecture notes, and often exams.</p>
<p>I like this text because it explains the concepts fully in their &#8220;full-strength&#8221; versions.  I&#8217;ve found many textbooks seem to assume that the reader won&#8217;t understand the &#8220;real material&#8221;, and so they water it down in an attempt to make it easier to understand, which (at least for me) sometimes ends up making it harder to understand.</p>
<p>On the other side of the coin, it also gives explanations of <em>why</em> the material is important and how it fits into the bigger mathematical picture, instead of jumping right into the details without a discussion of the larger context.</p>
<p>Finally, the scope is very broad, teaching many basic mathematical topics that could be helpful to someone trying to get a basic math foundation, in addition to strictly &#8220;calculus&#8221; topics.  For example, it covers vector algebra, linear algebra, complex numbers, and basic real number axioms.</p>
<p>You can find the two volumes on Amazon here:</p>
<p><a title="http://www.amazon.com/Calculus-Vol-One-Variable-Introduction-Algebra/dp/0471000051/" href="http://www.amazon.com/Calculus-Vol-One-Variable-Introduction-Algebra/dp/0471000051/">http://www.amazon.com/Calculus-Vol-One-Variable-Introduction-Algebra/dp/0471000051/</a></p>
<p><a title="http://www.amazon.com/Calculus-Vol-Multi-Variable-Algebra-Applications/dp/0471000078/" href="http://www.amazon.com/Calculus-Vol-Multi-Variable-Algebra-Applications/dp/0471000078/">http://www.amazon.com/Calculus-Vol-Multi-Variable-Algebra-Applications/dp/0471000078/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/05/calculustom-apostol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paper of the Week: Allen Newell&#8217;s &#8220;20 Questions&#8221;</title>
		<link>http://coggr.com/2009/04/allen-newell-20-questions/</link>
		<comments>http://coggr.com/2009/04/allen-newell-20-questions/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 17:43:37 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>
		<category><![CDATA[Paper of the Week]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=157</guid>
		<description><![CDATA[This week&#8217;s paper of the week is Allen Newell&#8217;s classic &#8220;You can&#8217;t play 20 questions with nature and win&#8221; (1973), in which he characterized what he felt was the predominant paradigm for psychological research at the time.  In this paradigm, researchers deal primarily with &#8220;phenomena&#8221; &#8211; some interesting pattern of behavior. Examples of phenomena might [...]]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s paper of the week is Allen Newell&#8217;s classic &#8220;You can&#8217;t play 20 questions with nature and win&#8221; (1973), in which he characterized what he felt was the predominant paradigm for psychological research at the time.  In this paradigm, researchers deal primarily with &#8220;phenomena&#8221; &#8211; some interesting pattern of behavior. Examples of phenomena might be &#8220;chunking&#8221; in short term memory, recency effects in free recall, backward masking, etc.  Researchers take a phenomena, and then postulate theories about how the mind might be organized to produce this behavior, usually resulting in &#8220;binary&#8221; questions about whether theory A or theory B is the case.  For example:  Are memory searches exhaustive or self-terminating?  Are a variety of phenomena conscious or unconscious?  Is there one or more than one type of memory?  and so forth.</p>
<p>On one hand, he says that this research is important and is making many valuable contributions to our understanding of behavior.  On the other hand, he asks the question <em>How can all of this research fit together into a larger, unified understanding of the mind?</em> He is concerned that, by only following the above paradigm, we may never get to a &#8220;big picture&#8221; understanding of how all of these phenomena are produced by a single system.</p>
<p>Interestingly, over 20 years later (in 1990), he still felt such a change in focus was called for, as he describes in his book &#8220;Unified Theories of Cognition&#8221; (1990).</p>
<p>I&#8217;ve taken away two main points:</p>
<p>1) Asking binary questions and doing experiments to investigate them is valuable, but we should keep in mind that the ultimate goal is not just answering these questions, but developing good models of how the mind works.  Thus the focus should perhaps shift from answering questions, to building models (and answering questions can serve as a way to help build models).</p>
<p>2) Psychology is ultimately interested in how the <em>total system</em> of the mind works.  So there could be more work done on integrating findings from different areas, and perhaps there should be less isolation in looking at individual phenomena without thinking about the larger system of the brain / mind in which they take place.</p>
<p>You can find the paper on the web here:</p>
<p><a title="http://www-psychology.concordia.ca/fac/deAlmeida/COGSCI/Newell-1973-TwentyQuestions.pdf" href="http://www-psychology.concordia.ca/fac/deAlmeida/COGSCI/Newell-1973-TwentyQuestions.pdf">http://www-psychology.concordia.ca/fac/deAlmeida/COGSCI/Newell-1973-TwentyQuestions.pdf</a></p>
<p style="text-align: center;">References</p>
<p style="text-indent:-25px;padding-left:25px">Newell, A. (1973). You can&#8217;t play 20 questions with nature and win: Projective comments on the papers of this symposium. In W. G. Chase (Ed.), <em>Visual information processing</em> (pp. 283-308). New York: Academic Press.</p>
<p style="text-indent:-25px;padding-left:25px">Newell, A. (1990). Unified theories of cognition. Cambridge, MA: Harvard University Press.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/04/allen-newell-20-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Action selection ideas</title>
		<link>http://coggr.com/2009/04/action-selection-ideas/</link>
		<comments>http://coggr.com/2009/04/action-selection-ideas/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 15:54:11 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Action Selection]]></category>
		<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=153</guid>
		<description><![CDATA[I&#8217;ve been giving some thought to models of action selection over the past few months, and I&#8217;ve written up a few ideas and posted them on a page here.  Here is a brief excerpt from the beginning:
For extremely simple organisms, there can be simple stimulus-response mechanisms whereby given situations in the environment are always responded [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been giving some thought to models of action selection over the past few months, and I&#8217;ve written up a few ideas and posted them on a page here.  Here is a brief excerpt from the beginning:</p>
<p style="text-align: left; padding-left: 30px;"><em>For extremely simple organisms, there can be simple stimulus-response mechanisms whereby given situations in the environment are always responded to with a given behavior. Once there are multiple incompatible behaviors, however, there must be a mechanism to adaptively determine which actions to execute in a given situation. This is the problem of action selection, and this page attempts to describe one possible model of the way action selection might work.</em></p>
<p style="text-align: left; padding-left: 30px;"><em>One fundamental question when developing a model of action selection is what gets selected? What are the components of action, and at what level is selection made? In other words, how is action structured, and how could an action selection mechanism specify an action? The next section explores this question, but it basically argues that fundamental components of action can be combined in various ways to form higher-level units of action. These action units (AU’s) are what the action selection mechanism operates on.</em></p>
<p style="text-align: left;">The rest is available here:  <a title="http://coggr.com/action-selection-ideas/" href="http://coggr.com/action-selection-ideas/">http://coggr.com/action-selection-ideas/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/04/action-selection-ideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Levels of action selection integration</title>
		<link>http://coggr.com/2009/04/levels-of-action-selection-integration/</link>
		<comments>http://coggr.com/2009/04/levels-of-action-selection-integration/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 14:37:46 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Action Selection]]></category>
		<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=127</guid>
		<description><![CDATA[Building on the ideas from the previous post, another question about decision making / action selection is this:  if there really are multiple possible actions which compete for selection, to what degree are they integrated into &#8220;systems&#8221; before they are ultimately decided on?  In other words, do we have a relatively flat structure, where different [...]]]></description>
			<content:encoded><![CDATA[<p>Building on the ideas from the previous post, another question about decision making / action selection is this:  if there really are multiple possible actions which compete for selection, to what degree are they integrated into &#8220;systems&#8221; before they are ultimately decided on?  In other words, do we have a relatively flat structure, where different areas of the brain (perhaps) come up with multiple possible actions, which all compete simultaneously with each other?  Or is there some sort of hierarchy, where, say, all of the &#8220;bottom-up&#8221; or &#8220;emotional&#8221; based actions are decided between, and all of the &#8220;top-down&#8221; or &#8220;cognitive&#8221; based actions are decided between, and then there is a decision between the top candidates of these two (or more) systems?</p>
<p>In other words, does action selection look like this:</p>
<p><img class="size-full wp-image-130 alignnone" title="action-chart-1" src="http://coggr.com/wp-content/uploads/2009/04/action-chart-1.jpg" alt="action-chart-1" width="306" height="188" /></p>
<p>Or more like this:</p>
<p><img class="alignnone size-full wp-image-131" title="action-chart-2" src="http://coggr.com/wp-content/uploads/2009/04/action-chart-2.jpg" alt="action-chart-2" width="426" height="199" /></p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/04/levels-of-action-selection-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How many decision-making systems are there?</title>
		<link>http://coggr.com/2009/04/how-many-decision-making-systems-are-there/</link>
		<comments>http://coggr.com/2009/04/how-many-decision-making-systems-are-there/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 03:33:09 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Action Selection]]></category>
		<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=118</guid>
		<description><![CDATA[In any given situation there are many different actions possible to us, so there must be some mechanism for proposing possible alternative actions and deciding between the alternatives.  Thus, we have the classic problem of decision-making, or &#8220;action selection&#8221;.  One classic way of thinking about this problem poses two, often opposing, &#8220;systems&#8221; that compete for [...]]]></description>
			<content:encoded><![CDATA[<p>In any given situation there are many different actions possible to us, so there must be some mechanism for proposing possible alternative actions and deciding between the alternatives.  Thus, we have the classic problem of decision-making, or &#8220;action selection&#8221;.  One classic way of thinking about this problem poses two, often opposing, &#8220;systems&#8221; that compete for the action to be selected.  For example, you could have:</p>
<p>* An emotional system vs. a cognitive system<br />
* Top-down vs. bottom-up systems<br />
* Automatic / unconscious vs. voluntary / conscious</p>
<p>I think there is value in such characterizations, and it seems likely that there is organization at a high level in the brain (i.e. at a level above individual neurons and neural circuits).  It also seems likely that high level systems can in some way be said to interact with each other at a system level, or compete with each other at a system level.  However, the brain is extremely interconnected, and it seems <em>unlikely</em> that there would be truly isolated systems in the brain, especially when we&#8217;re talking about such large-scale systems as &#8220;emotional&#8221; systems, &#8220;cognitive&#8221; systems, etc.</p>
<p>Therefore, it seems likely that the true picture may be more complicated than just two systems.  A paper I recently came across briefly explores this question, and argues that 1) things must be more complicated than simple two-system models, even though there can be some truth to such models, and 2) computational models are a good way to explore and model this increasing complexity (Frank, Cohen, &amp; Sanfey, 2009).</p>
<p>Why are computational models appropriate for this purpose?  They give two main reasons:</p>
<p>1) They give us precise, well-defined models that avoid the differences and ambiguities in terms used by different researchers.</p>
<p>2) As the underlying mechanisms are likely to be complicated, they allow the models to be complex in a way that ordinary language models can&#8217;t often be.</p>
<p>They say about computational models: &#8220;&#8230;by using the explicit language of mathematics, these models can help researchers avoid vague terminology and permit them to explore complex neural-system dynamics, in an attempt to elucidate their functional roles&#8221; (p. 73).</p>
<p>They later go on to say that computational models &#8220;offer a way to formalize the functioning of and interactions among these systems in a common mathematical language, which can then be translated back into words&#8221; and that such models can serve in &#8220;paving the way to replace vague terminology with functional and mechanistic principles&#8221; (p. 76).</p>
<p style="text-align: center;">Reference</p>
<div style="text-indent:-25px;padding-left:25px">Frank, M. J., Cohen, M. X., &amp; Sanfey, A. G. (2009). Multiple systems in decision making: A neurocomputational perspective. <em>Current Directions in Psychological Science</em>, <em>18</em>, 73-77.</div>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/04/how-many-decision-making-systems-are-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paper of the Week: Integrated Field Theory of Consciousness</title>
		<link>http://coggr.com/2009/04/integrated-field-theory-of-consciousness/</link>
		<comments>http://coggr.com/2009/04/integrated-field-theory-of-consciousness/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 03:30:46 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>
		<category><![CDATA[Paper of the Week]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=91</guid>
		<description><![CDATA[The Paper of the Week this week is Marcel Kinsbourne&#8217;s 1988 &#8220;Integrated Field Theory of Consciousness&#8221;.  This paper outlines Kinsbourne&#8217;s ideas about consciousness (at least at the time of writing).  Talking about consciousness can be &#8220;deep waters&#8221; and I don&#8217;t claim to understand everything in the paper, but from my understanding the basic idea of [...]]]></description>
			<content:encoded><![CDATA[<p>The Paper of the Week this week is Marcel Kinsbourne&#8217;s 1988 &#8220;Integrated Field Theory of Consciousness&#8221;.  This paper outlines Kinsbourne&#8217;s ideas about consciousness (at least at the time of writing).  Talking about consciousness can be &#8220;deep waters&#8221; and I don&#8217;t claim to understand everything in the paper, but from my understanding the basic idea of the paper is that consciousness is fundamentally &#8220;a composite of multiple, coincident representations&#8221; (p. 240).</p>
<p>There are representations of many things, in many places in the brain &#8211; retinotopic maps of visual stimuli, maps of sensory information from body parts, models of the world as it is and as it might be.  Many of these representations are not part of consciousness.  What consciousness consists of, is when many different representations occur together and relationships between the representations are represented as well.  For example, a conscious &#8220;experience&#8221; of &#8220;seeing a red apple&#8221; might consist of a representation of red and other colors at a certain location in space, a representation of a body located in space (your own), a representation of the possible motor actions that could be undertaken to reach the apple, a representation of taste sensations that might occur if the apple was eaten, etc.</p>
<p>A central point of the paper is that there is no &#8220;magical place&#8221; where &#8220;consciousness exists&#8221; &#8211; there are just different representations occurring in relationship to each other and in relationship to actions that could be taken in the world, etc.</p>
<p>Another excellent point of the paper is that there is no need of any special &#8220;essence&#8221; to describe consciousness &#8211; and that there need not be any qualitative difference between consciousness and other aspects of the nervous system other than organizational differences.  Quoting from a paragraph I thought particularly relevant (p. 246):</p>
<p style="padding-left: 30px;"><em>&#8220;The properties of things describe what happens when things interact.  A thing cannot have an absolute property (in vacuo) any more than a sensation can have an absolute quality. &#8230; All properties are interactive.  Just as figure could not exist without ground, so some context with potential for interaction is always needed to enable anything to manifest any of its properties.  Thus it is a property of neurons to generate awareness when they interact, although the neuron is not conscious.  Properties that manifest when components of a system interact have been called &#8216;emergent&#8217;.  &#8230;  Emergence is no more or less mysterious than the organization of the physical world in general, and to characterize consciousness as emergent &#8230; in no qualitative way distinguishes it from anything else in the world.&#8221;</em></p>
<p>I really appreciated this discussion of &#8220;emergence&#8221; because I have never quite understood what people mean when they say something is &#8220;emergent&#8221;, especially when it is implied that this is in stark contrast to something being &#8220;reductive&#8221;.</p>
<p style="text-align: center;">Reference</p>
<div style="text-indent:-25px; padding-left:25px">Kinsbourne, M. (1988). Integrated field theory of consciousness. In A. J. Marcel &amp; E. Bisiach (Eds.), <em>Consciousness in contemporary science</em> (pp. 239-256). New York: Oxford University Press.</div>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/04/integrated-field-theory-of-consciousness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astrocytes: More Important Than Previously Thought?</title>
		<link>http://coggr.com/2009/04/astrocytes-more-important-than-we-thought/</link>
		<comments>http://coggr.com/2009/04/astrocytes-more-important-than-we-thought/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:43:19 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=99</guid>
		<description><![CDATA[I came across an article recently (Oberheim, et al., 2009) that describes research in which human brain tissue obtained during brain surgery was compared with brain tissue from other non-human primates and rodents, looking at differences between the astrocytes present in the different species.  Oberheim et al. found surprisingly many differences between human astrocytes and [...]]]></description>
			<content:encoded><![CDATA[<p>I came across an article recently (Oberheim, et al., 2009) that describes research in which human brain tissue obtained during brain surgery was compared with brain tissue from other non-human primates and rodents, looking at differences between the astrocytes present in the different species.  Oberheim et al. found surprisingly many differences between human astrocytes and astrocytes from the other species studied.  In addition to morphological differences such as longer processes, they also found that human astrocytes are able to propagate signals much faster than rodent astroctyes (I wasn&#8217;t even aware that astrocytes had any significant signaling function!)  All of this brings the authors to suggest an interesting hypothesis &#8211; that astrocytes play an important role in giving human brains the amazing information-processing capabilities they have.  Who knows how important the role of astrocytes will ultimately turn out to be, but perhaps one day sophisticated computational models will include a role for astrocytes.</p>
<p>I initially found the article through ScienceCentric, which has a good discussion of it here:</p>
<p><a title="http://www.sciencecentric.com/news/article.php?q=09032416-astrocytes-help-separate-man-from-mouse" href="http://www.sciencecentric.com/news/article.php?q=09032416-astrocytes-help-separate-man-from-mouse">http://www.sciencecentric.com/news/article.php?q=09032416-astrocytes-help-separate-man-from-mouse</a></p>
<p>You can also view the article itself online here:</p>
<p><a title="http://www.scribd.com/doc/13767802/Uniquely-Hominid-Features-of-Adult-Human-Astrocytes-Oberheim-et-al" href="http://www.scribd.com/doc/13767802/Uniquely-Hominid-Features-of-Adult-Human-Astrocytes-Oberheim-et-al">http://www.scribd.com/doc/13767802/Uniquely-Hominid-Features-of-Adult-Human-Astrocytes-Oberheim-et-al</a></p>
<p style="text-align: center;">Reference</p>
<p>Oberheim, N. A., Takano, T., Han, X., He, W., Lin, J. H., Wang, F., et al. (2009). Uniquely hominid features of adult human astrocytes. <em>The Journal of Neuroscience</em>, <em>29</em>, 3276-3287.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/04/astrocytes-more-important-than-we-thought/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computation: Appropriate for modeling the brain?</title>
		<link>http://coggr.com/2009/04/computation-appropriate-for-modeling-the-brain/</link>
		<comments>http://coggr.com/2009/04/computation-appropriate-for-modeling-the-brain/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 17:10:26 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>
		<category><![CDATA[Computation]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=85</guid>
		<description><![CDATA[I&#8217;ve been thinking recently about modeling the brain using &#8220;computational&#8221; models.  All computational models (currently at least), are ultimately equivalent to Turing machines.  So how appropriate is it to model the brain with Turing machines?
There is reasonably good evidence that all sequences of numbers which could &#8220;naturally be regarded as being computable&#8221; can be computed [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking recently about modeling the brain using &#8220;computational&#8221; models.  All computational models (currently at least), are ultimately equivalent to Turing machines.  So how appropriate is it to model the brain with Turing machines?</p>
<p>There is reasonably good evidence that all sequences of numbers which could &#8220;naturally be regarded as being computable&#8221; can be computed by a Turing machine (the Church-Turing Thesis) &#8211; namely, that no one has been able to come up with anything which seems to be &#8220;computable&#8221; which couldn&#8217;t be computed by a Turing machine.  But does this mean that Turing machines are appropriate for modeling the brain?  I have two questions about this:</p>
<p>1) Turing machines produce sequences of numbers (or equivalently, calculate functions) &#8211; is this adequate to describe a physical system (like the brain) in general?  Might there be aspects of a physical system not describable via number sequences or functions?</p>
<p>2) As we are ultimately trying to model a physical system (the brain), what is &#8220;naturally regarded&#8221; as being computable seems less important than what is <em>physically</em> computable.  Reformulations of the Church-Turing Thesis saying that a Turing machine is capable of computing anything which could be <em>physically</em> computed, are known as <em>Physical</em> Church-Turing Theses (and I say<em> theses</em> instead of <em>thesis</em> because there are several different versions).  Thus I would argue that the Church-Turing thesis as originally stated is ultimately less interesting than some form of Physical Church-Turing Thesis.</p>
<p>A paper giving a good perspective on the differences between the classical Church-Turing Thesis and different forms of the Physical Church-Turing Thesis (Piccinini, n.d.) is located here:</p>
<p><a title="http://www.umsl.edu/~piccininig/CT%20Modest%20or%20Bold%205.htm" href="http://www.umsl.edu/~piccininig/CT%20Modest%20or%20Bold%205.htm">http://www.umsl.edu/~piccininig/CT%20Modest%20or%20Bold%205.htm</a></p>
<p>Bottom line:  it seems that we don&#8217;t yet know whether there might be aspects of physical systems (e.g. the brain) that can&#8217;t be modeled with a Turing machine, and we don&#8217;t yet know whether some form of Physical Church-Turing Thesis is correct.</p>
<p>However, my guess is that whether or not standard computation (Turing machines) ends up being capable of modeling <em>everything</em> relevant to our understanding of the brain, it will turn out to model at least a very significant portion of it.</p>
<p>Piccinini, G. (n.d.). The physical Church-Turing thesis: Modest or bold? Retrieved April 18, 2009 from http://www.umsl.edu/~piccininig/CT%20Modest%20or%20Bold%205.htm</p>
<p>Turing, A. M. (1936). On computable numbers, with an application to the Entscheidungsproblem. <em>Proceedings of the London Mathematical Society</em>, <em>42</em>, 230-265.</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/04/computation-appropriate-for-modeling-the-brain/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What does a contribution to cognitive science look like?</title>
		<link>http://coggr.com/2009/04/what-does-a-contribution-to-cognitive-science-look-like/</link>
		<comments>http://coggr.com/2009/04/what-does-a-contribution-to-cognitive-science-look-like/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 13:42:26 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Cognitive Science]]></category>

		<guid isPermaLink="false">http://coggr.com/?p=75</guid>
		<description><![CDATA[Lately I&#8217;ve been thinking about how to characterize contributions to cognitive science, as I have been trying to get some clarity for myself and would like something more specific (and more enlightening) than just &#8220;doing an experiment and writing up the results&#8221;.  I came up with a few possibilities:
1) Describing a phenomenon &#8211; details about [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve been thinking about how to characterize contributions to cognitive science, as I have been trying to get some clarity for myself and would like something more specific (and more enlightening) than just &#8220;doing an experiment and writing up the results&#8221;.  I came up with a few possibilities:</p>
<p>1) Describing a phenomenon &#8211; details about what happens, in which situations, and what the effects of changing different variables are</p>
<p>2) Proposing or providing evidence for a <em>conceptual</em> model (i.e. a verbal description) of the processes that might underlie a phenomenon</p>
<p>3) Proposing or providing evidence for a <em>computational</em> model (i.e. a rigorously defined model) of the processes that might underlie a phenomenon, at a relatively high level that <em>does not</em> include a detailed neural implementation</p>
<p>4) Proposing or providing evidence for a <em>computational</em> model of the processes underlying a phenomenon, which <em>does</em> include a detailed neural implementation</p>
]]></content:encoded>
			<wfw:commentRss>http://coggr.com/2009/04/what-does-a-contribution-to-cognitive-science-look-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
