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

<channel>
	<title>Jonas Kubilius on neuroscience</title>
	<atom:link href="http://neuromokslai.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://neuromokslai.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 31 Oct 2011 22:55:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='neuromokslai.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jonas Kubilius on neuroscience</title>
		<link>http://neuromokslai.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://neuromokslai.wordpress.com/osd.xml" title="Jonas Kubilius on neuroscience" />
	<atom:link rel='hub' href='http://neuromokslai.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Doing Science in the Open</title>
		<link>http://neuromokslai.wordpress.com/2011/10/04/doing-science-in-the-open/</link>
		<comments>http://neuromokslai.wordpress.com/2011/10/04/doing-science-in-the-open/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 10:41:49 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Open Science]]></category>

		<guid isPermaLink="false">http://neuromokslai.wordpress.com/?p=245</guid>
		<description><![CDATA[Motivation Being a scientist brings not only fun to investigate things you care about, freedom, and a decent salary. There are also some responsibilities. Money poured into research comes from the public and ends up in the pockets of private publishers that are highly profitable (think Elsevier) and limit who can access the findings. Why so? Shouldn&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=245&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#800000;"><strong>Motivation</strong></span></p>
<p>Being a scientist brings not only fun to investigate things you care about, freedom, and a decent salary. There are also some <em>responsibilities</em>. Money poured into research comes from the public and ends up in the pockets of private publishers that are highly profitable (think <em><a href="http://en.wikipedia.org/wiki/Elsevier#Criticism_and_controversies">Elsevier</a></em>) and limit who can access the findings. Why so? Shouldn&#8217;t we be the first ones to make science available: anywhere, anytime, for everybody?</p>
<p>This principle comprises <em>Open Science</em>. In this post, I argue that there is a lack of sharing, collaboration, and openness in science, and to support my claim, I will go over the typical scientific workflow, analyze current problems and propose ways to improve. Some of my suggestions are not ready for their prime time yet; however, a number of them can successfully be implemented today to the benefit of many.</p>
<p>Such openness and sharing is heavily inspired by <a href="http://michaelnielsen.org/blog/the-future-of-science-2/">Michael Nielsen</a> who has recently published a book <em><a href="http://michaelnielsen.org/blog/reinventing-discovery">Reinventing Discovery: The New Era of Networked Science</a></em> where such problems are discussed in detail. My goal is rather to provide practical solutions for scientists working in vision research (but hopefully useful for others too).</p>
<p><span style="color:#800000;"><strong>Our research habits</strong></span></p>
<p><strong></strong><strong>Come up with an experiment. </strong><em>You need to read journals to get inspired / replicate findings. What if you can&#8217;t access some of them? What if your institution is poor? What if you’re just a curious high school student?</em></p>
<p><em></em>These questions raise the fundamental flaws in our current way of doing science. The next steps will help to answer them.</p>
<p><strong>Write code to run it (MATLAB, E-Prime). </strong><em>What if you want to reuse somebody&#8217;s code? How do you obtain it? Will it work on your machine? What if you don’t have the software?  Because it is expensive &#8212; MATLAB: € 360 / year (?);  E-Prime: $ 795 / $ 995,  and, oh,  Windows: € 200 / € 309 / € 319.</em></p>
<p>While this reasoning might sound unimpressive &#8212; after all, who doesn&#8217;t have <em>MATLAB</em> these days? &#8212; there are examples of situations where it did become a problem. Zdenek Kalal from the University of Surrey (UK), for example, has developed an impressive computer model for object tracking, known as <em><a href="http://info.ee.surrey.ac.uk/Personal/Z.Kalal/tld.html">Predator</a></em>. It received lots of media attention and thus kids all over the world got interested in trying it on their own. Kalal released the source code (as Open TLD) which was written in <em>MATLAB</em>. The third comment (!) in the <a href="http://groups.google.com/group/opentld/">discussion group</a> already mentions porting it to C/C++, and the fourth complains about not having MATLAB to test it out. And thus, the coming months were spent by the community porting it to C++ rather than playing around and making the use of it.</p>
<p>Why C++ now? Because it is a <em><a href="http://en.wikipedia.org/wiki/Free_and_open_source_software">free and open source software (FOSS)</a></em>. If you use free and open source solutions, you can rest assured that everybody can use your code &#8212; and, crucially, for free.</p>
<p>For our particular needs, we can code experiments in <a href="http://www.python.org/">Python</a>. It is <a href="http://xkcd.com/353/">user-friendly</a>, <a href="http://lbolla.info/blog/2007/04/11/numerical-computing-matlab-vs-pythonnumpyweave/">fast</a>, has psychophysics packages (<a href="http://www.psychopy.org/">PsychoPy</a>, <a href="http://www.visionegg.org/">Vision Egg</a>) and even point-and-click interfaces (PsychoPy, <a href="http://www.cogsci.nl/software/opensesame">OpenSesame</a>).  Due to its huge popularity, <em>Python</em> is also extremely versatile:</p>
<ul>
<li>got some C/C++ code? use <a href="http://cython.org/">Cython</a></li>
<li>want to go online? use <a href="http://pyjs.org/">Pyjamas</a>, <a href="http://www.sculpt.org/">Sculpt</a></li>
<li>need parallel computing? use <a href="http://ipython.org/">IPython</a></li>
<li>need more? somebody has probably done that already!</li>
</ul>
<p>Furthermore, <a href="http://ompc.juricap.com/">Open-Source MATLAB-to-Python Compiler</a> has made it simple to move your existing scripts to <em>MATLAB</em>.</p>
<p>But there is no need to limit yourself to just a FOSS programing language. In fact, all necessary tools for research (described in this post) are conveniently packaged in a FOSS operating system <a href="http://neuro.debian.net/">NeuroDebian</a>, maintained actively by Hanke/Halchenko&#8217;s team in <a href="http://haxbylab.dartmouth.edu">Jim Haxby’s group</a>.</p>
<p><strong>Collect data. </strong><em>Where do you get enough participants? Oh, and that&#8217;s expensive too!</em></p>
<p><em></em>The internet is a great resource for large numbers of cheap participants. A number of experiments that do not require specific conditions or equipment can be partly or fully conducted online.  As mentioned in the previous section, Python can in principle be used to program such online experiments, though it is not straightforward at the moment.</p>
<p>But there is more. Why not make your experiments run <em>in a browser</em>, regardless whether or not you will be running them online? When you publish your findings, people will be able to do your experiment for real &#8212; and, as a result, get a better feeling of what it was like. Maybe they would unveil some problems with your design? Or maybe have great ideas how to improve or use it for a follow-up? In any case, experiencing the experiment first hand is much more informative than its descriptions in a paper.</p>
<p>Finally, if you decide to go online, make your experiments fun! You will not only attract more participants or get away by not even paying them. Making experiments game-like can really help to crack difficult problems. For example, <a href="http://fold.it/">foldit</a> gaming platform announced having <a href="http://dx.doi.org/10.1038/nsmb.2119">resolved a crystal structure of an AIDS-related protein</a> which has been bothering scientists for some 15 years &#8212; and all of that in 10 days, and all purely due to gamers.</p>
<p><strong>Analyze data (MATLAB, Excel, SPSS). </strong><em>How much time do you spend analyzing it manually? Programming trivial things?</em></p>
<p><em></em>First of all, doing it manually on <em>Excel</em> is likely not efficient nor error-prone.</p>
<p>Now, if you write some code to analyze your data, <a href="http://dx.doi.org/10.1038/467753a">publish your computer code: it is good </a><a href="http://dx.doi.org/10.1038/467753a">enough</a> &#8211; even if you are not good at programming and don&#8217;t comment your code. It will definitely benefit people who are trying to replicate your analyses for their data.</p>
<p>You can also help yourself and others by organizing your code using <a href="http://en.wikipedia.org/wiki/Distributed_revision_control">distributed version control systems</a> like <a href="http://en.wikipedia.org/wiki/Git_(software)">git</a> or <a href="http://en.wikipedia.org/wiki/Mercurial">mercurial</a>. They allow you to track changes you make while coding (and always rewind back if you need!), while forcing you to comment your changes. Another important feature is seamless merging of various versions in your code. A standard situation where this is useful is when you code both at home and at work. Instead of carrying files back and forth and thinking what needs to be updated and what not, you simply submit your code to the online distributed version control system and retrieve it on another computer that you use. The systems merges changes automatically, you don&#8217;t have to thing much. Bonus: your code is online, available for an easy sharing.</p>
<p>In order to learn how to use these tools, <a href="http://software-carpentry.org/">Software Carpentry</a> is an excellent resource.</p>
<p><em>How much do you pay for your analysis software? MS Office: € 139 (student) / € 379.01 / € 699 (pro), SPSS: € 25 (student/year) / € 360</em></p>
<p><em></em>You should first ask yourself what kinds of analyses you tipically do. If all you care about is a t-test, linear regression, and a correlation, then it may be more convenient to do it in <em>Python</em> already. For more advanced statistical tests, use <a href="http://www.r-project.org/">R</a>.</p>
<p>For fMRI analyses, there is <a href="http://nipy.sourceforge.net/">NiPy</a> for Python users and <a href="http://afni.nimh.nih.gov/">AFNI</a> and <a href="http://www.fmrib.ox.ac.uk/fsl/">FSL</a> for everybody. For multi-voxel pattern analyses, you can use <a href="http://pymvpa.org/">PyMVPA</a> or <a href="http://www.csie.ntu.edu.tw/~cjlin/libsvm/">LIBSVM</a>. Bottom line is that these tools are powerful enough to offer you one-line solutions to most of your analysis needs (e.g., search light).</p>
<p><strong>Present data at a conference (Powerpoint, Illustrator). </strong><em>Will you ever see anybody’s slides/poster again?</em></p>
<p><em></em>For an immediate dissemination, use <a href="http://en.wikipedia.org/wiki/QR_code">QR codes</a> (using, for examples, this <a href="http://zxing.appspot.com/">QR code generator)</a> which can be easily put on your slides or posters and scanned by a smartphone/tablet.</p>
<p>Another simple solution is to put them on your lab&#8217;s website (in our lab, we even have a dedicated website called <a href="http://gestaltrevision.be/">Gestalt Revision</a>).</p>
<p>Or how about <a href="https://neuromokslai.wordpress.com/">your own website</a>? If you think it&#8217;s difficult to implement and you don&#8217;t have a clue of where to start with HTML, you&#8217;re <em>so</em> 2000s. Nowadays personal websites are known as blogs and are trivial to set up and to even look like a proper (ugly) lab website, as does mine. Check out <a href="http://wordpress.com">WordPress </a>or <a href="http://www.blogger.com">Blogger</a> for the most popular solutions. As a bonus, having your own website allows you to know who cares about your stuff because most blogs keep track of user statistics.</p>
<p>Finally, why use <em>Powerpoint </em>to make your slides/poster? <a href="http://www.scribus.net/">Scribus</a>, <a href="http://inkscape.org/">Inkscape</a>, or <a href="http://en.wikipedia.org/wiki/Beamer_(LaTeX)">Beamer</a> are all decent FOSS solutions.</p>
<p><strong>Write a paper (MS Word). </strong><em>Ever got lost among all different versions of your paper?</em></p>
<p><em></em>When a number of authors collaborate on a paper, inevitably a number of different manuscript versions get emailed and start accumulating on your hard drive. This can easily turn into a mess and also must be organized in a serial fashion (first me, then my prof, then another prof, then me&#8230;) in order not to get lost across all the changes. Instead, <a href="https://docs.google.com/">Google Docs</a> offers an online version of a word processor where you can revise, comment, see everybody&#8217;s changes and always go back to an earlier version. Thus, there is a single &#8220;master&#8221; copy that everybody can work on. Furthermore, it lives online, so you can access it anywhere.</p>
<p><em>Hate formatting?</em></p>
<p><em></em>A <em>Word</em> document is not a professionally looking journal article, unless you put a substantial amount of effort. If you care about generating papers that are well-structured and good-looking, <a href="http://www.latex-project.org/">LaTeX</a> is the strongest (and FOSS) alternative. <em>LaTeX</em> is widely used in hard science and by publishers as it makes writing equations a snap. While writing text in <em>LaTeX</em> is not as straightforward as in Word (it&#8217;s not <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSISYG</a>), <a href="http://www.lyx.org">LyX</a> comes close. There are also online implementations of <em>LaTeX</em> for collaboration, for example, <a href="http://www.scribtex.com/">ScribTeX</a>.</p>
<p><strong>Submit it to a journal. </strong><em>How much time do you spend preparing your manuscript for submission? Figuring out journal’s particular requirements? Redoing all of that for another journal? How much do you pay for submission/publishing? For example, <a href="http://www.journalofvision.org/site/misc/terms_conditions.xhtml">Journal of Vision</a>: $ 85 per page ($ 510 for 6 pages),  <a href="http://www.jneurosci.org/site/misc/ifa_charges.xhtml">The Journal of Neuroscience</a>: $ 950 / $ 475 (brief), <a href="http://www.plos.org/journals/pubfees.php">PLoS One</a>: $ 1350, Psychological Science: $ 0.</em></p>
<p><em></em>If high fees bother you, ask why do we need journals at all? What do they do for us? Some copy-editing, text-formating and putting that on paper (which is, arguably, a waste) and we pay exorbitant fees for that? Also, don&#8217;t forget that libraries across the world are paying to access the journals, so the publishers benefit that way too (thus a $0 price tag on <em>Psychological Science</em>). Surely, some use the money to simply remain in business (although again, where does $1350 go to in <em>PLoS One</em>?). But many are only concerned about their profits &#8212; because it&#8217;s a business, after all.</p>
<p>In this light, <a href="http://arxiv.org/">arXiv</a> seems to me like a much more liberal publishing platform. Anybody can publish there, formatting is done by LaTeX (as <em>arXiv</em> focuses on hard science), no fees involved. This platform is highly popular in hard science and, in some cases, even the best publications on <em>arXiv</em> never end up in regular journals because <em>arXiv</em> is just good enough. A note of caution: some journals tend to treat publishing on <em>arXiv</em> as a proper publication and subsequently will not consider your manuscript for publication in their journal anymore.</p>
<p>Of course, arguably the most important publishers contribution comes from managing the peer-review system. They oversee its proper implementation and that is important. Surely, there are other ways to go about it and some ideas are presented at the next point.</p>
<p><strong>Get reviews*. </strong><em>Stupid reviewers and unreasonable requests? 3 major revisions? How many years does it take from obtaining results to publishing them?</em></p>
<p><strong>*negative</strong></p>
<p>This is a very broad topic which I am not very familiar with, but it seems to me that publishing peer review along with the publication without any names attached could go a long way already. Some people, like <a href="http://futureofscipub.wordpress.com/">Nikolaus Kriegeskorte</a>, are arguing for an <em>Open access + Open post-publication peer review</em> model. Simply put, you publish on something like arXiv and people freely read it, comment on it and rate the paper. The best one could even be picked up by regular journals and published there. To make sure constructive feedback is given, real names could be used, people could gain or lose points according to whether other people think their comments were useful or not, in a similar way that forums are organized.</p>
<p><strong>Revise and get paper published. </strong><em>Who can read your paper? Did you know that you did not hold the copyright to your own creative work? And what did you publish? Just some text? Where is raw data, code, analyses? Maybe you made a mistake? Maybe you cheated?</em></p>
<p><em></em>The answer is simple &#8212; publish everything: data, analysis workflow, code that generated your figures, full text (after the paper gets published, and put a disclaimer like <a href="http://www.rowland.org/rjf/cox/publications/">this one</a> to deal with copyrights)&#8230;</p>
<p><strong>Get media coverage. </strong><em>Will they see your paper? Will anybody see your paper? And if they do, what will they find on your website? A conveniently double-spaced paper in the Times New Roman typeface?</em></p>
<p><em></em>There is no problem if you used <em>Google Docs</em> or <em>LaTeX</em> and created your website&#8230; Everything neccessary is easily available online already.In order to facilitate laymen, consider providing a simple explanation, just like it is done on the <a href="https://sites.google.com/site/gallantlabucb/publications/nishimoto-et-al-2011">Gallant Lab website</a>. It is also a nice way of showing your participants where all their efforts went to.</p>
<p><span style="color:#800000;"><strong>Concluding remarks</strong></span></p>
<p><strong>Moving to the cloud. </strong>The framework provided here can be summarized as<em> &#8220;moving to the <a href="http://en.wikipedia.org/wiki/Cloud_computing">cloud</a>!&#8221;</em> By maintaining everything online you:</p>
<ul>
<li>no longer depend on a particular platform</li>
<li>get free backup</li>
<li>can access to everything for everyone everywhere (use <a href="https://www.dropbox.com/">Dropbox</a>, <del><a href="http://www.wuala.com/">Wuala</a></del>)</li>
<li>can instantly collaborate, e.g., via <em>GMail-GTalk-Google Docs</em></li>
</ul>
<p><strong>Open issues:</strong></p>
<ul>
<li>Where do you share your data? Maybe <a href="http://datadryad.org/">Dryad</a>, <a href="http://thedata.org/">Dataverse Network</a></li>
<li>No facebook for scientists&#8230; Maybe <a href="http://academia.edu/">Academia.edu</a>, <a href="http://www.researchgate.net/">Research Gate</a> will catch on</li>
<li>There aren’t mature open alternatives for everything yet, e.g., <em>Powerpoint</em>, <em>SPM</em></li>
<li>Privacy issues when moving to the cloud</li>
<li>Requires efforts: more coding, more command line interfaces, more things to do</li>
</ul>
<p><strong>What to do. </strong>There is a lot that can be done and that may be overwhelming. Don&#8217;t stress. Simply start by publishing full data, your code, and full text. It&#8217;ll do plenty.</p>
<p>See also: <a href="http://neuromokslai.files.wordpress.com/2011/10/doing_science_in_the_open1.pdf">slides from a presentation at a lab meeting</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neuromokslai.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neuromokslai.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neuromokslai.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neuromokslai.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neuromokslai.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neuromokslai.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neuromokslai.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neuromokslai.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neuromokslai.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neuromokslai.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neuromokslai.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neuromokslai.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neuromokslai.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neuromokslai.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=245&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neuromokslai.wordpress.com/2011/10/04/doing-science-in-the-open/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a5c621592becdf394ce70ad159a3bfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">duona</media:title>
		</media:content>
	</item>
		<item>
		<title>Emergence of perceptual Gestalts in the human visual cortex: The case of the configural superiority effect</title>
		<link>http://neuromokslai.wordpress.com/2011/09/20/confsup/</link>
		<comments>http://neuromokslai.wordpress.com/2011/09/20/confsup/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 09:55:58 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Publications]]></category>
		<category><![CDATA[Psychological Science]]></category>

		<guid isPermaLink="false">http://neuromokslai.wordpress.com/?p=31</guid>
		<description><![CDATA[Jonas Kubilius, Johan Wagemans, &#38; Hans P. Op de Beeck Many Gestalt phenomena have been described in terms of perception of a whole being not equal to the sum of its parts. It is unclear how these phenomena emerge in the brain. We used functional MRI to study the neural basis of the behavioral configural-superiority [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=31&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Jonas Kubilius, Johan Wagemans, &amp; Hans P. Op de Beeck</strong></p>
<p>Many Gestalt phenomena have been described in terms of perception of a whole being not equal to the sum of its parts. It is unclear how these phenomena emerge in the brain. We used functional MRI to study the neural basis of the behavioral configural-superiority effect (i.e., visual search is more efficient when an odd element is part of a configuration than when it is presented by itself). We found that searching for the odd element in a display of four line segments (parts) was facilitated by adding two additional line segments to each of them (creating whole shapes). Functional MRI–based decoding of neural responses to the position of the odd element revealed a neural configural-superiority effect in shape-selective regions but not in low-level retinotopic areas, where decoding of parts was more pronounced. These results show how at least some Gestalt phenomena in vision emerge only at the higher stages of visual information processing and suggest that feed-forward processing might be sufficient to produce such phenomena.</p>
<p><a href="http://dx.doi.org/10.1177/0956797611417000">journal link</a> | <a href="https://bitbucket.org/qbilius/confsup/">source code</a> | <a href="http://neuromokslai.wordpress.com/2010/11/15/feedforward-emergence-of-perceptual-gestalts-in-the-human-visual-cortex/">poster at SfN 2010</a> | <a href="http://neuromokslai.wordpress.com/2011/08/29/confsup-ecvp/">poster at ECVP 2011</a> | <a href="http://gestaltrevision.be/en/resources/supplementary-material/82-configural-superiority-effect">entry at gestalt revision<br />
</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neuromokslai.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neuromokslai.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neuromokslai.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neuromokslai.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neuromokslai.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neuromokslai.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neuromokslai.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neuromokslai.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neuromokslai.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neuromokslai.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neuromokslai.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neuromokslai.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neuromokslai.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neuromokslai.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=31&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neuromokslai.wordpress.com/2011/09/20/confsup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a5c621592becdf394ce70ad159a3bfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">duona</media:title>
		</media:content>
	</item>
		<item>
		<title>Vilniaus jėzuitų gimnazija: Kažkiek apie smegenų tyrimus</title>
		<link>http://neuromokslai.wordpress.com/2011/09/14/vilniaus-jezuitu-gimnazija-kazkiek-apie-smegenu-tyrimus/</link>
		<comments>http://neuromokslai.wordpress.com/2011/09/14/vilniaus-jezuitu-gimnazija-kazkiek-apie-smegenu-tyrimus/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 10:30:55 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Lectures]]></category>
		<category><![CDATA[vjg]]></category>

		<guid isPermaLink="false">http://neuromokslai.wordpress.com/?p=228</guid>
		<description><![CDATA[Populiariai ir lengvai apie smegenų tyrimus iš įvairių kampų bei mano &#8220;kelią į mokslą&#8221;. Bus eksperimentų ir klausimų/atsakymų! Vieta: Vilniaus jėzuitų gimnazija, Aktų salė Data: rugsėjo 16 d., 12 val. Trukmė: 1 val. Skaidrės: Kažkiek apie smegenų tyrimus<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=228&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Populiariai ir lengvai apie smegenų tyrimus iš įvairių kampų bei mano &#8220;kelią į mokslą&#8221;. Bus eksperimentų ir klausimų/atsakymų!</p>
<p><strong>Vieta:</strong> <a href="http://www.vjg.lt/modules.php?name=Content&amp;pa=showpage&amp;pid=6">Vilniaus jėzuitų gimnazija</a>, Aktų salė<br />
<strong>Data:</strong> rugsėjo 16 d., 12 val.<br />
<strong>Trukmė:</strong> 1 val.<br />
<strong>Skaidrės:</strong> <a href="http://neuromokslai.files.wordpress.com/2011/09/kazkiek_apie_smegenis.pdf">Kažkiek apie smegenų tyrimus</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neuromokslai.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neuromokslai.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neuromokslai.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neuromokslai.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neuromokslai.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neuromokslai.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neuromokslai.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neuromokslai.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neuromokslai.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neuromokslai.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neuromokslai.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neuromokslai.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neuromokslai.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neuromokslai.wordpress.com/228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=228&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neuromokslai.wordpress.com/2011/09/14/vilniaus-jezuitu-gimnazija-kazkiek-apie-smegenu-tyrimus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a5c621592becdf394ce70ad159a3bfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">duona</media:title>
		</media:content>
	</item>
		<item>
		<title>Emergence of perceptual Gestalts in the human visual cortex: The case of the configural superiority effect</title>
		<link>http://neuromokslai.wordpress.com/2011/08/29/confsup-ecvp/</link>
		<comments>http://neuromokslai.wordpress.com/2011/08/29/confsup-ecvp/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 06:30:41 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Posters & Talks]]></category>
		<category><![CDATA[ECVP]]></category>

		<guid isPermaLink="false">http://neuromokslai.wordpress.com/?p=197</guid>
		<description><![CDATA[Jonas Kubilius, Johan Wagemans, &#38; Hans P. Op De Beeck Many Gestalt phenomena have been described in terms of perception of a whole being not equal to the mere sum of its parts. It is unclear how these phenomena emerge in the brain. We used functional magnetic resonance imaging (fMRI) to study the neural basis [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=197&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Jonas Kubilius, Johan Wagemans, &amp; Hans P. Op De Beeck</strong></p>
<p>Many Gestalt phenomena have been described in terms of perception of a whole being not equal to the mere sum of its parts. It is unclear how these phenomena emerge in the brain. We used functional magnetic resonance imaging (fMRI) to study the neural basis of the behavioral configural superiority effect, where a visual search task for the odd element in a display of four line segments (parts) is facilitated by adding an irrelevant corner to each of the line segments (whole shapes). To assess part-whole encoding in early and higher visual areas, we compared multi-voxel pattern analysis performance on detection of the odd element. Our analysis revealed a neural configural superiority effect in shape-selective regions but not in low-level retinotopic areas, where decoding of parts was more pronounced. Moreover, training pattern classifiers to the whole shape and attempting to decode parts failed in the most anterior region of these shape-selective regions, suggesting a complete absence of part information in the pattern of response. These results show how at least some Gestalt phenomena in vision emerge only at the higher stages of the visual information processing and suggest that feedforward processing might be sufficient to produce them.</p>
<p><em>This poster received <a href="http://www.ecvp2011.org/ecvp/index.php?url=fellowships.htm">The Best Student Poster Award</a> (six recipients in total).</em></p>
<p><a href="http://neuromokslai.files.wordpress.com/2011/08/kubilius_ecvp2011_small_upd.pdf">pdf (page size)</a>, <a href="https://docs.google.com/viewer?a=v&amp;pid=explorer&amp;chrome=true&amp;srcid=0B8XUj38c04GBZTliYjNiNGMtMmE3ZC00OGVmLWJkMDAtNmRmMTk3NzkxYmMz&amp;hl=lt">svg (original)</a>, <a href="http://posters.f1000.com/P2160">F1000 Posters</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neuromokslai.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neuromokslai.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neuromokslai.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neuromokslai.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neuromokslai.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neuromokslai.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neuromokslai.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neuromokslai.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neuromokslai.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neuromokslai.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neuromokslai.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neuromokslai.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neuromokslai.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neuromokslai.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=197&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neuromokslai.wordpress.com/2011/08/29/confsup-ecvp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a5c621592becdf394ce70ad159a3bfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">duona</media:title>
		</media:content>
	</item>
		<item>
		<title>NMA 2011 m. vasaros sesija</title>
		<link>http://neuromokslai.wordpress.com/2011/08/24/nma-2011-m-vasaros-sesija/</link>
		<comments>http://neuromokslai.wordpress.com/2011/08/24/nma-2011-m-vasaros-sesija/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 19:01:46 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Lectures]]></category>
		<category><![CDATA[NMA]]></category>

		<guid isPermaLink="false">http://neuromokslai.wordpress.com/?p=185</guid>
		<description><![CDATA[Renginys: Nacionalinės moksleivių akademijos vasaros sesija Vieta: Nidos vidurinė mokykla Data: 2011 m. rupgpjūčio 16-18 d. Pastaba: Dėl autorių teisių suvaržymų, skaidrės pateikiamos tik švietimo tikslais, išskyrus kai nurodyta kitaip ant pačių skaidrių Rugpjūčio 16 d., antradienis The eye and the brain: Two approaches to study human behaviour (dalykinė) Paolo Toffanin (paolo.mp-concepts.net) Understanding how the mind works is one of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=185&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Renginys:</strong> <a href="http://www.nmakademija.lt">Nacionalinės moksleivių akademijos</a> vasaros sesija<br />
<strong>Vieta:</strong> <a href="http://www.nidosvm.lt">Nidos vidurinė mokykla</a><br />
<strong>Data:</strong> 2011 m. rupgpjūčio 16-18 d.<br />
<strong>Pastaba:</strong> Dėl autorių teisių suvaržymų, skaidrės pateikiamos tik švietimo tikslais, išskyrus kai nurodyta kitaip ant pačių skaidrių</p>
<p><span id="more-185"></span><strong><em>Rugpjūčio 16 d., antradienis</em></strong></p>
<p><strong><em></em></strong><strong><a href="http://neuromokslai.files.wordpress.com/2011/08/lect1_v3_clean.pdf">The eye and the brain: Two approaches to study human behaviour</a></strong> <em>(dalykinė)</em><br />
<em></em><em><a href="mailto:%70%2e%74%6f%66%66%61%6e%69%6e%40%72%75%67%2e%6e%6c%20">Paolo Toffanin</a> (<a href="http://paolo.mp-concepts.net/">paolo.mp-concepts.net</a>)</em><br />
<em></em>Understanding how the mind works is one of the most exciting scientific challenges. I will show how electroencephalography and eye movement studies help us understand how the brain works.</p>
<p><strong><em>Rugpjūčio 17 d., trečiadienis</em></strong></p>
<p><strong><em></em></strong><strong>Pixelmator &#8212; sėkmės istorija </strong><em>(dalykinė)</em><br />
<em><a href="mailto:%73%69%6d%61%73%40%70%69%78%65%6c%6d%61%74%6f%72%2e%63%6f%6d">Simonas Bastys</a> (<a href="http://pixelmator.com">pixelmator.com</a>)</em><br />
<em></em>Pixelmator &#8212; milžiniško pasisekimo sulaukusi nuotraukų redagavimo programa. Tai sėkmės istorija, pagrįsta paprastumu. Taip pat tai puikus pavyzdys, kaip verslas gali pasinaudoti mokslo resursais kuriant inovatyvų produktą. Bus pateiktas atsakymas, kaip mokslinis straipsnis virsta galutiniu produktu.</p>
<p><strong><a href="http://neuromokslai.files.wordpress.com/2011/08/nma_klaidos.pdf">Kaip smegenys mokosi iš klaidų</a> </strong><em>(dalykinė)</em><br />
<em></em><em><a href="mailto:%72%61%73%61%2e%67%75%6c%62%69%6e%61%69%74%65%40%67%6d%61%69%6c%2e%63%6f%6d">Rasa Gulbinaitė</a> </em><em>(<a href="http://www.rug.nl/staff/r.gulbinaite">rug.nl/staff/r.gulbinaite</a>)</em><br />
<em></em>Visi darome klaidų. Ko ir kaip galime iš jų pasimokyti? Šioje paskaitoje nagrinėsime, kaip smegenys reaguoja į klaidas, ar galima žvelgiant į smegenis jas nuspėti ir taip galbūt jų išvengti. Kalbėsime apie genetinius skirtumus, nulemiančius mokymosi iš klaidų efektyvumą ir atsakysime į klausimą, ar tikrai iš svetimų klaidų negalima pasimokyti.</p>
<p><strong><a href="http://neuromokslai.files.wordpress.com/2011/08/lect2_clean.pdf">Can machines live our lives?</a></strong> <em>(asmenybės ugdymas)</em><br />
<em></em><em><a href="mailto:%70%2e%74%6f%66%66%61%6e%69%6e%40%72%75%67%2e%6e%6c%20">Paolo Toffanin</a> (<a href="http://paolo.mp-concepts.net/">paolo.mp-concepts.net</a>)</em><br />
<em></em>In Avatar and Surrogates human beings experience their lives through an interface that lives for them in a world in which they could not. I will talk about how attainable and how close we are to living through a machine and what implications it has for our lives.</p>
<p><strong><em>Rugpjūčio 18 d., ketvirtadienis</em></strong></p>
<p><strong><em></em></strong><strong><a href="http://neuromokslai.files.wordpress.com/2011/08/nma_lyciu_lygybe.pdf">Lyčių lygybė ir skirtumai neuromoksluose</a></strong> <em>(dalykinė)</em><br />
<em></em><em><a href="mailto:%72%61%73%61%2e%67%75%6c%62%69%6e%61%69%74%65%40%67%6d%61%69%6c%2e%63%6f%6d">Rasa Gulbinaitė</a> (<a href="http://www.rug.nl/staff/r.gulbinaite">rug.nl/staff/r.gulbinaite</a>)</em><br />
<em></em>Moksliniais tyrimais patvirtina, jog bendrai moterų smegenys yra mažesnės nei vyrų. Nors šiandien yra žinoma, jog smegenų dydis ir intelektas nėra susiję, tačiau prieš 100 metų situacija buvo kiek kitokia. Todėl neretai mokslininkai, nagrinėjantys lyčių skirtumus smegenyse kaltinami neuroseksizmu ir diskriminacijos dėl lyties skatinimu. Šioje paskaitoje bandysiu parodyti, kodėl tyrinėti moterų ir vyrų smegenis atskirai gali būti naudinga. Aptarsime, kodėl smegenų skirtumai nepagrindžia lyčių diskriminacijos.</p>
<p><strong><a href="http://neuromokslai.files.wordpress.com/2011/08/nma2011_regos_sistemos_modeliavimas.pdf">Regos sistemos modeliavimas</a></strong> <em>(dalykinė)</em><br />
<em></em><em><a href="mailto:%71%62%69%6c%69%75%73%40%67%6d%61%69%6c%2e%63%6f%6d">Jonas Kubilius</a> (<a href="http://jonaskubilius.mp">jonaskubilius.mp</a>)</em><br />
<em></em>Kaip mes matome? Pasirodo, niekas to nežino. Šitoje paskaitoje aiškinsimės, kodėl taip sunku perprasti regos veikimo principus, nors matymas nereikalauja jokių pastangų. Pristatysiu bandymus modeliuoti regos sistemą standartiniais computer vision algoritmais ir neuroniniais tinklais, remiantis neuromokslų žiniomis. O jeigu bus galimybė, išbandysime ką nors gyvai.</p>
<p><strong><a href="http://neuromokslai.files.wordpress.com/2011/08/nma2011_10_-lessons.pdf">10 lessons from experimental psychology</a></strong> <em>(asmenybės ugdymas)</em><br />
<em></em><em><a href="mailto:%71%62%69%6c%69%75%73%40%67%6d%61%69%6c%2e%63%6f%6d">Jonas Kubilius</a> </em><em>(<a href="http://jonaskubilius.mp">jonaskubilius.mp</a>)</em><br />
<em></em>In this lecture I will present ten unexpected facts about human behaviour, or more precisely, situations when you cannot trust your judgements, beliefs, and intuitions. These are ten classical results from experimental psychology ranging from impression manupulations and distortion of memories to the Stanford prison experiment and learned helplessness.</p>
<p><strong>Doing Science in the Open</strong> <em>(vakaro svečias)</em><br />
<em></em><em><a href="mailto:%6d%6e%40%6d%69%63%68%61%65%6c%6e%69%65%6c%73%65%6e%2e%6f%72%67">Michael Nielsen</a> (<a href="http://michaelnielsen.org">michaelnielsen.org</a>)</em><br />
<em></em>I&#8217;ll start this talk by describing the Polymath Project, an ongoing experiment in &#8220;massively collaborative&#8221; mathematical problem solving. The idea is to use online tools &#8212; things like blogs and wikis &#8212; to collaboratively attack difficult mathematical problems. By combining the best ideas of many minds from all over the world, the Polymath Project has made breakthroughs on important mathematical problems.</p>
<p>What makes this an exciting story is that it&#8217;s about much more than just solving some mathematical problems, no matter how important they might be. Rather, the story suggests that online tools can be used to transform the way we humans work together to make scientific discoveries. We can use online tools to actually amplify our collective intelligence, in much the same way as for millenia we&#8217;ve used physical tools to amplify our strength. This has the potential to dramatically accelerate scientific discovery across all disciplines.</p>
<p>This sounds like a tremendously optimistic story, but there&#8217;s a catch. Scientists &#8212; who helped create the net! &#8212; have for the most part been extremely extremely conservative in how they use it. Many scientists use it for little more than email, and projects like Polymath are the exception not the rule. I&#8217;ll discuss why this conservatism is so common, why it&#8217;s so damaging, and how we can change it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neuromokslai.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neuromokslai.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neuromokslai.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neuromokslai.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neuromokslai.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neuromokslai.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neuromokslai.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neuromokslai.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neuromokslai.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neuromokslai.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neuromokslai.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neuromokslai.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neuromokslai.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neuromokslai.wordpress.com/185/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=185&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neuromokslai.wordpress.com/2011/08/24/nma-2011-m-vasaros-sesija/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a5c621592becdf394ce70ad159a3bfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">duona</media:title>
		</media:content>
	</item>
		<item>
		<title>Mirror-image sensitivity and invariance in object and scene processing pathways</title>
		<link>http://neuromokslai.wordpress.com/2011/08/03/mirror/</link>
		<comments>http://neuromokslai.wordpress.com/2011/08/03/mirror/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 19:55:07 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Publications]]></category>
		<category><![CDATA[Journal of Neuroscience]]></category>

		<guid isPermaLink="false">http://neuromokslai.wordpress.com/?p=160</guid>
		<description><![CDATA[Daniel D. Dilks, Joshua B. Julian, Jonas Kubilius, Elizabeth S. Spelke, &#38; Nancy Kanwisher  Electrophysiological and behavioral studies in many species have demonstrated mirror-image confusion for objects, perhaps because many objects are vertically symmetric (e.g., a cup is the same cup when seen in left or right profile). In contrast, the navigability of a scene [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=160&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Daniel D. Dilks, Joshua B. Julian, Jonas Kubilius, Elizabeth S. Spelke, &amp; Nancy Kanwisher </strong></p>
<p>Electrophysiological and behavioral studies in many species have demonstrated mirror-image confusion for objects, perhaps because many objects are vertically symmetric (e.g., a cup is the same cup when seen in left or right profile). In contrast, the navigability of a scene changes when it is mirror reversed, and behavioral studies reveal high sensitivity to this change. Thus, we predicted that representations in object-selective cortex will be unaffected by mirror reversals, whereas representations in scene-selective cortex will be sensitive to such reversals. To test this hypothesis, we ran an event-related functional magnetic resonance imaging adaptation experiment in human adults. Consistent with our prediction, we found tolerance to mirror reversals in one object-selective region, the posterior fusiform sulcus, and a strong sensitivity to these reversals in two scene-selective regions, the transverse occipital sulcus and the retrosplenial complex. However, a more posterior object-selective region, the lateral occipital sulcus, showed sensitivity to mirror reversals, suggesting that the sense information that distinguishes mirror images is represented at earlier stages in the object-processing hierarchy. Moreover, one scene-selective region (the parahippocampal place area or PPA) was tolerant to mirror reversals. This last finding challenges the hypothesis that the PPA is involved in navigation and reorientation and suggests instead that scenes, like objects, are processed by distinct pathways guiding recognition and action.</p>
<p><a href="http://www.jneurosci.org/content/31/31/11305">journal link</a>, <a href="http://web.mit.edu/newsoffice/2011/mirror-mirror-0818.html">on MITnews</a></p>
<p><span id="more-160"></span>(Following <em>The Journal of Neuroscience</em> copyright policy, full text will be available here on February 3, 2012)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neuromokslai.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neuromokslai.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neuromokslai.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neuromokslai.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neuromokslai.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neuromokslai.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neuromokslai.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neuromokslai.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neuromokslai.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neuromokslai.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neuromokslai.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neuromokslai.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neuromokslai.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neuromokslai.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=160&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neuromokslai.wordpress.com/2011/08/03/mirror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a5c621592becdf394ce70ad159a3bfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">duona</media:title>
		</media:content>
	</item>
		<item>
		<title>LJMS vasara 2011</title>
		<link>http://neuromokslai.wordpress.com/2011/08/02/ljms-vasara-2011/</link>
		<comments>http://neuromokslai.wordpress.com/2011/08/02/ljms-vasara-2011/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 13:54:40 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Lectures]]></category>
		<category><![CDATA[LJMS]]></category>

		<guid isPermaLink="false">http://neuromokslai.wordpress.com/?p=168</guid>
		<description><![CDATA[Renginys: Lietuvos jaunųjų mokslininkų sąjungos vasaros stovykla Vieta: Molėtų astronomijos observatorija Data: liepos 31 d., 17 val. Skaidrės: Regos sistemos modeliavimas Atsakymai į paskaitos metu neatsakytus klausimus Perceptronas: kam reikalinga g(x) (25-26 skaidrės)? Gal užtektų tiesiog g(x) = x? Yra kelios priežastys naudoti sudėtingesnę funkciją. Iš vienos pusės, neuroniniuose tinkluose kažkiek bandoma išlaikyti panašumą į biologinius neuroninius tinklus. O [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=168&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Renginys:</strong> Lietuvos jaunųjų mokslininkų sąjungos vasaros stovykla<br />
<strong>Vieta:</strong> Molėtų astronomijos observatorija<br />
<strong>Data:</strong> liepos 31 d., 17 val.<br />
<strong>Skaidrės:</strong> <a href="http://neuromokslai.files.wordpress.com/2011/08/ljms_vasara2011_regos_sistemos_modeliavimas.pdf">Regos sistemos modeliavimas</a></p>
<p><strong>Atsakymai į paskaitos metu </strong><strong>neatsakytus klausimus</strong></p>
<p><em><strong>Perceptronas: kam reikalinga g(x) (25-26 skaidrės)? Gal užtektų tiesiog g(x) = x?</strong></em></p>
<p>Yra kelios priežastys naudoti sudėtingesnę funkciją. Iš vienos pusės, neuroniniuose tinkluose kažkiek bandoma išlaikyti panašumą į biologinius neuroninius tinklus. O neuronai turi tam tikras ribas, kiek kartų per sekundę jie gali perduoti impulsą. Jei <em>g(x)</em> būtų lygu <em>x</em>, tada jokių tokių ribų nebūtų. Todėl praktikoje naudojama, pavyzdžiui, <em><a href="http://en.wikipedia.org/wiki/Heaviside_step_function">Heaviside step funkcija</a></em> arba <em><a href="http://en.wikipedia.org/wiki/Sigmoid_function">sigmoidinė funkcija</a></em>, kurios turi viršutinę ribą. Iš kitos pusės, jeigu leisim išvesčiai augti be apribojimų, tai dar gali būti, kad visas neuroninis tinklas taps nestabilus ir nepavyks jo ištreniruoti (pasiekti lokalaus minimumo).</p>
<p><em><strong>Neurono selektyvumo pokytis (48 skaidrė) &#8212; kodėl neurono selektyvumas sumažėja P stimului (šuniukui) ir išauga N stimului (raganosiui)? Juk jeigu P ir N stimulai rodomi greta vienas kito laike, neuronas turėtų išlikti selektyvus P stimului ir, be to, tapti selektyvus N stimului.</strong></em></p>
<div>Atkreipkime dėmesį į eksperimento dizainą (47 skaidrė, B). Neuronui parenkami du stimulai: P (<em>prefered</em>) stimulas (šuniukas), į kurį neuronas reaguoja aktyviau nei į N (<em>non-prefered</em>) stimulą (raganosį). Tada P stimulas asocijuojamas laike su dvigubai didesniu N stimulu, ir atvirkščiai. Vadinasi, neuronas išmoksta traktuoti vidutinio dydžio P stimulą ir didelį N stimulą kaip tą patį objektą.  Testuojant naudojami tik pastarieji, dvigubai didesni stimulai. Ko galima tikėtis? Kad neuronas, kuris šiaip jau mėgsta P stimulus, dabar aktyviai reaguos ir į didelį N stimulą. Taip pat &#8212; kad tas pats neuronas, šiaip jau nemėgstantis N stimulų, ims menkiau reaguoti ir į didelį P stimulą.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neuromokslai.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neuromokslai.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neuromokslai.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neuromokslai.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neuromokslai.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neuromokslai.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neuromokslai.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neuromokslai.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neuromokslai.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neuromokslai.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neuromokslai.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neuromokslai.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neuromokslai.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neuromokslai.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=168&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neuromokslai.wordpress.com/2011/08/02/ljms-vasara-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a5c621592becdf394ce70ad159a3bfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">duona</media:title>
		</media:content>
	</item>
		<item>
		<title>VU FsF 2011 m. pavasaris</title>
		<link>http://neuromokslai.wordpress.com/2011/04/28/vu-fsf-2011-m-pavasaris/</link>
		<comments>http://neuromokslai.wordpress.com/2011/04/28/vu-fsf-2011-m-pavasaris/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 08:33:24 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Lectures]]></category>
		<category><![CDATA[VU FsF]]></category>

		<guid isPermaLink="false">http://neuromokslai.wordpress.com/?p=115</guid>
		<description><![CDATA[Renginys: Pažinimo psichologija I: įvadas, pojūčiai, suvokimas, dėmesys Vieta: Vilniaus universiteto Filosofijos fakultetas Data: balandžio 27 d., 15 val.; gegužės 16 d., 11 val. Skaidrės: Mažutėliai Geštalto trupiniai<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=115&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Renginys:</strong> Pažinimo psichologija I: įvadas, pojūčiai, suvokimas, dėmesys<br />
<strong>Vieta:</strong> Vilniaus universiteto Filosofijos fakultetas<br />
<strong>Data:</strong> balandžio 27 d., 15 val.; gegužės 16 d., 11 val.<br />
<strong>Skaidrės:</strong> <a href="http://neuromokslai.files.wordpress.com/2011/04/mazuteliai_gestalto_trupiniai2.pdf">Mažutėliai Geštalto trupiniai</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neuromokslai.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neuromokslai.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neuromokslai.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neuromokslai.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neuromokslai.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neuromokslai.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neuromokslai.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neuromokslai.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neuromokslai.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neuromokslai.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neuromokslai.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neuromokslai.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neuromokslai.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neuromokslai.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=115&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neuromokslai.wordpress.com/2011/04/28/vu-fsf-2011-m-pavasaris/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a5c621592becdf394ce70ad159a3bfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">duona</media:title>
		</media:content>
	</item>
		<item>
		<title>Feedforward emergence of perceptual gestalts in the human visual cortex</title>
		<link>http://neuromokslai.wordpress.com/2010/11/15/feedforward-emergence-of-perceptual-gestalts-in-the-human-visual-cortex/</link>
		<comments>http://neuromokslai.wordpress.com/2010/11/15/feedforward-emergence-of-perceptual-gestalts-in-the-human-visual-cortex/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 07:00:35 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Posters & Talks]]></category>
		<category><![CDATA[SfN]]></category>

		<guid isPermaLink="false">http://neuromokslai.wordpress.com/?p=9</guid>
		<description><![CDATA[Jonas Kubilius, Johan Wagemans, &#38; Hans P. Op De Beeck How does our visual system combine the features or parts in a complex display to provide a percept of a whole? Intense behavioral work in Gestalt psychology has described a number of phenomena where this whole is not equal to a mere sum of its [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=9&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Jonas Kubilius, Johan Wagemans, &amp; Hans P. Op De Beeck</strong></p>
<p>How does our visual system combine the features or parts in a complex display to provide a percept of a whole? Intense behavioral work in Gestalt psychology has described a number of phenomena where this whole is not equal to a mere sum of its parts. However, precise unifying principles of such Gestalt effects have remained elusive. Current neuroscientific models suggest that these phenomena are the consequence of the interplay between bottom-up, feedback, and lateral connections in the hierarchical visual system. Here we approach this question from a different perspective by investigating the neural basis of Gestalt formation. In our functional magnetic resonance imaging (fMRI) paradigm, we utilized a configural superiority effect, where a visual search task for the odd element in a display of three lines oriented at 45 degrees and one at 135 degrees (parts) is facilitated by adding an irrelevant corner to each of the lines, forming three arrows and a triangle (whole shapes). To assess the extent of grouping in early and higher visual areas, we compared multivariate pattern analysis performance on the same task, detection of the odd element, using the fMRI activity pattern in the primary visual cortex (V1) and shape-selective lateral occipital complex (LOC). The behavioral advantage for searching among shapes rather than lines was reflected in a better classification performance in LOC but not in V1, where decoding of parts was more pronounced. This suggests that the configural superiority effect may arise by predominantly feedforward processes. Moreover, even when we trained the classifier on whole shapes in LOC, its decoding performance on parts remained as poor as when we trained on those parts, indicating that the representation of a whole shape bears no similarity to the representation of its parts at these higher stages of visual processing. Simulations confirm that these findings are consistent with a feedforward model of vision, HMAX. Taken together, these results show how at least some Gestalt phenomena in vision are consistent with and caused by the feedforward processing of visual shape.</p>
<p><a href="https://perswww.kuleuven.be/~u0065395/kubilius_sfn2010_small.pdf"></a><a href="http://neuromokslai.files.wordpress.com/2011/02/kubilius_sfn2010_small.pdf">pdf (page size)</a>, <a href="https://docs.google.com/viewer?a=v&amp;pid=explorer&amp;chrome=true&amp;srcid=0B8XUj38c04GBYmE0ZjBmZGMtZDUzNC00Y2U1LTllZDMtMmYyNjNmYTFmNzA0&amp;hl=lt">svg (original)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neuromokslai.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neuromokslai.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neuromokslai.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neuromokslai.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neuromokslai.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neuromokslai.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neuromokslai.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neuromokslai.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neuromokslai.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neuromokslai.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neuromokslai.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neuromokslai.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neuromokslai.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neuromokslai.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=9&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neuromokslai.wordpress.com/2010/11/15/feedforward-emergence-of-perceptual-gestalts-in-the-human-visual-cortex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a5c621592becdf394ce70ad159a3bfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">duona</media:title>
		</media:content>
	</item>
		<item>
		<title>Tyrėjų naktis 2010: Žmogaus regos sistema</title>
		<link>http://neuromokslai.wordpress.com/2010/09/13/tyreju-naktis-2010-zmogaus-regos-sistema/</link>
		<comments>http://neuromokslai.wordpress.com/2010/09/13/tyreju-naktis-2010-zmogaus-regos-sistema/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 10:19:31 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Lectures]]></category>
		<category><![CDATA[Tyrėjų naktis]]></category>
		<category><![CDATA[VU FsF]]></category>

		<guid isPermaLink="false">http://neuromokslai.wordpress.com/?p=21</guid>
		<description><![CDATA[Retai kada klausi savęs: o kaipgi aš matau visus šituos daiktus priešais save? Šis iš pirmo žvilgsnio elementarus klausimas tuoj komplikuojasi, kai pabandai priversti, pavyzdžiui, kompiuterį suvokti, ką jis mato. Paskaitoje papasakosiu apie savo ir kitų mokslininkų bandymus tirti regos veikimo principus. Nenuobodžiausime: rodysiu optinių iliuzijų, pademonstruosiu dirbtinius neuroninius tinklus ir išvis draugiškai diskutuosime apie [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=21&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Retai kada klausi savęs: o kaipgi aš matau visus šituos daiktus priešais save? Šis iš pirmo žvilgsnio elementarus klausimas tuoj komplikuojasi, kai pabandai priversti, pavyzdžiui, kompiuterį suvokti, ką jis mato. Paskaitoje papasakosiu apie savo ir kitų mokslininkų bandymus tirti regos veikimo principus. Nenuobodžiausime: rodysiu optinių iliuzijų, pademonstruosiu dirbtinius neuroninius tinklus ir išvis draugiškai diskutuosime apie smegenų tyrimus.</p>
<p><strong>Renginys:</strong> <a href="http://xn--tyrjnaktis-tmb91i.lt/renginiai/renginiai-vilniuje.html">„Tyrėjų naktis 2010“</a><br />
<strong>Vieta:</strong> Vilniaus universiteto Filosofijos fakultetas<br />
<strong>Data:</strong> rugsėjo 24 d., 17 val.<br />
<strong>Skaidrės:</strong> <a href="http://neuromokslai.files.wordpress.com/2011/02/zmogaus_regos_sistema.pdf">Žmogaus regos sistema</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/neuromokslai.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/neuromokslai.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/neuromokslai.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/neuromokslai.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/neuromokslai.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/neuromokslai.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/neuromokslai.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/neuromokslai.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/neuromokslai.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/neuromokslai.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/neuromokslai.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/neuromokslai.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/neuromokslai.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/neuromokslai.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neuromokslai.wordpress.com&amp;blog=19319373&amp;post=21&amp;subd=neuromokslai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neuromokslai.wordpress.com/2010/09/13/tyreju-naktis-2010-zmogaus-regos-sistema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2a5c621592becdf394ce70ad159a3bfe?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">duona</media:title>
		</media:content>
	</item>
	</channel>
</rss>
