<?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>The WhimWham</title>
	<atom:link href="http://www.thewhimwham.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewhimwham.com</link>
	<description>A blog by Dion Detterer</description>
	<lastBuildDate>Tue, 09 Mar 2010 22:32:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tron Legacy Teaser</title>
		<link>http://www.thewhimwham.com/2010/03/10/tron-legacy-teaser/</link>
		<comments>http://www.thewhimwham.com/2010/03/10/tron-legacy-teaser/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:32:50 +0000</pubDate>
		<dc:creator>Dion</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Tron]]></category>
		<category><![CDATA[Tron Legacy]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.thewhimwham.com/?p=919</guid>
		<description><![CDATA[I hereby present, without comment, the first official Tron Legacy trailer:

]]></description>
			<content:encoded><![CDATA[<p>I hereby present, without comment, the first official <em>Tron Legacy</em> trailer:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/XFHMf_nswMM&amp;hl=en_GB&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/XFHMf_nswMM&amp;hl=en_GB&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhimwham.com/2010/03/10/tron-legacy-teaser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feature Selection for Dullards</title>
		<link>http://www.thewhimwham.com/2010/03/04/feature-selection-for-dullards/</link>
		<comments>http://www.thewhimwham.com/2010/03/04/feature-selection-for-dullards/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 02:04:32 +0000</pubDate>
		<dc:creator>Dion</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[feature selection]]></category>
		<category><![CDATA[genetic algorithms]]></category>
		<category><![CDATA[machine learning]]></category>

		<guid isPermaLink="false">http://www.thewhimwham.com/?p=886</guid>
		<description><![CDATA[(&#8220;&#8230;For Dummies&#8221; was already taken. No offence intended, of course&#8230;)
The broad topic of my honours research at present is that of feature selection. This may sound horribly obscure and esoteric (and in many ways it is) but it&#8217;s also quite an everyday concept if we consider some loose analogies.
Feature selection is related to machine learning, [...]]]></description>
			<content:encoded><![CDATA[<p>(&#8220;&#8230;For Dummies&#8221; was already taken. No offence intended, of course&#8230;)</p>
<p>The broad topic of my honours research at present is that of <a href="http://en.wikipedia.org/wiki/Feature_selection">feature selection</a>. This may sound horribly obscure and esoteric (and in many ways it is) but it&#8217;s also quite an everyday concept if we consider some loose analogies.</p>
<p><img class="alignright size-medium wp-image-892" title="Teacher and students" src="http://www.thewhimwham.com/wp-content/uploads/2010/03/Teacher-225x300.jpg" alt="Teacher and students" width="225" height="300" />Feature selection is related to <a href="http://en.wikipedia.org/wiki/Machine_learning">machine learning</a>, where the goal is essentially to design <a href="http://en.wikipedia.org/wiki/Algorithm">algorithms</a> that will allow a computer to learn concepts based on input data. (Why? This can be applied to anything from spam filtering to medical diagnosis to astronomy to any other number of fields.) A close analogy to machine learning is the process of teaching humans, especially children: by exposing a child to multiple examples of the same type of &#8220;thing&#8221; (e.g. dogs) and also contrasting that with multiple examples of a different (but related) type of thing (e.g. cats), the child begins to develop concepts that relate to each type of thing, allowing him or her to then associate new instances with these concepts. Dogs and cats are no longer mysterious entities but rather very specific types of things where each individual animal can now be understood as belonging to one of two groups.</p>
<p>But what makes a dog a dog and not a cat? Both have four legs, two eyes, a mouth, a nose and so on &#8212; these features are irrelevant when considering the differences between dogs and cats, and so we can safely tune them out without adversely affecting the learning outcome. This is the essence of feature selection.<br />
<span id="more-886"></span><br />
In the case of machine learning, feature selection is often a necessity. The more irrelevant and/or redundant features that are included in each instance, the more time is spent analysing features that don&#8217;t contribute anything meaningful to the process. In some domains (e.g. <a href="http://en.wikipedia.org/wiki/Bioinformatics">bioinformatics</a>), the relevant features may be only a tiny fraction of the entire feature set, and processing all features becomes computationally infeasible.</p>
<p>The trick, then, is in deciding which features to keep and which to throw out. There are many, many approaches to this, some more complex than others. One technique, for example, uses a variation of Darwinian natural selection known as a <a href="http://en.wikipedia.org/wiki/Genetic_algorithm">genetic algorithm</a>, where feature subsets breed and mutate, with those subsets that positively contribute to the learning process being more likely to have their &#8220;genes&#8221; passed on to the next generation; as the population evolves, we get closer and closer to an optimal solution &#8212; the Übermensch of feature subsets, so to speak.</p>
<p>In general, the more effective a feature selection method is, the more complex it&#8217;s going to be. Can we create more effective methods without an associated increase in complexity? This is the challenge, and in a general sense is the fundamental question of <a href="http://en.wikipedia.org/wiki/Computer_science">computer science</a> as well.</p>
<p>If brainpower were all that was needed, computers could solve these problems themselves. No, more than anything else, creative thought is the key &#8212; that knack for looking at things at odd angles in order to see what others have missed. But don&#8217;t worry: <a href="http://en.wikipedia.org/wiki/Computational_creativity">computational creativity</a> is in the pipeline as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhimwham.com/2010/03/04/feature-selection-for-dullards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life, the Universe and Everything</title>
		<link>http://www.thewhimwham.com/2010/03/03/life-the-universe-and-everything/</link>
		<comments>http://www.thewhimwham.com/2010/03/03/life-the-universe-and-everything/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 09:40:44 +0000</pubDate>
		<dc:creator>Dion</dc:creator>
				<category><![CDATA[Random Musings]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.thewhimwham.com/?p=878</guid>
		<description><![CDATA[Welcome to the first post of the (new) WhimWham!
The intention of this blog is threefold:

to process my thoughts on the relationship between science and religion;
to document my ideas on computer and cognitive science; and
to rave about a few of my other favourite things.

These three themes will, of course, intertwine on most occasions.
Anyone who has been [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the first post of the (new) <em>WhimWham</em>!</p>
<p>The intention of this blog is threefold:</p>
<ol>
<li>to process my thoughts on the relationship between science and religion;</li>
<li>to document my ideas on computer and cognitive science; and</li>
<li>to rave about a few of my other favourite things.</li>
</ol>
<p>These three themes will, of course, intertwine on most occasions.</p>
<p>Anyone who has been reading this blog for any length of time knows that this is not actually the first post. But the old incarnation was too unfocused and self-indulgent &#8212; I want this blog to be an exploration of ideas, not a LiveJournal-style personal diary.</p>
<p>In any case, I intend to post at least twice a week. So, stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhimwham.com/2010/03/03/life-the-universe-and-everything/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
