<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>That's what chemicals can do - academic</title>
    <link>http://blog.greglaun.org/</link>
    <description>Greg's Personal Blog</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    <pubDate>Wed, 12 Dec 2007 23:48:14 GMT</pubDate>

    <image>
        <url>http://blog.greglaun.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: That's what chemicals can do - academic - Greg's Personal Blog</title>
        <link>http://blog.greglaun.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Sun Niagara 2 Open Source!</title>
    <link>http://blog.greglaun.org/archives/78-Sun-Niagara-2-Open-Source!.html</link>
            <category>academic</category>
    
    <comments>http://blog.greglaun.org/archives/78-Sun-Niagara-2-Open-Source!.html#comments</comments>
    <wfw:comment>http://blog.greglaun.org/wfwcomment.php?cid=78</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.greglaun.org/rss.php?version=2.0&amp;type=comments&amp;cid=78</wfw:commentRss>
    

    <author>nospam@example.com (Greg Laun)</author>
    <content:encoded>
    Have you ever thought to yourself, &quot;I wish Sun would opensource its Niagra 2 CPU architecture?&quot;  I know I have.  Really, I have.&lt;br /&gt;
&lt;br /&gt;
Well they&#039;ve &lt;a href=&quot;http://www.opensparc.net/news/&quot;&gt;done it&lt;/a&gt;.  Why is this cool?  Well, it means more people can chip in on chip design.  The Niagara 2 can be used for supercomputing.  If people are able to produce low-cost spinoffs, then CPU prices might come down for supercomputers or for computers overall.  &lt;br /&gt;
&lt;br /&gt;
This latter part is good because lower CPU costs are needed for projects like One Laptop Per Child.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s the &lt;a href=&quot; http://hardware.slashdot.org/article.pl?sid=07/12/12/2250242&quot;&gt;slashdot link&lt;/a&gt; 
    </content:encoded>

    <pubDate>Wed, 12 Dec 2007 18:48:14 -0500</pubDate>
    <guid isPermaLink="false">http://blog.greglaun.org/archives/78-guid.html</guid>
    <category>academic</category>
<category>slashdot</category>
<category>sun_microsystems</category>
<category>super_computing</category>

</item>
<item>
    <title>Eigenfaces</title>
    <link>http://blog.greglaun.org/archives/50-Eigenfaces.html</link>
            <category>academic</category>
    
    <comments>http://blog.greglaun.org/archives/50-Eigenfaces.html#comments</comments>
    <wfw:comment>http://blog.greglaun.org/wfwcomment.php?cid=50</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.greglaun.org/rss.php?version=2.0&amp;type=comments&amp;cid=50</wfw:commentRss>
    

    <author>nospam@example.com (Greg Laun)</author>
    <content:encoded>
    Today in the class I&#039;m TFing we covered some of the research on preferences for symmetric faces, which is apparently a preference that people have since birth.  Basically, the idea is that people seem to prefer faces that are highly symmetrical to those that have noticeable asymmetries.  This preference tends to be measured by asking which faces are the most attractive.&lt;br /&gt;
