<?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>neurodudes &#187; Distributed/Parallel Computation</title>
	<atom:link href="http://neurodudes.com/category/interdisciplinary-concepts/distributedparallel-computation/feed/" rel="self" type="application/rss+xml" />
	<link>http://neurodudes.com</link>
	<description>at the intersection of neuroscience and AI.</description>
	<lastBuildDate>Tue, 06 Dec 2011 05:34:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Memory-oriented computing and &#8220;From Micro-processors to Nanostores: Rethinking Data-Centric Systems&#8221;</title>
		<link>http://neurodudes.com/2011/03/02/memory-oriented-computing-and-from-microprocessors-to-nanostores/</link>
		<comments>http://neurodudes.com/2011/03/02/memory-oriented-computing-and-from-microprocessors-to-nanostores/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 05:26:10 +0000</pubDate>
		<dc:creator>Bayle Shanks</dc:creator>
				<category><![CDATA[Distributed/Parallel Computation]]></category>
		<category><![CDATA[Interdisciplinary concepts]]></category>

		<guid isPermaLink="false">http://neurodudes.com/?p=11553</guid>
		<description><![CDATA[I&#8217;ve only skimmed this article by Ranganathan, but I find it notable because of the discussion of memory-oriented computing, in which processors are colocated with storage (he uses the word &#8220;nanostores&#8221;, which additionally implies that the memory is nonvolatile). One of the most important distinctions between neural architecture and present-day computing architecture is that brains [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve only skimmed this article by Ranganathan, but I find it notable because of the discussion of memory-oriented computing, in which processors are colocated with storage (he uses the word &#8220;nanostores&#8221;, which additionally implies that the memory is nonvolatile). One of the most important distinctions between neural architecture and present-day computing architecture is that brains appear to be built out of computing elements that do both processing and memory storage, whereas present-day computers have separate memory and CPU components (this separation is a key feature of what is called the &#8220;von Neumann&#8221; architecture).</p>
<p><span id="more-11553"></span></p>
<p>This separation means that computation is often rate-limited by the speed at which information can be transferred between memory and the CPU, referred to in John Backus&#8217;s Turing Award lecture as &#8220;the von Neumann bottleneck&#8221;. In Danny Hillis&#8217;s book &#8220;The Connection Machine&#8221; (which I highly recommend), he argues that the von Neumann architecture additionally unnecessarily slows down computation because most of the silicon in a computer is sitting there unused most of the time when it&#8217;s being used to store memories which are not currently being accessed (Hillis proposed solution was massively parallel memory-oriented computing).</p>
<p>In addition to Hillis&#8217;s argument that the von Neumann design is temporally inefficient, <a href='http://www.nytimes.com/2011/03/01/science/01compute.html?pagewanted=all'>this NYTimes commentary on Ranganathan&#8217;s article</a> argues that it is energy inefficient, citing a panel that found that the energy cost of moving data between memory and processors is more than 10x the energy cost of the processing itself (and possibly more than 100x). In other words, massively parallel memory-oriented computing, which seems to be how the brain works, may be both faster and more energy-efficient that von Neumann computing (what&#8217;s the catch? You have to write massively parallelizable algorithms to run on it). The energy-efficiency part of this isn&#8217;t too surprising, as evolution had a lot of selection pressure to optimize for low energy use. It&#8217;s neat though.</p>
<p>Parthasarathy Ranganathan. <a href="http://www.hpl.hp.com/news/2011_IEEEComputer_nanostores.pdf">From Microprocessors to Nanostores: Rethinking Data-Centric Systems</a>. IEEE Computer January 2011, p. 39-48.</p>
<p>NYTimes summary: <a href='http://www.nytimes.com/2011/03/01/science/01compute.html?pagewanted=all'>Remapping Computer Circuitry to Avert Impending Bottlenecks &#8211; NYTimes.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://neurodudes.com/2011/03/02/memory-oriented-computing-and-from-microprocessors-to-nanostores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Cat Brain Simulation Scuffle: Symbolic?</title>
		<link>http://neurodudes.com/2009/12/04/ibm-cat-brain-simulation-scuffle-symbolic/</link>
		<comments>http://neurodudes.com/2009/12/04/ibm-cat-brain-simulation-scuffle-symbolic/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 21:48:17 +0000</pubDate>
		<dc:creator>Stephen Larson</dc:creator>
				<category><![CDATA[Cellular learning]]></category>
		<category><![CDATA[Computation within single neurons]]></category>
		<category><![CDATA[Cortex]]></category>
		<category><![CDATA[Distributed/Parallel Computation]]></category>
		<category><![CDATA[Internet and blogs]]></category>
		<category><![CDATA[Learning theory]]></category>
		<category><![CDATA[Neural network models]]></category>

		<guid isPermaLink="false">http://neurodudes.com/?p=825</guid>
		<description><![CDATA[You&#8217;ve probably read by now about the announcement by IBM&#8217;s Cognitive Computing group that they had created a &#8220;computer system that simulates and emulates the brain’s abilities for sensation, perception, action, interaction and cognition&#8221; at the &#8220;scale of a cat cortex&#8221;.    For their work, the IBM team led by Dharmendra Modha was awarded the ACM [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve probably <a href="http://tech.yahoo.com/news/ap/20091118/ap_on_hi_te/us_tec_ibm_brain_mapping">read by now</a> about the announcement by IBM&#8217;s Cognitive Computing group that they <a href="http://www-03.ibm.com/press/us/en/pressrelease/28842.wss#release">had created</a> a &#8220;computer system that simulates and emulates the brain’s abilities for sensation, perception, action, interaction and cognition&#8221; at the &#8220;scale of a cat cortex&#8221;.    For their work, the IBM team led by <a href="http://p9.hostingprod.com/@modha.org/blog/2009/11/acm_gordon_bell_prize_for_the.html">Dharmendra Modha</a> <a href="http://www.lbl.gov/cs/Archive/news111609a.html">was awarded</a> the <a href="http://www.acm.org/">ACM</a> <a href="http://en.wikipedia.org/wiki/Gordon_Bell_Prize">Gordon Bell prize</a>, which recognizes &#8220;outstanding achievement in high-performance computing&#8221;.</p>
<p>A few days later, Henry Markram, leader of the Blue Brain Project at EPFL, sent off an e-mail to IBM CTO Bernard Meyerson harshly criticizing the IBM press release, and <a href="http://spectrum.ieee.org/blog/semiconductors/devices/tech-talk/blue-brain-project-leader-angry-about-cat-brain">cc&#8217;ed several reporters.</a> This brought a spate of shock media into the usually placid arena of computational neuroscience reporting, with headlines such as <a href="http://www.theregister.co.uk/2009/11/23/epfl_bluebrain_markram_modha/">&#8220;IBM&#8217;s cat-brain sim a &#8216;scam,&#8217; says Swiss boffin: Neuroscientist hairs on end&#8221;</a>, and <a href="http://www.computerworld.com/s/article/9141430/Meow_IBM_cat_brain_simulation_dissed_as_hoax_by_rival_scientist">&#8220;Meow! IBM cat brain simulation dissed as &#8216;hoax&#8217; by rival scientist&#8221;</a>.  One reporter chose to highlight the rivalry as <a href="http://www.popsci.com/technology/article/2009-11/blue-brain-scientist-denounces-ibms-claim-cat-brain-simulation-shameful-and-unethical">cat versus rat</a>, using the different animal model choice of the two researchers as a theme.  Since then, <a href="http://nextbigfuture.com/2009/11/henry-markram-calls-ibm-cat-scale-brain.html">additional criticisms</a> from Markram <a href="http://news.discovery.com/tech/cat-brain-computer-hype.html">have appeared online</a>.</p>
<p>Find out more after the jump.</p>
<p><span id="more-825"></span></p>
<p>In the aftermath, IBM has stood <a href="http://www.networkworld.com/news/2009/112409-ibm-cat-brain.html">behind the announcement</a>, citing for <em>Network World</em> their team&#8217;s involvement with &#8220;Stanford University, University of Wisconsin-Madison, Cornell University, Columbia University Medical Center, University of California-Merced and Lawrence Berkeley National Laboratory&#8221; as defense.  Who are the researchers they are standing behind?  According to <a href="http://p9.hostingprod.com/@modha.org/blog/2009/11/post_3.html">Modha&#8217;s blog</a>, they are:</p>
<ul>
<li>Stanford University: <a href="http://white.stanford.edu/wandell.html">Brian A. Wandell</a> (Prof of Psychology, Electrical Engineering), <a href="http://www.stanford.edu/~hspwong/">H.-S. Philip Wong</a> (Prof of Electrical Engineering)</li>
<li>Cornell University: <a href="http://vlsi.cornell.edu/~rajit/">Rajit Manohar</a> (Prof of Electrical Engineering)</li>
<li>Columbia University Medical Center: <a href="http://www.neurotheory.columbia.edu/stefano.html">Stefano Fusi </a>(Prof of Theoretical Neuroscience)</li>
<li>University of Wisconsin-Madison: <a href="http://tononi.psychiatry.wisc.edu/People/GiulioTononi.html">Giulio Tononi</a> (Prof of Psychiatry)</li>
<li>University of California-Merced: <a href="http://www.ucmerced.edu/faculty/facultybio.asp?facultyid=121">Christopher Kello</a> (Prof of Cognitive Science)</li>
</ul>
<p>For this neurodude, it is interesting how this disagreement may be symbolic of the gap that still remains between neuroscience and AI.  Markram is a neuroscientist turned technologist, while Modha is a computer engineer who wants to derive technological insight from biological  systems.  They are approaching the ideal of reverse engineering the brain from very different perspectives, and its only natural that they value different milestones.  The IBM team, even with the additional professors on their team, still lacks mainstream neuroscientists to help validate their claims.  That being said, the public realization of this could be a positive thing for both fields.  Although some frustration has resulted from this, this could be a great opportunity for the breakdown of walls between these fields.</p>
<p>In the end though, it does seem like Markram has a point.  The IBM press release clearly went too far.  Whether the angry public e-mail was the best strategic way to make the point remains to be seen.  It will be interesting to see what the next move from the IBM team will look like.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<h1>Meow! IBM cat brain simulation dissed as &#8216;hoax&#8217; by rival scientist</h1>
</div>
]]></content:encoded>
			<wfw:commentRss>http://neurodudes.com/2009/12/04/ibm-cat-brain-simulation-scuffle-symbolic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So, How Do REAL Neuronal Networks Compute?</title>
		<link>http://neurodudes.com/2007/02/20/so-how-do-real-neuronal-networks-compute/</link>
		<comments>http://neurodudes.com/2007/02/20/so-how-do-real-neuronal-networks-compute/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 20:24:48 +0000</pubDate>
		<dc:creator>Stephen Larson</dc:creator>
				<category><![CDATA[Computation within single neurons]]></category>
		<category><![CDATA[Computational neuroscience]]></category>
		<category><![CDATA[Distributed/Parallel Computation]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Methods and techniques]]></category>
		<category><![CDATA[Multi-electode arrays]]></category>
		<category><![CDATA[Neural network models]]></category>
		<category><![CDATA[Theory/Philosophy]]></category>

		<guid isPermaLink="false">http://neurodudes.com/?p=365</guid>
		<description><![CDATA[What is the right level of biological realism to model neuronal systems in order to understand their computational properties? Some recent papers may help shed some light on the subject. Models of the computational properties of local networks of neurons are starting to come into their own. This year has already seen at least two [...]]]></description>
			<content:encoded><![CDATA[<p>What is the right level of biological realism to model neuronal systems in order to understand their computational properties?  Some recent papers may help shed some light on the subject.  Models of the computational properties of local networks of neurons are starting to come into their own.  This year has already seen at least two articles published in experimentalist journals based on the same core of theoretical work.</p>
<p>To bring you up to speed, I need to remind you what is going on in the world of experimental neuroscience.</p>
<p>Experimentalists are now able to record the single-cell activities of a whole population of neurons simultaneously.  From <a href="http://dx.doi.org/10.1016/j.conb.2006.03.014">Briggman, Abarbanel, Kristan (2006)</a>:</p>
<p><em>By using multi-electrode arrays or optical imaging, investigators can now record from many individual neurons in various parts of nervous systems simultaneously while an animal performs sensory, motor or cognitive tasks. Given the large multidimensional datasets that are now routinely generated, it is often not obvious how to find meaningful results within the data.</em></p>
<p>This paper goes on to provide a nice overview on mathematical methods that researchers are using to grapple with the challenge of understanding the dynamics of the neural systems they are recording from.  They make the case that conceptual progress needs to be made on the interpretation of the data these results yield.  How can we understand what computations these neurons are collectively performing?  </p>
<p>(Incidentally, this topic is being explored in a <a href="http://cnls.lanl.gov/neuralcomp/">conference happening this week at the Los Alamos National Laboratory</a>, which, according to one of the conference session chairs, is intended to help shape future directions for the lab.  Hopefully there will be webcasts from this conference.)</p>
<p><span id="more-365"></span></p>
<p>Theorists have worried about what neurons are doing in local populations for some time.  Investigations have given rise to all kinds of models of such activity, notably those of <a href="http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pubmed&#038;pubmedid=4332108">Wilson &#038; Cowan (1972)</a>, and <a href="http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pubmed&#038;pubmedid=6953413">Hopfield (1982)</a>, which viewed a network of neurons as having &#8220;attractor states&#8221;, invoking the language, for Hopfield, and the mathematics, for Wilson &#038; Cowan,  of <a href="http://en.wikipedia.org/wiki/Dynamical_system">dynamical systems theory</a>.</p>
<p>In 2002, <a href="http://dx.doi.org/10.1162/089976602760407955">Maass, Natschlager and Markram</a> proposed a theory of computation for localized populations of neurons that did not require that the population settle into a stable attractor in order to perform computations.  The idea is that local populations of interconnected neurons of the right kinds are capable of discriminating temporal input patterns <em>in general</em>, and that this behavior is governed by the network dynamics of those populations.   They showed that neuronal circuits can be constructed to create a generalizable computational architecture for continuous analog systems, known as <a href="http://en.wikipedia.org/wiki/Liquid_State_Machine">liquid state machines</a>.  In addition, these circuit models are some of the first to incorporate short-term <a href="http://en.wikipedia.org/wiki/Synaptic_plasticity">synaptic plasticity</a> in a dynamical population model.</p>
<p>This idea, elaborated by Maass &#038; Markram in a book chapter entitled <a href="http://www.igi.tugraz.at/maass/psfiles/157_v13_web.pdf"><em>Theory of the computational function of microcircuit dynamics</em></a>, circa 2005, proposes that the liquid state machine architecture is capable of <a href="http://en.wikipedia.org/wiki/Universal_computation">universal computation</a>, just as Turing machines are.</p>
<p>On the heels of these postulates, two recent papers make a serious effort to combine this theoretical paradigm with experimental data.  <a href="http://dx.doi.org/10.1093/cercor/bhj132">Haesler &#038; Maass (2007)</a>, in <a href="http://cercor.oxfordjournals.org/">Cerebral Cortex</a>, synthesized data from layers of cerebral cortex to build a sophisticated dynamical model and tested to see if it had the kinds of computational properties described by the previous theoretical work (it did).  <a href="http://dx.doi.org/10.1016/j.neuron.2007.01.006">Karmarkar &#038; Buonomano (2007)</a>, in <a href="http://www.neuron.org/">Neuron</a>, explored the notion of &#8220;clockless computing&#8221; by networks of model neurons to understand how neural systems tell time, and used psychophysical experiments to support their theories.</p>
<p>A few concrete things are suggested by these works:</p>
<ol>
<li>Computational models of neuronal networks that take short-term plasticity and other biological details into account can be constructed.  They demonstrate relevant computational properties.</li>
<li>Testing the computational properties of such networks requires framing experiments in terms of complex analog signal processing.</li>
<li>The global dynamical properties of local populations of neurons set the general tone of the computations they perform, while the single cell dynamics shape and refine those computations.</li>
</ol>
<p>Together, these papers may represent the beginning of a new understanding of the computations that networks of real physiological neurons are capable of.  Expectations are high that results from further multi-cellular recordings and from the <a href="http://bluebrain.epfl.ch/">Blue Brain project</a> will verify and elaborate these ideas.  Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://neurodudes.com/2007/02/20/so-how-do-real-neuronal-networks-compute/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cognitive and Neural Systems Conference in Boston</title>
		<link>http://neurodudes.com/2006/11/17/cognitive-and-neural-systems-conference-in-boston/</link>
		<comments>http://neurodudes.com/2006/11/17/cognitive-and-neural-systems-conference-in-boston/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 20:48:50 +0000</pubDate>
		<dc:creator>Stephen Larson</dc:creator>
				<category><![CDATA[Artificial intelligence]]></category>
		<category><![CDATA[At the scale of systems and functions]]></category>
		<category><![CDATA[Cognitive science]]></category>
		<category><![CDATA[Computational neuroscience]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Distributed/Parallel Computation]]></category>
		<category><![CDATA[Neural network models]]></category>

		<guid isPermaLink="false">http://neurodudes.com/?p=344</guid>
		<description><![CDATA[HOW DOES THE BRAIN CONTROL BEHAVIOR? HOW CAN TECHNOLOGY EMULATE BIOLOGICAL INTELLIGENCE? The conference is aimed at researchers and students of computational neuroscience, cognitive science, neural networks, neuromorphic engineering, and artificial intelligence. It includes invited lectures and contributed lectures and posters by experts on the biology and technology of how the brain and other intelligent [...]]]></description>
			<content:encoded><![CDATA[<p>HOW DOES THE BRAIN CONTROL BEHAVIOR?</p>
<p>HOW CAN TECHNOLOGY EMULATE BIOLOGICAL INTELLIGENCE?</p>
<p>The conference is aimed at researchers and students of computational neuroscience, cognitive science, neural networks, neuromorphic engineering, and artificial intelligence. It includes invited lectures and contributed lectures and posters by experts on the biology and technology of how the brain and other intelligent systems adapt to a changing world. The conference is particularly interested in exploring how the brain and biologically-inspired algorithms and systems in engineering and technology can learn.  Single-track oral and poster sessions enable all presented work to be highly visible. Three-hour poster sessions with no conflicting events will be held on two of the conference days. Posters will be up all day, and can also be viewed during breaks in the talk schedule.</p>
<p><a href="http://cns-web.bu.edu/cns-meeting/conference.html">ELEVENTH INTERNATIONAL CONFERENCE<br />
ON COGNITIVE AND NEURAL SYSTEMS</a></p>
<p>May 16 – 19, 2007</p>
<p>Boston University<br />
677 Beacon Street</p>
<p>Boston, Massachusetts 02215 USA</p>
<p><a href="http://cns-web.bu.edu/cns-meeting/conference.html">http://www.cns.bu.edu/meetings/</a></p>
<p>Sponsored by the Boston University</p>
<p>Center for Adaptive Systems and<br />
Department of Cognitive and Neural Systems (http://www.cns.bu.edu/)<br />
with financial support from the National Science Foundation (http://cns.bu.edu/CELEST/)</p>
]]></content:encoded>
			<wfw:commentRss>http://neurodudes.com/2006/11/17/cognitive-and-neural-systems-conference-in-boston/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A ubiquitous human parasite that shapes human culture?</title>
		<link>http://neurodudes.com/2006/08/10/a-ubiquitous-human-parasite-that-shapes-human-culture/</link>
		<comments>http://neurodudes.com/2006/08/10/a-ubiquitous-human-parasite-that-shapes-human-culture/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 02:42:57 +0000</pubDate>
		<dc:creator>A Neurodudes Reader</dc:creator>
				<category><![CDATA[Animal cognition]]></category>
		<category><![CDATA[At the scale of systems and functions]]></category>
		<category><![CDATA[Biological computation (in non-neural systems)]]></category>
		<category><![CDATA[Cognitive science]]></category>
		<category><![CDATA[Consciousness / NCC]]></category>
		<category><![CDATA[Distributed/Parallel Computation]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[Neuroeconomics]]></category>
		<category><![CDATA[Neuroethology]]></category>
		<category><![CDATA[Social networks and organizations]]></category>

		<guid isPermaLink="false">http://neurodudes.com/2006/08/10/a-ubiquitous-human-parasite-that-shapes-human-culture/</guid>
		<description><![CDATA[In the provocative-hypothesis-of-the-week department: Kevin Lafferty, a parasitologist, has put forth the idea that a fairly ubiquitous parasite (infecting O(10%) of Americans, and up to 2/3 of people in places like Brazil) is responsible for some of the diversity of human culures (1). The parasite uses common housecats to increase its transmission to the next [...]]]></description>
			<content:encoded><![CDATA[<p>In the provocative-hypothesis-of-the-week department:  </p>
<p>Kevin Lafferty, a parasitologist, has put forth the idea that a fairly ubiquitous parasite (infecting O(10%) of Americans, and up to 2/3 of people in places like Brazil) is responsible for some of the diversity of human culures (1).  The parasite uses common housecats to increase its transmission to the next host in the life cycle, and has a subtle effect on human personality, with some studies claiming that it even causes neuroticism, and even schizophrenia.  (One clinical report (2) claims that &#8220;subjects with latent toxoplasmosis had higher intelligence [and] lower guilt proneness.&#8221;  Hmm!) </p>
<p>Anyway, Lafferty noted that toxoplasmosis varies in prevalence from world region to world region, and then tries to draw correlates between these prevalences and local cultures:</p>
<p>&#8220;Drivers of the geographical variation in the prevalence of this parasite include the effects of climate on the persistence of infectious stages in soil, the cultural practices of food preparation and cats as pets. Some variation in culture, therefore, may ultimately be related to how climate affects the distribution of T. gondii, though the results only explain a fraction of the variation in two of the four cultural dimensions, suggesting that if T. gondii does influence human culture, it is only one among many factors.&#8221;</p>
<p>I wonder how one could test this hypothesis?  Look for recent immigrants from one culture to another, who have lower Toxoplasmosis incidence?  (Preferably finding populations that go in opposite directions, as a control.)  Track culture change vs. migration vs. climate change?</p>
<p>Unlikely, perhaps.  But nice that people are still thinking big <img src='http://neurodudes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8211; <a href="http://edboyden.org">Ed</a></p>
<p>(1) Lafferty, K<br />
Can the common brain parasite, Toxoplasma gondii, influence human culture?<br />
Proceedings of the Royal Society B: Biological Sciences<br />
doi:10.1098/rspb.2006.3641</p>
<p>Picked up by the popular press <a href="http://abcnews.go.com/Technology/DyeHard/story?id=2288095&#038;page=1">here</a></p>
<p>(2) Flegr J, Havlicek J.<br />
Changes in the personality profile of young women with latent toxoplasmosis.<br />
Folia Parasitol (Praha). 1999;46(1):22-8.  </p>
]]></content:encoded>
			<wfw:commentRss>http://neurodudes.com/2006/08/10/a-ubiquitous-human-parasite-that-shapes-human-culture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Inferring network activity on a MEA from pairwise correlations</title>
		<link>http://neurodudes.com/2006/05/15/inferring-network-activity-on-a-mea-from-pairwise-correlations/</link>
		<comments>http://neurodudes.com/2006/05/15/inferring-network-activity-on-a-mea-from-pairwise-correlations/#comments</comments>
		<pubDate>Mon, 15 May 2006 06:04:08 +0000</pubDate>
		<dc:creator>Neville Sanjana</dc:creator>
				<category><![CDATA[Computational neuroscience]]></category>
		<category><![CDATA[Culture (in vitro)]]></category>
		<category><![CDATA[Distributed/Parallel Computation]]></category>
		<category><![CDATA[Multi-electode arrays]]></category>
		<category><![CDATA[Vision]]></category>

		<guid isPermaLink="false">http://neurodudes.com/2006/05/15/inferring-network-activity-on-a-mea-from-pairwise-correlations/</guid>
		<description><![CDATA[Weak pairwise correlations imply strongly correlated network states in a neural population : Nature Very few MEA studies make it into Nature, so this definitely got my attention. Often in neuroscience we are confronted with a small sample measurement of a few neurons from a large population. Although many have assumed, few have actually asked: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nature.com/nature/journal/v440/n7087/full/nature04701.html">Weak pairwise correlations imply strongly correlated network states in a neural population : Nature</a></p>
<p>Very few MEA studies make it into <em>Nature</em>, so this definitely got my attention.</p>
<p>Often in neuroscience we are confronted with a small sample measurement of a few neurons from a large population. Although many have assumed, few have actually asked: What are we missing here? What does recording a few neurons really tell you about the entire network?</p>
<p>Using an elegant prep (retina on a MEA viewing defined scenes/stimuli), Segev, Bialek, and students show that statistical physics models that assume pairwise correlations (but disregard any higher order phenomena) perform very well in modeling the data. This indicates a certain redundancy exists in the neural code. The results are also replicated with cultured cortical neurons on a MEA.</p>
<p>Some key ideas from the paper are presented after the jump. <span id="more-278"></span></p>
<blockquote><p>To describe the network as a whole, we need to write down a probability distribution for the 2N binary words corresponding to patterns of spiking and silence in the population. The pairwise correlations tell us something about this distribution, but there are an infinite number of models that are consistent with a given set of pairwise correlations. The difficulty thus is to find a distribution that is consistent only with the measured correlations, and does not implicitly assume the existence of unmeasured higher-order interactions.</p>
<p>&#8230;</p>
</blockquote>
<blockquote><p>Therefore, the question of whether pairwise correlations provide an effective description of the system becomes the question of whether the reduction in entropy that comes from these correlations, I(2) = S1 &#8211; S2, captures all or most of the multi-information IN.</p>
<p>&#8230;</p>
</blockquote>
<blockquote><p>We conclude that although the pairwise correlations are small and the multi-neuron deviations from independence are large, the maximum entropy model consistent with the pairwise correlations captures almost all of the structure in the distribution of responses from the full population of neurons. Thus, the weak pairwise correlations imply strongly correlated states. To understand how this happens, it is useful to look at the mathematical structure of the maximum entropy distribution.</p>
<p>&#8230;</p>
</blockquote>
<blockquote><p>In a physical system, the maximum entropy distribution is the Boltzmann distribution, and the behaviour of the system depends on the temperature, T. For the network of neurons, there is no real temperature, but the statistical mechanics of the Ising model predicts that when all pairs of elements interact, increasing the number of elements while fixing the typical strength of interactions is equivalent to lowering the temperature, T, in a physical system of fixed size, N. This mapping predicts that correlations will be even more important in larger groups of neurons.</p></blockquote>
<p>And of note from the Discussion:</p>
<blockquote><p>The dominance of pairwise interactions means that learning rules based on pairwise correlations could be sufficient to generate nearly optimal internal models for the distribution of &#8216;codewords&#8217; in the retinal vocabulary, thus allowing the brain to accurately evaluate new events for their degree of surprise.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://neurodudes.com/2006/05/15/inferring-network-activity-on-a-mea-from-pairwise-correlations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Teams with Brain-Mind Institute To Model Brain</title>
		<link>http://neurodudes.com/2005/10/22/ibm-teams-with-brain-mind-institute-to-model-brain/</link>
		<comments>http://neurodudes.com/2005/10/22/ibm-teams-with-brain-mind-institute-to-model-brain/#comments</comments>
		<pubDate>Sat, 22 Oct 2005 22:23:51 +0000</pubDate>
		<dc:creator>A Neurodudes Reader</dc:creator>
				<category><![CDATA[Computation within single neurons]]></category>
		<category><![CDATA[Computational neuroscience]]></category>
		<category><![CDATA[Distributed/Parallel Computation]]></category>

		<guid isPermaLink="false">http://neurodudes.com/?p=188</guid>
		<description><![CDATA[This project was announced several months ago, but I didn&#8217;t see a post here so I thought I would add it. The project, dubbed &#8220;Blue Brain&#8220;, represents a team up between Henry Markram, (who co-authored the chapter on the neocortex in the acclaimed reference The Synaptic Organization of the Brain), and IBM&#8217;s Blue Gene super [...]]]></description>
			<content:encoded><![CDATA[<p>This project <a href="http://www-1.ibm.com/press/PressServletForm.wss?MenuChoice=pressreleases&#038;TemplateName=ShowPressReleaseTemplate&#038;SelectString=t1.docunid=7710&#038;TableName=DataheadApplicationClass&#038;SESSIONKEY=any&#038;WindowTitle=Press+Release&#038;STATUS=publish">was announced</a> several months ago, but I didn&#8217;t see a post here so I thought I would add it.</p>
<p><a href="http://bluebrainproject.epfl.ch/">The project</a>, dubbed &#8220;<a href="http://domino.research.ibm.com/comm/pr.nsf/pages/rsc.bluegene_cognitive.html">Blue Brain</a>&#8220;, represents a team up between <a href="http://bluebrainproject.epfl.ch/henry%20markram.htm?subject=%5BBMI%5D">Henry Markram</a>, (who co-authored the chapter on the neocortex in the acclaimed reference <a href="http://www.oup.com/us/catalog/general/subject/Medicine/Neuroscience/?ci=019515956X&#038;view=usa">The Synaptic Organization of the Brain</a>), and <a href="http://www.ibm.com/news/us/en/2005/06/2005_06_06.html">IBM&#8217;s Blue Gene super computer</a>.  </p>
<p>From the <a href="http://www.newscientist.com/article.ns?id=dn7470">New Scientist article</a>: <em>For over a decade Markram and his colleagues have been building a database of the neural architecture of the neocortex, the largest and most complex part of mammalian brains.</p>
<p>Using pioneering techniques, they have studied precisely how individual neurons behave electrically and built up a set of rules for how different types of neurons connect to one another.</p>
<p>Very thin slices of mouse brain were kept alive under a microscope and probed electrically before being stained to reveal the synaptic, or nerve, connections. “We have the largest database in the world of single neurons that have been recorded and stained,” says Markram.</em></p>
<p>&#8211;Stephen</p>
]]></content:encoded>
			<wfw:commentRss>http://neurodudes.com/2005/10/22/ibm-teams-with-brain-mind-institute-to-model-brain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plants do distributed computation</title>
		<link>http://neurodudes.com/2004/01/23/plants-do-distributed-computation/</link>
		<comments>http://neurodudes.com/2004/01/23/plants-do-distributed-computation/#comments</comments>
		<pubDate>Fri, 23 Jan 2004 21:56:52 +0000</pubDate>
		<dc:creator>Bayle Shanks</dc:creator>
				<category><![CDATA[Distributed/Parallel Computation]]></category>

		<guid isPermaLink="false">http://s93794016.onlinehome.us/wordpress/?p=3</guid>
		<description><![CDATA[Plants use distributed computation to decide how to open and close their stomata in order to take in as much CO2 as possible while losing the least amount of water.]]></description>
			<content:encoded><![CDATA[<p>Plants use distributed computation to decide how to open and close their stomata in order to take in as much CO2 as possible while losing the least amount of water.<br />
<span id="more-3"></span><br />
Research by David Peak, West, J. D., Messinger, S. M and Mott, K. A at Utah State University in Logan.</p>
<p>&#8220;Leaves have openings called stomata that open wide to let CO2  in, but close up to prevent precious water vapour from escaping. Plants attempt to regulate their stomata to take in as much CO2 as possible while losing the least amount of water. But they are limited in how well they can do this: leaves are often divided into patches where the stomata are either open or closed, which reduces the efficiency of CO2 uptake.</p>
<p>By studying the distributions of these patches of open and closed stomata in leaves of the cocklebur plant, Peak and colleagues found specific patterns reminiscent of distributed computing. Patches of open or closed stomata sometimes move around a leaf at constant speed, for example.</p>
<p>The statistics of the size of these patches, and of the waiting times between the appearance of successive patches, are the same as those for a model of cellular automata, the researchers say. The individual leaf stomata appear to act like simple computers, responding to what their neighbouring stomata are doing.</p>
<p>The researchers think that transient patchiness may be the price the plant pays for a reasonably efficient and simple way form of computation. It is a sign of the plant &#8216;thinking&#8217; while it figures out the best solution to the problem of how much to open its stomata.<br />
&#8221;</p>
<p>&#8211; Philip Ball. <a href="http://www.nature.com/nsu/040119/040119-5.html">Do plants act like computers? Leaves appear to regulate their &#8216;breathing&#8217; by conducting simple calculations</a>. Nature Science Update, 21 January 2004</p>
<p>Peak, D. A., West, J. D., Messinger, S. M &#038; Mott, K. A. <a href="http://www.pnas.org/cgi/content/abstract/0307811100">Evidence for complex, collective dynamics and emergent, distributed computation in plants</a>. Proceedings of the National Academy of Sciences USA, 101,  918 &#8211; 922, (2004).</p>
]]></content:encoded>
			<wfw:commentRss>http://neurodudes.com/2004/01/23/plants-do-distributed-computation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