&lt;br /&gt;
Things could have gone the other way.  Many highly attractive celebrities have freakish asymmetries.  Angelina Jolie has huge lips, for example.  In fact, for all the times I&#039;ve seen the symmetrical faces demonstration, I never find the completely symmetrical faces to be all that attractive.&lt;br /&gt;
&lt;br /&gt;
Typically, symmetry is achieved in the lab by morphing several faces.  If you average enough faces, the asymmetries of each becomes less prominent and you more smoothed.  This has led to speculation that symmetrical faces are attractive precisely because they are average in some sense.  Perhaps evolutionarily they represent the genetic central tendency and that somehow represents health.  Or something.&lt;br /&gt;
&lt;br /&gt;
But a more interesting (and I think more credible) theory is that symmetrical faces are somehow easier to represent.  Our Professor Frank Keil mentioned a version of this account today, basically that average faces are prototypical and they allow you to represent other faces by the difference between that face and the target face.  I was surprised at this because I had never heard a psychological researcher articulate this position.  I am not strongly versed in this field, but I have heard it discussed several times and attended several talks on the subject.  Nearly always, the preference for symmetrical faces is tied to an evolutionary story rather than a representational one.&lt;br /&gt;
&lt;br /&gt;
I like the idea that average faces are easy to represent, and for a while I&#039;ve been a fan of the idea of eigenfaces.  Or maybe I just like anything with &quot;eigen&quot; as a prefix.  Or &quot;eigenfix&quot; as I call it.&lt;br /&gt;
&lt;br /&gt;
The idea of an &lt;a href=&quot;http://en.wikipedia.org/wiki/Eigenface&quot;&gt;eigenface&lt;/a&gt; is that you take the average of a set of faces and the eigenvalue of that average matrix (or some transformation of it) is used as the face prototype.  Then each additional face is represented as a vector of what must be added or subtracted to the eigenface to get the target face.&lt;br /&gt;
&lt;br /&gt;
Eigenfaces are used in computer vision to do face recognition.  There&#039;s an interesting demo at the &lt;a href=&quot;http://vismod.media.mit.edu/vismod/demos/facerec/basic.html&quot;&gt;media lab&lt;/a&gt; that shows a little how this is done.&lt;br /&gt;
&lt;br /&gt;
I am not sure how much research has gone into the possibility that humans represent faces as eigenfaces, but I think it&#039;s an interesting topic.  &lt;br /&gt;
&lt;br /&gt;
First, it could possibly explain the preference for average faces by the fact that these have less representational overhead.  This representational overhead does not have anything to do with attractiveness, which makes the attractiveness of such faces (as separate from simply a preference) something more of a mystery. &lt;br /&gt;
&lt;br /&gt;
Second, it explains mathematically and in a testable way how face representation might work.  This makes for good science.  &lt;br /&gt;
&lt;br /&gt;
Third, it&#039;s possible that many sorts of concepts are represented with eigenconcepts.  This is somewhat similar to a prototype theory of concepts, but with more realism about what representations could look like.  For example, there are several easy matrix transformations that you could perform on eigenvectors to yield concept variations that couldn&#039;t be predicted simply be reasoning about concept stereotypes.  I had this theory figured out much more when I was reading more about concepts, but I have confidence that it&#039;s not completely a dead end.&lt;br /&gt;
&lt;br /&gt;
That said, while the general metaphor of a prototype face may be floating around in psychology, the actual calculation of eigenfaces requires too much math to be considered by most mainstream cognitive scientists.  If we stop talking about matrixes of 3-d images and start talking about &lt;i&gt;probability distributions&lt;/i&gt; over those 3-d matrices the math is even harder and less likely to be worked out.  For those reasons, I don&#039;t imagine that computer science and psychology will share much information with each other as time goes by.&lt;br /&gt;
&lt;br /&gt;
A friend of mine thinks that computer scientists and biologists are going to solve all of psychology&#039;s problems before we do.  I hope that&#039;s not true.  I would be very interested to see more collaboration among those fields. 
    </content:encoded>

    <pubDate>Tue, 11 Sep 2007 13:42:41 -0400</pubDate>
    <guid isPermaLink="false">http://blog.greglaun.org/archives/50-guid.html</guid>
    <category>academic</category>
<category>eigenface</category>
<category>math</category>
<category>outside_my_expertise</category>
<category>psychology</category>

</item>
<item>
    <title>What are Political Blogs For?</title>
    <link>http://blog.greglaun.org/archives/46-What-are-Political-Blogs-For.html</link>
            <category>academic</category>
    
    <comments>http://blog.greglaun.org/archives/46-What-are-Political-Blogs-For.html#comments</comments>
    <wfw:comment>http://blog.greglaun.org/wfwcomment.php?cid=46</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://blog.greglaun.org/rss.php?version=2.0&amp;type=comments&amp;cid=46</wfw:commentRss>
    

    <author>nospam@example.com (Greg Laun)</author>
    <content:encoded>
    I had a (short) discussion with a friend of mine today about why I think blogs should be replaced  by wikis in any place we want the blogs to have a political effect.  Basically the rationale for this is that blogs produce information that&#039;s dependent on other blogs (since they tend to be read primarily by other bloggers).  In addition, since these blogs usually exist in a community of like-minded people they tend to explore the conceptual space of any topic extremely inefficiently and predictably.  The problem becomes worse the more bloggers communicate with each other, but then this is often the main point of blogging to begin with.&lt;br /&gt;
&lt;br /&gt;
Wikis suffer from fewer of these faults and can be made more anonymous because blogging requires authenticating into the blog software.  Wikis eliminate the need to feel that you are expressing a new opinion and hence reduces inefficiencies in exploration of the conceptual space.  Moreover, wikis integrate information whereas blogs simply create a large series of poorly informed opinions.  A series of poorly informed opinions can be aggregated into a useful set of information, but only on the condition that the opinions aren&#039;t dependent on each other, which they are in blogging.  Integration in a wiki is more straightforward, especially if it&#039;s edited by people who disagree.&lt;br /&gt;
&lt;br /&gt;
My friend responded by saying that she doesn&#039;t think the goal of blogs is to accurately represent anything but to offer an individual voice.  It&#039;s possible that finding one&#039;s individual voice is a good unto itself.  But if so, then it can be achieved equally well with a pen-and-paper journal.  Such journals don&#039;t carry with them the cost of potential imprisonment or the technology necessary to blog.  On the othetr hand, it&#039;s less likely that finding one&#039;s individual voice irrespective of accurately representing anything is useful as a means for encouraging democracy.  Finding one&#039;s voice leading to democracy has been a long-standing belief of several American liberals, but has rarely produced anything of worth and has severely stalled many projects that could have helped people in need.  This argument is made rather well in the book &lt;a href=&quot;http://www.amazon.com/Nation-Rebels-Counterculture-Consumer-Culture/dp/006074586X&quot;&gt;Nation of Rebels: Why Counterculter Became Consumer Culture&lt;/a&gt;.  The basic argument is that &quot;finding one&#039;s own voice&quot; is taken to be the antithesis of the capitalist monolithic culture but in reality is just the same thing.  The result is that people think that things like art therapy or breakdancing are effective cures to the world&#039;s ills and oppose actually useful things.&lt;br /&gt;
&lt;br /&gt;
Blogging &lt;i&gt;could&lt;/i&gt; have the same sort of voice-finding use that art therapy does, but I&#039;m not sure that has any impact at all on democracy or freedom.  Usually when we talk about blogs being good for democracy we have in mind a distributed network of journalists.  But journalism is about accurately portraying something, not being an individual voice. 
    </content:encoded>

    <pubDate>Thu, 06 Sep 2007 19:27:43 -0400</pubDate>
    <guid isPermaLink="false">http://blog.greglaun.org/archives/46-guid.html</guid>
    <category>academic</category>
<category>aid_and_development</category>
<category>wikis_not_blogs</category>

</item>
<item>
    <title>Best Statistics Book</title>
    <link>http://blog.greglaun.org/archives/1-Best-Statistics-Book.html</link>
            <category>statistics</category>
    
    <comments>http://blog.greglaun.org/archives/1-Best-Statistics-Book.html#comments</comments>
    <wfw:comment>http://blog.greglaun.org/wfwcomment.php?cid=1</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.greglaun.org/rss.php?version=2.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    

    <author>nospam@example.com (Greg Laun)</author>
    <content:encoded>
    &lt;br /&gt;
I recently read Gelman and Hill&#039;s book &lt;a href=&quot;http://www.stat.columbia.edu/~gelman/arm/&quot;&gt;Data Analysis Using Regression and Multilevel/Hierarchical Models&lt;/a&gt;.  It very nicely explains classical regression (including a good amount of GLM) and then very nicely explains Bayesian inference and multilevel models.  The exposition is both intuitive and mathematicall rigorous without being too demanding.  &lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This is by far the best statistics book I&#039;ve read for the social sciences and I&#039;ve read a few by this point.  I highly recommend it to anybody in psychology and plan to use it as a text whenever I teach statistics or research methods.&lt;br /&gt;
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 07 Apr 2007 11:36:49 -0400</pubDate>
    <guid isPermaLink="false">http://blog.greglaun.org/archives/1-guid.html</guid>
    <category>statistics</category>

</item>

</channel>
</rss>