


<?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>A Beautiful WWW</title>
	<atom:link href="http://abeautifulwww.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://abeautifulwww.com</link>
	<description>Information Visualization. Search. Data Mining. Machine Learning. AI.</description>
	<lastBuildDate>Thu, 26 Aug 2010 02:21:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tuning Search Engine Components</title>
		<link>http://abeautifulwww.com/2010/08/25/tuning-search-engine-components/</link>
		<comments>http://abeautifulwww.com/2010/08/25/tuning-search-engine-components/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 02:16:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abeautifulwww.com/2010/08/25/tuning-search-engine-components/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- matched  --><!-- final 0 --><p>&nbsp;<a href="http://abeautifulwww.com/wp-content/uploads/2010/08/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://abeautifulwww.com/wp-content/uploads/2010/08/image_thumb.png" width="67" height="47"/></a> For the past couple of years I’ve been primarily involved with engineering models used in search engines.&nbsp; At times I’ve run into situations where a model I’m using or developing has some parameters that need to be set.&nbsp; For example, a model might have a parameter that is a threshold on a number of times a keyword will be counted before we decide that additional occurrences are probably spam (and, yes, I’m talking about BM25 here).&nbsp; And, at times, either the cost function I would like to use to set the parameters is not differentiable (yeah, I’m thinking about DCG), or I’m perfectly happy to use a quick and dirty method.&nbsp; So I end up going with a <em>direct search</em> algorithm.&nbsp; Here’s what I’ve learned (and haven’t forgotten)…
<ul>
<li>I don’t know of any direct search method that scales to more than a dozen-sih parameters.</li>
<li>Apache Commons Math has two direct search algorithms implemented in its Optimization package that are great place to start.&nbsp; The package also provides a framework for defining the cost function.&nbsp; Check it out: <a href="http://commons.apache.org/math/userguide/optimization.html">http://commons.apache.org/math/userguide/optimization.html</a>&nbsp; </li>
<li>Implementations abound in which each parameter is iteratively changed, using a heuristic for direction and possibility momentum for the changes.&nbsp; Evaluation of the cost function usually happens after a single parameter is updated, rather than only after an epoch.&nbsp; Here is a good example lifted from a paper describing the winning solution to the Netflix Prize (<a title="http://www.netflixprize.com/assets/ProgressPrize2008_BigChaos.pdf" href="http://www.netflixprize.com/assets/ProgressPrize2008_BigChaos.pdf">http://www.netflixprize.com/assets/ProgressPrize2008_BigChaos.pdf</a>)…</li>
</ul>
<p><a href="http://abeautifulwww.com/wp-content/uploads/2010/08/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://abeautifulwww.com/wp-content/uploads/2010/08/image_thumb1.png" width="539" height="211"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://abeautifulwww.com/2010/08/25/tuning-search-engine-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful Visualization: The Book</title>
		<link>http://abeautifulwww.com/2010/06/23/beautiful-visualization-the-book/</link>
		<comments>http://abeautifulwww.com/2010/06/23/beautiful-visualization-the-book/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 04:32:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://abeautifulwww.com/?p=186</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->Had the opportunity last fall to contribute a chapter to the recently released book &#8220;Beautiful Visualization&#8221; by Julie Steele and Noah Iliinsky. So for my chapter I did visualizations of two large datasets. One was of the Netflix Prize, which was an updated version of a visualization I did a couple of years back. And [...]]]></description>
			<content:encoded><![CDATA[<!-- matched  --><!-- final 0 --><p><a href="http://abeautifulwww.com/2010/06/23/beautiful-visualization-the-book/beautifulvisualizationcover/" rel="attachment wp-att-284"><img src="http://abeautifulwww.com/wp-content/uploads/2010/06/beautifulvisualizationcover-150x150.jpg" alt="" title="beautifulvisualizationcover" width="150" height="150" class="alignleft size-thumbnail wp-image-284" /></a>Had the opportunity last fall to contribute a chapter to the recently released book &#8220;Beautiful Visualization&#8221; by Julie Steele and Noah Iliinsky.  So for my chapter I did visualizations of two large datasets.  One was of the Netflix Prize, which was an updated version of a visualization I did a couple of years back.  And since I was working at AT&#038;T Interactive R&#038;D at the time, the other visualization I did was of the query logs for Yellowpages.com, a local search engine owned by AT&#038;T.</p>
<p>Julie Steele was wonderful to work with as an editor.  And O&#8217;Reilly is kind enough to allow the chapter authors to release their own chapters in digital form.  So if your interested, you can <b>download the chapter <a href="http://abeautifulwww.com/bv_ch09.pdf">here</a></b>.</p>
<p>Here&#8217;s the Netflix visualization from the chapter.  Click it to enlarge.</p>
<div id="attachment_224" class="wp-caption alignleft" style="width: 289px"><a href="http://abeautifulwww.com/2010/06/23/beautiful-visualization-the-book/image1-8/" rel="attachment wp-att-224"><img src="http://abeautifulwww.com/wp-content/uploads/2010/06/image1-8-279x300.png" alt="" title="Netflix Prize" width="279" height="300" class="size-medium wp-image-224" /></a><p class="wp-caption-text">Movies in the Netflix Prize Dataset </p></div><br />
<div id="attachment_247" class="wp-caption alignleft" style="width: 310px"><a href="http://abeautifulwww.com/visualizations/image1-13/" rel="attachment wp-att-247"><img src="http://abeautifulwww.com/wp-content/uploads/2010/06/image1-13-300x159.png" alt="" title="image1-13" width="300" height="159" class="size-medium wp-image-247" /></a><p class="wp-caption-text">Closeup of Netflix Prize Visualization.</p></div><br />
<div id="attachment_279" class="wp-caption alignleft" style="width: 510px"><a href="http://abeautifulwww.com/visualizations/image1-12/" rel="attachment wp-att-279"><img src="http://abeautifulwww.com/wp-content/uploads/2010/06/image1-12-500x145.png" alt="" title="image1-12" width="500" height="145" class="size-medium wp-image-279" /></a><p class="wp-caption-text">Another closeup of the Netflix Prize visualization.</p></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://abeautifulwww.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abeautifulwww.com/2010/06/23/beautiful-visualization-the-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide to Getting Started in Machine Learning</title>
		<link>http://abeautifulwww.com/2009/10/11/guide-to-getting-started-in-machine-learning/</link>
		<comments>http://abeautifulwww.com/2009/10/11/guide-to-getting-started-in-machine-learning/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 05:01:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abeautifulwww.com/?p=151</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->Someone at work recently asked how he should go about studying machine learning on his own. So I&#8217;m putting together a little guide. This post will be a living document&#8230;I&#8217;ll keep adding to it, so please suggest additions and make comments. Fortunately, there&#8217;s a ton of great resources that are free and on the web. [...]]]></description>
			<content:encoded><![CDATA[<!-- matched  --><!-- final 0 --><p>Someone at work recently asked how he should go about studying machine learning on his own.  So I&#8217;m putting together a little guide.  This post will be a living document&#8230;I&#8217;ll keep adding to it, so please suggest additions and make comments.  </p>
<p><a href="http://www-stat.stanford.edu/~tibs/ElemStatLearn/"><img alt="" src="http://ecx.images-amazon.com/images/I/41At%2BmWMOXL._SL500_PIsitb-sticker-arrow-big,TopRight,35,-73_OU01_SS75_.jpg" title="Elements of Statistical Learning" class="alignleft"  /></a><br />
Fortunately, there&#8217;s a ton of great resources that are free and on the web.  The very best way to get started that I can think of is to read chapter one of The Elements of Statistical Learning: Data Mining, Inference, and Prediction (2009 edition).  The <a href="http://www-stat.stanford.edu/~tibs/ElemStatLearn/">pdf</a> is available online.  Or buy the book on Amazon <a href="http://www.amazon.com/Elements-Statistical-Learning-Prediction-Statistics/dp/0387848576/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1255234638&#038;sr=8-1">here</a>, if you prefer.  </p>
<p><a href="http://www.r-project.org/"><img alt="" src="http://www.r-project.org/Rlogo.jpg" title="R Logo" class="alignleft" width="100" height="76" /></a>Once you&#8217;ve read the first chapter, <a href="http://www.r-project.org/">download R</a>.  R is an open-source statistics package/language that&#8217;s quite popular.  Never heard of it?  Check out this post (<a href="http://dataspora.com/blog/predictive-analytics-using-r/">How Google and Facebook are using R</a>).  </p>
<p>Once you&#8217;ve installed R, maybe played around a little, then check out <a href="http://cran.r-project.org/web/views/MachineLearning.html">this page</a> which describes the major machine learning packages in R.  If you&#8217;re already familiar with some of the techniques, then dive in and start playing around with them in R.  On the other hand, if it looks really complicated, don&#8217;t worry about it yet.  </p>
<p><a href="http://archive.ics.uci.edu/ml/"><img alt="" src="http://archive.ics.uci.edu/ml/assets/MLimages/SmallLarge53.jpg" title="Iris Dataset" class="alignnone" width="40" height="40" /></a>Oh, by the way, if you want to start playing around with machine learning in R, you&#8217;ll need data.  Check out the <a href="http://archive.ics.uci.edu/ml/">UCI Machine Learning Repository</a>.  They have both real and toy datasets.  The <em>iris</em> dataset, for example, is famous for showing up in many research publications.</p>
<p>I&#8217;d suggest next reading more of The Elements of Statistical Learning.  Its an excellent book.  Try doing some of the programming exercises using R.  If you don&#8217;t like this book, there are plenty of others.  Bishop&#8217;s <a href="http://www.amazon.com/Pattern-Recognition-Learning-Information-Statistics/dp/0387310738/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1255235358&#038;sr=8-1">Pattern Recognition and Machine Learning</a> is a famous one.  It can be a little difficult depending on your math background.  Tom Mitchell&#8217;s <a href="http://www.amazon.com/Machine-Learning-Mcgraw-Hill-International-Edit/dp/0071154671/ref=pd_sim_b_3">Machine Learning</a> is another that&#8217;s often used to teach the topic.     </p>
<p>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/UzxYlbK2c7E&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UzxYlbK2c7E&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>If you&#8217;re looking for perhaps a more passive experience, or want the feel of a classrom, Andrew Ng of Stanford has posted all of his lectures online.  He starts by saying that he thinks machine learning is the most exciting field in all of computer science.  Here here!</p>
<p>Another great resource is the <a href="http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-867Fall-2006/CourseHome/index.htm">machine learning course</a> MIT has posted on their OpenCourseWare site.  It has the lecture notes, assignments, and more. <a href="http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-867Fall-2006/LectureNotes/index.htm"><img alt="" src="http://ocw.mit.edu/OcwWeb/images/logo-ocw-home_new.gif" title="MIT OpenCourseWare Logo" class="alignnone" width="289" height="36" /></a></p>
<p>I&#8217;ll stop here now.  More later.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://abeautifulwww.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abeautifulwww.com/2009/10/11/guide-to-getting-started-in-machine-learning/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>20 Useful Visualization Libraries</title>
		<link>http://abeautifulwww.com/2008/09/08/20-useful-visualization-libraries/</link>
		<comments>http://abeautifulwww.com/2008/09/08/20-useful-visualization-libraries/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 05:04:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abeautifulwww.com/2008/09/08/20-useful-visualization-libraries/</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->Well, not entirely limited to libraries.&#160; Useful stuff for visualization practitioners sounded a little non-specific, though.&#160; These are all freely available. 1. Prefuse (Java) &#38; FLARE (Flex)&#160;&#160; &#160;2. simile (AJAX) &#160; &#160;3. Processing (Java) &#160;&#160;&#160; 4. GigaPan (Service) &#160;&#160;&#160; 5. Modest Maps (Flash, Python) 6. Google Visualization API (Javascript) 7. Google Chart API (Javascript) 8. [...]]]></description>
			<content:encoded><![CDATA[<!-- matched  --><!-- final 0 --><p>Well, not entirely limited to libraries.&nbsp; Useful <em>stuff</em> for visualization practitioners sounded a little non-specific, though.&nbsp; These are all freely available.</p>
<table cellspacing="0" cellpadding="2" width="689" border="0">
<tbody>
<tr>
<td valign="top" width="687">
<p><strong>1. </strong><a href="http://prefuse.org/"><strong>Prefuse</strong></a><strong> (Java) &amp; </strong><a href="http://flare.prefuse.org/"><strong>FLARE</strong></a><strong> (Flex)</strong>&nbsp;<br /><a href="http://prefuse.org/gallery/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="124" alt="image11" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image11_thumb.jpg" width="228" border="0"/></a><a href="http://prefuse.org/gallery/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="123" alt="image14" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image14_thumb.jpg" width="226" border="0"/></a>&nbsp; </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p>&nbsp;<strong>2. </strong><a href="http://simile.mit.edu/"><strong>simile</strong></a><strong> (AJAX)</strong></p>
<p><a href="http://simile.mit.edu/timeline/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="124" alt="image104" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image104.jpg" width="260" border="0"/></a><a href="http://simile.mit.edu/timeplot/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="123" alt="image109" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image109.jpg" width="289" border="0"/></a>&nbsp; </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p>&nbsp;<strong>3. </strong><a href="http://processing.org/"><strong>Processing</strong></a><strong> (Java) </strong></p>
<p>&nbsp;<a href="http://processing.org/exhibition/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="203" alt="image46" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image46_thumb.jpg" width="262" border="0"/></a><a href="http://processing.org/exhibition/curated_page_3.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="203" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_8.png" width="196" border="0"/></a><a href="http://processing.org/exhibition/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="201" alt="image267" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image267_thumb.jpg" width="204" border="0"/></a>&nbsp;&nbsp; </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>4. </strong><a href="http://www.gigapan.org/"><strong>GigaPan</strong></a><strong> (Service)</strong></p>
<p><a href="http://www.gigapan.org/viewGigapan.php?id=70"></a><a href="http://www.gigapan.org"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="127" alt="image278" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image278_thumb.jpg" width="271" border="0"/><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="126" alt="image98" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image98_thumb.jpg" width="335" border="0"/></a> &nbsp;&nbsp;&nbsp; </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>5. </strong><a href="http://modestmaps.com/"><strong>Modest Maps</strong></a><strong> (Flash, Python)</strong></p>
<p><a href="http://modestmaps.com/example.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="165" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_12.png" width="211" border="0"/></a><a href="http://modestmaps.com/tutorial-actransit/actransit.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="165" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_13.png" width="213" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>6. </strong><a href="http://code.google.com/apis/visualization/"><strong>Google Visualization API</strong></a><strong> (Javascript)</strong></p>
<p><a href="http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="110" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_14.png" width="270" border="0"/></a><a href="http://code.google.com/apis/visualization/documentation/gallery/intensitymap.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="109" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_15.png" width="159" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>7. </strong><a href="http://code.google.com/apis/chart/"><strong>Google Chart API</strong></a><strong> (Javascript)</strong></p>
<p><a href="http://code.google.com/apis/chart/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="120" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_thumb.png" width="120" border="0"/></a><a href="http://code.google.com/apis/chart/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="120" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_thumb_3.png" width="240" border="0"/></a><a href="http://code.google.com/apis/chart/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="120" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_thumb_4.png" width="180" border="0"/></a> <a href="http://code.google.com/apis/chart/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="120" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_thumb_5.png" width="220" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687"><strong>8. </strong><a href="http://code.google.com/apis/maps/"><strong>Google Maps API</strong></a><strong> (Javascript, Flash)</strong></td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>9. </strong><a href="http://www.graphviz.org/"><strong>GraphViz</strong></a><strong> (Wrappers for a dozen languages including Java, Perl, Python.&nbsp; Free.)</strong>&nbsp;</p>
<p><a href="http://www.graphviz.org/Gallery/undirected/ER.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="172" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_20.png" width="144" border="0"/></a> <a href="http://www.graphviz.org/Gallery/directed/cluster.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="173" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_21.png" width="99" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>10. </strong><a href="http://www.jfree.org/index.html"><strong>JFree</strong></a><strong> (Java)</strong></p>
<p><a href="http://www.jfree.org/jfreechart/samples.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="145" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_22.png" width="244" border="0"/></a><a href="http://www.jfree.org/jfreechart/samples.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="145" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_24.png" width="244" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>11. </strong><a href="http://pchart.sourceforge.net/index.php"><strong>pChart</strong></a><strong> (PHP)</strong></p>
<p><a href="http://pchart.sourceforge.net/screenshots.php"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="100" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_25.png" width="260" border="0"/></a><a href="http://pchart.sourceforge.net/screenshots.php"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="99" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_26.png" width="260" border="0"/></a> <a href="http://pchart.sourceforge.net/screenshots.php"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="99" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_27.png" width="260" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>12. </strong><a href="http://www.openlayers.org/ "><strong>OpenLayers</strong></a><strong> (JavaScript)</strong></p>
<p><a href="http://online.desinventar.org/"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="190" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_28.png" width="260" border="0"/></a><a href="http://www.openlayers.org/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="189" alt="image178" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image178_thumb.jpg" width="188" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>13. </strong><a href="http://www.antigrain.com/"><strong>Anti-Grain</strong></a><strong> (C++)</strong></p>
<p><a href="http://www.antigrain.com/demo/alpha_mask2.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="137" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_30.png" width="169" border="0"/></a><a href="http://www.antigrain.com/demo/trans_curve2.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="136" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_31.png" width="137" border="0"/></a><a href="http://www.antigrain.com/demo/trans_curve2.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="135" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_32.png" width="121" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>14. </strong><a href="http://www.jgraph.com/"><strong>JGraph</strong></a><strong> (Java)</strong></p>
<p><a href="http://www.jgraph.com/images/bettysbrain.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="185" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_33.png" width="244" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687"><strong>15. </strong><a href="http://www.boost.org/doc/libs/1_36_0/libs/graph/doc/index.html"><strong>Boost Graph Library</strong></a><strong> (C++, phyton wrapper)</strong></td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>16. </strong><a href="http://teethgrinder.co.uk/open-flash-chart/"><strong>Open Flash Chart</strong></a><strong> (Flash)</strong></p>
<p><a href="http://teethgrinder.co.uk/open-flash-chart/"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="168" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_34.png" width="166" border="0"/></a><a href="http://teethgrinder.co.uk/open-flash-chart/"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="168" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_35.png" width="258" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>17. </strong><a href="http://www.ubietylab.net/ubigraph/index.html"><strong>Ubigraph</strong></a><strong> (Wrappers for Python, Java, C, and more)</strong></p>
<p><a href="http://www.ubietylab.net/ubigraph/content/Demos/Networkx.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="162" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_36.png" width="292" border="0"/></a><a href="http://www.ubietylab.net/ubigraph/index.html"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="163" alt="image203" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image203_thumb.jpg" width="260" border="0"/></a>  </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>18. </strong><a href="http://jung.sourceforge.net/"><strong>JUNG</strong></a><strong> (Java)</strong></p>
<p><a href="http://jung.sourceforge.net/applet/imageshaperdemo.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="144" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_38.png" width="196" border="0"/></a><a href="http://jung.sourceforge.net/applet/multiviewdemo.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="143" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_39.png" width="338" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>19. </strong><a href="http://www.timemap.net/index.php?option=com_content&amp;task=view&amp;id=19&amp;Itemid=166"><strong>TimeMap</strong></a><strong> (Java)</strong></p>
<p><a href="http://www.timemap.net/index.php?option=com_content&amp;task=view&amp;id=124&amp;Itemid=147"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="110" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_40.png" width="145" border="0"/></a><a href="http://www.timemap.net/index.php?option=com_content&amp;task=view&amp;id=124&amp;Itemid=147"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="110" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_41.png" width="140" border="0"/></a><a href="http://www.timemap.net/index.php?option=com_content&amp;task=view&amp;id=124&amp;Itemid=147"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="110" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_42.png" width="140" border="0"/></a> </p>
</td>
</tr>
<tr>
<td valign="top" width="687">
<p><strong>20. </strong><a href="http://services.alphaworks.ibm.com/manyeyes/page/Create_a_Visualization.html"><strong>Many Eyes</strong></a><strong> (online service)</strong></p>
<p><a href="http://services.alphaworks.ibm.com/manyeyes/page/Create_a_Visualization.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="135" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_43.png" width="297" border="0"/></a><a href="http://services.alphaworks.ibm.com/manyeyes/browse/visualizations"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="138" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_44.png" width="260" border="0"/></a> <a href="http://services.alphaworks.ibm.com/manyeyes/browse/visualizations"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="135" alt="image" src="http://abeautifulwww.com/UsefulVisualizationLibraries_EDF9/image_45.png" width="260" border="0"/></a> </p>
</td>
</tr>
</tbody>
</table>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://abeautifulwww.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abeautifulwww.com/2008/09/08/20-useful-visualization-libraries/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Network Visualization for Systems Biology</title>
		<link>http://abeautifulwww.com/2008/05/29/network-visualization-for-systems-biology/</link>
		<comments>http://abeautifulwww.com/2008/05/29/network-visualization-for-systems-biology/#comments</comments>
		<pubDate>Fri, 30 May 2008 03:37:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abeautifulwww.com/2008/05/29/state-of-the-art-in-network-visualization-for-systems-biology/</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->&#160;This is a quick look at the state-of-the-art of network visualization in systems biology. Itâ€™s an interesting topic on its own (and my day job at the moment), and also as it relates to the visualization of other types of networks, such as social networks (think Facebook). Systems biology is all about looking at proteins, [...]]]></description>
			<content:encoded><![CDATA[<!-- matched  --><!-- final 0 --><p><a href="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image049.jpg"></a>&nbsp;<a href="http://abeautifulwww.com/GeneVisualizations_E01C/roche3.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="198" alt="roche3" src="http://abeautifulwww.com/GeneVisualizations_E01C/roche3_thumb.jpg" width="235" border="0"/></a>This is a quick look at the state-of-the-art of network visualization in <a href="http://en.wikipedia.org/wiki/Systems_biology">systems biology</a>. Itâ€™s an interesting topic on its own (and my day job at the moment), and also as it relates to the visualization of other types of networks, such as social networks (think <a href="http://www.facebook.com/profile.php?id=788653915">Facebook</a>). Systems biology is all about looking at proteins, pathogens, and more, within the contexts in which they interact. Naturally, then, the visualizations that tend to be particularly useful are those such as network visualizations that can provide macro understanding of the interactions.&nbsp; Questions such visualizations help with include those of the form &#8220;if a drug affects protein X, what else will it affect?&#8221; </p>
<p><strong>The Networks<br /></strong>Quite a bit of interesting complexity is present in these interaction networks (the data).&nbsp; They are often <a href="http://en.wikipedia.org/wiki/Small-world_network">small-world</a>, disassociative (unlike social networks), <a href="http://en.wikipedia.org/wiki/Scale-free_network">scale-free</a>, and exhibit modularity.&nbsp; Biologists are usually either interested in looking at larger scale cell level networks, or meaningful sub-networks called <em><a href="http://en.wikipedia.org/wiki/Metabolic_pathway">pathways</a>,</em> which typically are in the range of 50-500 nodes. </p>
<p>Making life interesting, duplicate nodes representing different states are often included.&nbsp; The edges are directed, and may be <a href="http://en.wikipedia.org/wiki/Hyperedge">hyperedges</a> when multiple nodes necessarily interact together. And, in truth, the edges are often approximations of the actual interactions in the underlying network.&nbsp; These approximations come from experimental findings published in journals.&nbsp;&nbsp; </p>
<p><strong>A First Look<br /></strong><a href="http://abeautifulwww.com/GeneVisualizations_E01C/roche1_3.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="347" alt="roche1" src="http://abeautifulwww.com/GeneVisualizations_E01C/roche1_thumb.jpg" width="410" border="0"/></a> This image is part of <a href="http://www.roche-applied-science.com/index.jsp">Roche Applied Science&#8217;s</a> &#8220;Biochemical Pathways&#8221; <a href="http://www.expasy.ch/tools/pathways/">series of wall charts</a>.&nbsp; The charts are in the style of circuit diagrams, which seems to be the most common 2-D representation of metabolic pathways.&nbsp; This set seems to have been particular influential.&nbsp; The appeal of this &#8216;map&#8217; is likely its scale.&nbsp; Viewers can spend a great deal of time <em>exploring</em>.&nbsp; In visualization there is a notion of &#8216;information density&#8217;, meaning the more visual attributes used to convey the data, the more information that may be present in the visualization.&nbsp; This image has a very high information density.&nbsp; </p>
<p><strong>Layout</strong></p>
<p><a href="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image004.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="261" alt="clip_image004" src="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image004_thumb.gif" width="543" border="0"/></a>In general (not just systems bio), network/graph layout (choosing where to place the nodes and edges) is done with consideration for (A) the topology network and (B) the aesthetics.&nbsp; The primary topology concern is to place connected node pairs near one another and unconnected pairs apart.&nbsp; The primary aesthetic concerns are to ensure that nodes do not overlap, edges do not cross, and labels are readable.&nbsp;&nbsp;&nbsp;&nbsp; </p>
<p><a href="http://abeautifulwww.com/GeneVisualizations_E01C/cerebralmapk.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="476" alt="cerebralmapk" src="http://abeautifulwww.com/GeneVisualizations_E01C/cerebralmapk_thumb.jpg" width="544" border="0"/></a> However, nodes in systems biology often also have biologically significant locations associated with them (e.g., within a cell, or within the nucleus of a cell).&nbsp; The most common way of handling this location information is to treat the layout in a standard network layout manner, but constrain nodes to a compartment/level designated as the extracellular, membrane, cytoplasm, nucleus, etc.&nbsp; This visualization, created with the <a href="http://www.pathogenomics.ca/cerebral/">Cerebral</a> plugin for <a href="http://www.cytoscape.org/">Cytoscape</a> is the best example I know of of this. </p>
</p>
<p><u><a href="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image0067.gif"></a></u><u></u></p>
<p><strong>Realism</strong>
</p>
<p><a href="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image008.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="242" alt="clip_image008" src="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image008_thumb.jpg" width="557" border="0"/></a><a href="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image033.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="285" alt="clip_image033" src="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image033_thumb.jpg" width="193" border="0"/></a>Most of the network visualization tools for systems biology create very abstract images.&nbsp; However, in high quality publications, such as the journal Nature, the abstract images are often hand rendered to include more realistic imagery.&nbsp; Something I would like to do more of if look at actual microscope images and behavioral models to try to usefully bridge the gap. </p>
<p><strong>Visual Data Mining</strong></p>
<p><a href="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image010.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="226" alt="clip_image010" src="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image010_thumb.gif" width="556" border="0"/></a>There are many uses of these network visualizations for biologists and others.&nbsp; One is just that they can leave a more lasting impression/memory than simple lists.&nbsp; A major use case, though, is visual data mining, which may take many forms.&nbsp; Followers of <a href="http://www.edwardtufte.com/tufte/">Tufte</a> know that contrasts are often the most valuable element of a visualization.&nbsp; This image is a straightforward example.&nbsp; More sophistication visual data mining might include <a href="http://en.wikipedia.org/wiki/Data_clustering">clustering</a> and <a href="http://en.wikipedia.org/wiki/Statistical_classification">classification</a> of those clusters.</p>
<p><a href="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image012.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="297" alt="clip_image012" src="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image012_thumb.jpg" width="558" border="0"/></a> <br /><a href="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image017.jpg"></a><a href="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image019.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="191" alt="clip_image019" src="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image019_thumb.jpg" width="154" border="0"/></a><a href="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image017.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="190" alt="clip_image017" src="http://abeautifulwww.com/GeneVisualizations_E01C/clip_image017_thumb.jpg" width="344" border="0"/></a><br /><strong><br />Zoom and Community Involvement</strong></p>
<p><a href="http://abeautifulwww.com/GeneVisualizations_E01C/genomeprojector.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="381" alt="genomeprojector" src="http://abeautifulwww.com/GeneVisualizations_E01C/genomeprojector_thumb.jpg" width="573" border="0"/></a>Because the Roche wall charts beg to be explored, it is only natural that a tool would be created for doing so.&nbsp; <a href="http://www.g-language.org">G-Language</a> is an open source shell that supports, among other things, pathway visualization plugins.&nbsp; The <a href="http://www.g-language.org/GenomeProjector/">Genome Projector</a> is module for G-Language which uses the <a href="http://code.google.com/apis/maps/">Google Maps API</a> to allow exploration and annotation.&nbsp; No doubt, as systems biology network visualization tools reach later versions, more and more will support rich interaction and, perhaps, treat the visualization as a vehicle for collaboration. </p>
<p><strong>Hierarchy and Metanodes<br /></strong>&nbsp;<a href="http://abeautifulwww.com/GeneVisualizations_E01C/image_3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="204" alt="image" src="http://abeautifulwww.com/GeneVisualizations_E01C/image_thumb.png" width="174" border="0"/></a><a href="http://abeautifulwww.com/GeneVisualizations_E01C/image15.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="203" alt="image" src="http://abeautifulwww.com/GeneVisualizations_E01C/image15_thumb.png" width="271" border="0"/></a>In the networks section above, I mentioned that the networks are often modular.&nbsp; The most obvious modules are <a href="http://en.wikipedia.org/wiki/Organelle">organelles</a>.&nbsp; But other modules exist, such as those defined functionality.&nbsp; As the above examples show, incorporation of the modularity information into the visualization often is done in a manner that makes it even more abstract.&nbsp;&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://abeautifulwww.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abeautifulwww.com/2008/05/29/network-visualization-for-systems-biology/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Look at FINVIZ.com (Financial Visualizations)</title>
		<link>http://abeautifulwww.com/2008/05/12/a-look-at-finvizcom-financial-visualizations/</link>
		<comments>http://abeautifulwww.com/2008/05/12/a-look-at-finvizcom-financial-visualizations/#comments</comments>
		<pubDate>Mon, 12 May 2008 06:31:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abeautifulwww.com/2008/05/12/a-look-at-finvizcom-financial-visualizations/</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->FINVIZ is a suite of free financial tools that takes advantage of modern visualization ideas.&#160; The infoviz and interaction designs are certainly worth a blog post.&#160; Here&#8217;s a look at their efforts&#8230; 1. Sector Visualization.&#160; This visualization is a treemap implemented using the Google Maps API.&#160;&#160; It shows how well sectors and companies (stocks) within [...]]]></description>
			<content:encoded><![CDATA[<!-- matched  --><!-- final 0 --><p><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/about_finviz.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="177" alt="about_finviz" src="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/about_finviz_thumb.png" width="526" border="0"/></a> </p>
<p><a href="http://finviz.com/">FINVIZ</a> is a suite of free financial tools that takes advantage of modern visualization ideas.&nbsp; The infoviz and interaction designs are certainly worth a blog post.&nbsp; Here&#8217;s a look at their efforts&#8230;</p>
<p><strong>1.</strong> <strong><a href="http://finviz.com/map.ashx">Sector Visualization</a></strong>.<strong>&nbsp;</strong> This visualization is a <a href="http://en.wikipedia.org/wiki/Treemapping">treemap</a> implemented using the <a href="http://code.google.com/apis/maps/">Google Maps API.</a>&nbsp;&nbsp; It shows how well sectors and companies (stocks) within those sectors are doing.&nbsp; The attention to detail is exceptional.&nbsp; The company name stays the same size on zoom, and is dual encoded using a background image.&nbsp; The gain/loss is shown using shades of green/red, and is also dual encoded using text.&nbsp; On mouseover details are provided in a side panel.</p>
<p><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/map.jpg">
<p><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/map.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="378" alt="map" src="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/map_thumb.jpg" width="579" border="0"/></a></p>
<p></a>
<p><embed src="http://www.youtube.com/v/YHuXCRsyrBk&amp;hl=en" width="425" height="355" type="application/x-shockwave-flash" wmode="transparent"></embed></p>
<p><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/mapclosup.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="426" alt="map-closup" src="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/mapclosup_thumb.jpg" width="581" border="0"/></a> </p>
<p><strong>2. Stock Charts.</strong>&nbsp; When you create a portfolio of stocks, a number of views of that portfolio.&nbsp; One is a <a href="http://en.wikipedia.org/wiki/Small_multiple">small multiples</a> view which allows easy comparison without overlay as one has to do with Google Finance and Yahoo Finance charts.&nbsp; Again, attention to detail is wonderful.&nbsp; The current price is highlighted, the trendlines are nicely colored, and the volume barchart is part of the background.</p>
<p><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/image.png"></a><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/profiles.jpg"></a><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/smallMultiples.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="316" alt="smallMultiples" src="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/smallMultiples_thumb.jpg" width="583" border="0"/></a></p>
<p>&nbsp;<strong>3. Trends</strong>.&nbsp; They use <a href="http://en.wikipedia.org/wiki/Sparkline">Sparklines</a> for trend indicators.&nbsp; Well, they may just be icons (not encoded by actual data), but I&#8217;ll delude myself nonetheless.</p>
<p><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/image.png"></a><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/profiles.jpg"></a>&nbsp;<img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="181" alt="sparklines" src="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/sparklines_thumb.jpg" width="644" border="0"/></p>
<p><strong>4. News.</strong> They aggregate the news items for all the stocks in a portfolio onto one page.&nbsp; Very nicely done.&nbsp; Only shows the day, month, year, when they change.&nbsp; Overlays chart when mouseover of price (notice the little icon to indicate this next to the word price&#8230;attention to detail).&nbsp; </p>
<p><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/sparklines.jpg"></a><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/news.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="349" alt="news" src="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/news_thumb.jpg" width="644" border="0"/></a></p>
<p><strong>5. Profiles.</strong>&nbsp; Again, just very nicely done, showing all of the profiles on the same page.</p>
<p><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/profiles.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="458" alt="profiles" src="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/profiles_thumb.jpg" width="644" border="0"/></a> </p>
<p><strong>6.&nbsp; Relative Volume Indicator.</strong>&nbsp; A second vertical axis is added.</p>
<p><a href="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/image.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="120" alt="image" src="http://abeautifulwww.com/AReviewofFINVIZ.com_13D29/image_thumb.png" width="244" border="0"/></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://abeautifulwww.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abeautifulwww.com/2008/05/12/a-look-at-finvizcom-financial-visualizations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 Reasons Visualization Is Not More Prevalent</title>
		<link>http://abeautifulwww.com/2008/04/20/5-reasons-visualization-is-not-more-prevalent/</link>
		<comments>http://abeautifulwww.com/2008/04/20/5-reasons-visualization-is-not-more-prevalent/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 07:33:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abeautifulwww.com/2008/04/20/5-reasons-visualization-is-not-more-prevalent/</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->Why does it seem I have to look hard to find good data visualization examples?&#160; Why do few tech companies devote resources to visualization (Google&#8217;s the obvious exception)?&#160; Why are there relatively few job postings for visualization, with many of those there are requiring mainly graphic design skills and not data visualization skills?&#160; I was [...]]]></description>
			<content:encoded><![CDATA[<!-- matched  --><!-- final 0 --><p>Why does it seem I have to look hard to find good data visualization examples?&nbsp; Why do few tech companies devote resources to visualization (Google&#8217;s the obvious <a href="http://code.google.com/apis/visualization/">exception</a>)?&nbsp; Why are there relatively few <a href="http://jobsearch.monster.com/Search.aspx?re=130&amp;cy=us&amp;brd=1&amp;JSNONREG=1&amp;q=visualization&amp;rad=20&amp;rad_units=miles">job postings</a> for visualization, with many of those there are requiring mainly graphic design skills and not data visualization skills?&nbsp; I was thinking about this today and I came up with a few possible reasons, some based on perceptions, and others based on marketplace realities. </p>
<p><strong>Reason #1: People Don&#8217;t Know What Data Visualization Is</strong></p>
<p><a href="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/benfrymonkey.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="164" alt="benfry-monkey-small" src="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/benfrymonkeysmall.jpg" width="260" border="0"/></a> People don&#8217;t know what data visualization is.&nbsp; Don&#8217;t believe me?&nbsp; Read the Amazon.com <a href="http://www.amazon.com/exec/obidos/ASIN/0596514557/ref=nosim/benfrycom-20">reviews for the book Data Visualization</a> by Ben Fry. They contain negative comments such as &#8220;One would expect a book with the title &#8216;Visualizing Data&#8217; to be crammed with pictures&#8221;.&nbsp; The issue seems be that too much of the book is devoted to <em>data</em> and the <em>mapping of data properties to visual properties</em>.&nbsp; </p>
<p>Graphic design is different from data visualization.&nbsp; Graphic designers are largely free from having to deal with actual data, and from having their product emerge from data.&nbsp; Graphic design components and data visualization components are often mixed, and with great success.&nbsp; But they are different.&nbsp; Art is not visualization.&nbsp; And visualization is not art&#8230;unless it is <img src='http://abeautifulwww.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The above visualization (which is, in fact, by <a href="http://benfry.com/">Ben Fry</a>) is driven by the properties of two underlying datasets.&nbsp; One dataset is the DNA of a monkey.&nbsp; The genes (the data) are represented as very tiny white text.&nbsp; A second dataset used is human DNA. It is only depicted after the difference of the two datasets has been computed.&nbsp; Then the genes that are different between the monkey and human are represented in red.&nbsp; Fry obviously didn&#8217;t choose which areas of the visualization would be red, the data did.&nbsp; What about the monkey pic?&nbsp; Even that is a visual representation of a property of the dataset&#8230;the type of the DNA dataset shown in white text.&nbsp;&nbsp;&nbsp; </p>
<p><strong>Reason #2: Crappy Existing Visualizations have Polluted Perception</strong></p>
<p><a href="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/kartoo.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="201" alt="kartoo" src="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/kartoo_thumb.jpg" width="260" border="0"/></a><a href="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/600pxCnet05thebigpicture.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="200" alt="600px-Cnet05thebigpicture" src="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/600pxCnet05thebigpicture_thumb.png" width="268" border="0"/></a>&nbsp;</p>
<p>The visualization on the left is the interface for the search engine <a href="http://kartoo.com">Kartoo</a>.&nbsp; The visualization on the right is a feature CNET used to have called The Big Picture.&nbsp; Both attempt to visualize data usually shown as lists (search results, related news articles) as 2D networks.&nbsp; Its a nice idea, as pairwise relationship properties can be visually represented as edges.&nbsp; But these particular efforts both miss the boat.&nbsp; They don&#8217;t actually increase the amount of information represented by very much vs lists, while greatly increasing the mental load placed on the user trying to extract the basic information.&nbsp; </p>
<p><strong>Reason #3: People are Unable to Mentally Separate the View from the Data</strong></p>
<p><a href="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/benfrymultivizonedataset.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="173" alt="benfrymultivizonedataset" src="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/benfrymultivizonedataset_thumb.jpg" width="260" border="0"/></a> Here&#8217;s another Ben Fry work (I was watching a <a href="http://www.see-conference.com/cnt/en/Livestream/?stream=seeconference3_benfry">video/talk</a> of his earlier today, which is part of the reason he is so prevalent in this post).&nbsp; It shows six different visualizations of the same dataset.</p>
<p>Many times data relates to physical objects.&nbsp; In such cases people may have trouble dealing with such data as visually represented in any other manner than that which includes those physical objects.&nbsp; Or another situation is one in which data has just always been depicted in a certain way, which interferes with any new depiction.&nbsp; </p>
<p><strong>Reason #4: Visualization is Difficult to Create and Easy to Copy</strong></p>
<p><strong><a href="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/googlefinance.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="195" alt="googlefinance" src="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/googlefinance_thumb.jpg" width="260" border="0"/></a> <a href="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/yahoofinance.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="194" alt="yahoofinance" src="http://abeautifulwww.com/Whyresistancetovisualization_12D3C/yahoofinance_thumb.jpg" width="231" border="0"/></a> </strong></p>
<p>This is somewhat irrelevant, but I have had a Yahoo mail account for about a decade.&nbsp; There was a good six year stretch where it never changed.&nbsp; If Gmail hadn&#8217;t come along, who knows.&nbsp; </p>
<p>When Google released <a href="http://finance.google.com/finance?q=goog">Google Finance</a>, it marked a number of firsts&#8230;the use of AJAX for stock charts (the chart itself is actually Flash), the overlay of events on the chart, and the dual time sliders.&nbsp; No doubt Google spent much time and effort designing this visualization tool.&nbsp; How long did it take <a href="http://finance.yahoo.com/echarts?s=goog">Yahoo Finance</a> to copy Google Finance&#8217;s chart once Google revealed it?&nbsp; Not long.&nbsp; Good visualization design is hard.&nbsp; It&#8217;s even harder when its object is to deconstruct very complex data.&nbsp; Reverse engineering a visualization is easy.</p>
<p><strong>Reason #5: People Won&#8217;t Pay for Visualization?</strong></p>
<p>I&#8217;m not so sure about this one, but our company&#8217;s CTO recently commented to me that he couldn&#8217;t think of any successful standalone visualization effort other than <a href="http://processing.org/">Processing</a>.&nbsp; </p>
<p>Applications such as Google Maps don&#8217;t count both because its free, and, more importantly, because people wouldn&#8217;t have access to the underlying data without the visualization.&nbsp; I can think of a few commercial successful standalone visualizations such as this <a href="http://www.mapofscience.com/">one</a>, but surely the list is fairly short.&nbsp; </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://abeautifulwww.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abeautifulwww.com/2008/04/20/5-reasons-visualization-is-not-more-prevalent/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Haugeland&#8217;s AI Views 25 Years Later</title>
		<link>http://abeautifulwww.com/2008/04/13/haugelands-ai-views-25-years-later/</link>
		<comments>http://abeautifulwww.com/2008/04/13/haugelands-ai-views-25-years-later/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 21:58:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AI]]></category>

		<guid isPermaLink="false">http://abeautifulwww.com/2008/04/13/haugelands-ai-views-25-years-later/</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->A couple of years ago, I picked John Haugeland&#8216;s Artificial Intelligence: The Very Idea up off the free book table in the computer science department of Indiana University. Finally read it this weekend.&#160; Published in 1985, there&#8217;s&#160; a lot to like about the book, but its definitely a product of its time.&#160; That period being [...]]]></description>
			<content:encoded><![CDATA[<!-- matched  --><!-- final 0 --><p><a href="http://www.amazon.com/Artificial-Intelligence-Very-John-Haugeland/dp/0262580950"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="126" alt="image" src="http://abeautifulwww.com/HaugelandsBadPreditions_A17A/image.png" width="79" border="0"/></a> </p>
<p>A couple of years ago, I picked <a href="http://en.wikipedia.org/wiki/John_Haugeland">John Haugeland</a>&#8216;s <a href="http://www.amazon.com/Artificial-Intelligence-Very-John-Haugeland/dp/0262580950">Artificial Intelligence: The Very Idea</a> up off the free book table in the computer science department of Indiana University. Finally read it this weekend.&nbsp; Published in 1985, there&#8217;s&nbsp; a lot to like about the book, but its definitely a product of its time.&nbsp; That period being when computer and cognitive scientists were obsessing about knowledge representation.&nbsp; Wanted to call-out a few (perhaps arrogant) quotes reflective of its day&#8230;</p>
<p><strong>&#8220;A different pipedream of the 1950s was <em><a href="http://en.wikipedia.org/wiki/Machine_translation">machine translation</a></em> of natural languages.&nbsp; The idea first gained currency in 1949 (via a &#8216;memorandum&#8217; circulated by mathematician Warren Weaver) and was vigorously pursed &#8230; Weaver actually proposed a <em>statistical</em> solution based on the N nearest words (or nouns) in the immediate context. &#8230;&nbsp; Might a more sophisticated &#8216;statistical semantics&#8217; (Weaver&#8217;s own phrase) carry the day? Not a chance.&#8221;</strong></p>
<p>Pipedream&#8230;somebody tell Google <img src='http://abeautifulwww.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &nbsp; Actually, I had no idea machine translation was worked on in the 1950s.&nbsp; Cool!&nbsp; I would mention that the other <em>pipedream</em> of the &#8217;50s he discusses is <a href="http://en.wikipedia.org/wiki/Cybernetics">cybernetics</a>, which, in various forms, is also a very popular area of research today.</p>
<p><strong>&#8220;Artificial Intelligence must start by trying to understand knowledge&#8230;and then, on that basis, tackle learning.&nbsp; It may even happen that, once the fundamental structures are worked out, acquisition and adaptation will be comparatively easy to include&#8230;it does not appear that learning is the most basic problem, let alone a shortcut or a natural starting point.&#8221;</strong></p>
<p>Seems like research that has treated knowledge representation and learning as one problem (neural nets, Bayesian nets, etc) has been particularly fruitful. </p>
<p><strong>&#8220;AI has discovered that knowledge itself is extraordinarily complex and difficult to implement&#8211;so much so that even the general structure of a system with common sense is not yet clear.&#8221;</strong></p>
<p>And, clearly, the <a href="http://en.wikipedia.org/wiki/Cyc_project">Cyc project</a> solved this problem <img src='http://abeautifulwww.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>Anyway, the book is still a very interesting read, particularly if you like thinking about the challenges inherent in the domain knowledge representation.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://abeautifulwww.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abeautifulwww.com/2008/04/13/haugelands-ai-views-25-years-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 New York Times Visualizations</title>
		<link>http://abeautifulwww.com/2008/04/03/10-new-york-times-visualizations/</link>
		<comments>http://abeautifulwww.com/2008/04/03/10-new-york-times-visualizations/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 04:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://abeautifulwww.com/2008/04/03/10-new-york-times-visualizations/</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->NYTimes.com has done a great job of moving beyond the static infographics found in newspapers.&#160; 10 favorites below&#8230;comment if you know of good ones I&#8217;ve missed.&#160; Also, for further reading/viewing, see&#8230; - Playgrounds for Data: Inspiration from NYTimes.com Interactives - Infovis 2007 slides on Matthew Ericson&#8217;s blog&#8230; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;]]></description>
			<content:encoded><![CDATA[<!-- matched  --><!-- final 0 --><p><a href="http://nytimes.com">NYTimes.com</a> has done a great job of moving beyond the static infographics found in newspapers.&nbsp; 10 favorites below&#8230;comment if you know of good ones I&#8217;ve missed.&nbsp; Also, for further reading/viewing, see&#8230;</p>
<p>- <a href="http://www.uie.com/articles/nytimes_interactives/">Playgrounds for Data: Inspiration from NYTimes.com Interactives</a> <br />- <a href="http://www.ericson.net/home/index.php">Infovis 2007 slides</a> on Matthew Ericson&#8217;s blog&#8230; </p>
<p>&nbsp;<a href="http://www.nytimes.com/interactive/2007/12/15/us/politics/DEBATE.html?ex=1213592400&amp;en=dce493d096bcffe8&amp;ei=5087&amp;excamp=NYT-E-I-NYT-E-AT-1219-L6&amp;WT.mc_ev=click&amp;WT.mc_id=%20NYT-E-I-NYT-E-AT-1219-L6#"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="342" alt="nytimesnamingnames" src="http://abeautifulwww.com/BestNYTimesVisualizations_121D4/nytimesnamingnames.jpg" width="520" border="0"/></a></p>
<p><a href="http://www.nytimes.com/ref/washington/20070123_STATEOFUNION.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="404" alt="nytimesUnion" src="http://abeautifulwww.com/BestNYTimesVisualizations_121D4/nytimesUnion.jpg" width="520" border="0"/></a>&nbsp;</p>
<p><a href="http://www.nytimes.com/packages/html/national/20050515_CLASS_GRAPHIC/index_01.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="468" alt="nytimesHowClassWorks" src="http://abeautifulwww.com/BestNYTimesVisualizations_121D4/nytimesHowClassWorks.jpg" width="520" border="0"/></a>&nbsp;</p>
<p><strong><a href="http://www.nytimes.com/2007/04/10/business/2007_BUYRENT_GRAPHIC.html?_r=1&amp;ex=1182916800&amp;en=5d272f11b4830519&amp;ei=5070&amp;oref=slogin"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="408" alt="nytimesBuyOrRent" src="http://abeautifulwww.com/BestNYTimesVisualizations_121D4/nytimesBuyOrRent.jpg" width="520" border="0"/></a>&nbsp;</strong></p>
<p><a href="http://www.nytimes.com/packages/khtml/2006/04/02/business/20060402_SECTOR_GRAPHIC.html?adxnnl=1&amp;adxnnlx=1207192671-/gbH/yFe5oo5Y1Wcw9lW3g"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="332" alt="nytimesSectorSnap" src="http://abeautifulwww.com/BestNYTimesVisualizations_121D4/nytimesSectorSnap.jpg" width="520" border="0"/></a>&nbsp;</p>
<p><a href="http://www.nytimes.com/interactive/2008/02/23/movies/20080223_REVENUE_GRAPHIC.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="308" alt="nytimesmoviebox" src="http://abeautifulwww.com/BestNYTimesVisualizations_121D4/nytimesmoviebox.jpg" width="520" border="0"/></a>&nbsp;</p>
<p><a href="http://www.nytimes.com/packages/html/national/2005_HURRICANEKATRINA_GRAPHIC/"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="341" alt="nytimeskatrina" src="http://abeautifulwww.com/BestNYTimesVisualizations_121D4/nytimeskatrina.jpg" width="520" border="0"/></a>&nbsp;</p>
<p><a href="http://www.nytimes.com/packages/html/politics/2004_ELECTIONGUIDE_GRAPHIC/"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="326" alt="nytimes-election2004" src="http://abeautifulwww.com/BestNYTimesVisualizations_121D4/nytimeselection2004.jpg" width="520" border="0"/></a></p>
<p><a href="http://www.nytimes.com/ref/washington/20070123_STATEOFUNION.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="341" alt="nytimesCasualities" src="http://abeautifulwww.com/BestNYTimesVisualizations_121D4/nytimesCasualities.jpg" width="520" border="0"/></a>&nbsp;</p>
<p><a href="http://politics.nytimes.com/election-guide/2008/results/states/ID.html"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="575" alt="primary" src="http://abeautifulwww.com/BestNYTimesVisualizations_121D4/primary.jpg" width="520" border="0"/></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://abeautifulwww.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abeautifulwww.com/2008/04/03/10-new-york-times-visualizations/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ETech Presentation on Ensemble Machine Learning</title>
		<link>http://abeautifulwww.com/2008/03/11/etech-presentation-on-ensemble-machine-learning-3/</link>
		<comments>http://abeautifulwww.com/2008/03/11/etech-presentation-on-ensemble-machine-learning-3/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 05:55:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abeautifulwww.com/2008/03/11/etech-presentation-on-ensemble-machine-learning-3/</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->Just wanted to put up my slides from ETech this past week.&#160; The talk is pretty similar to the talk I posted a few months ago, just a bit more fleshed out. [ppt][pptx][pdf] Unfortunately, I only made it to the conference for the day I was speaking.&#160; Beautiful venue.&#160; Seemed that most the buzz related [...]]]></description>
			<content:encoded><![CDATA[<!-- matched  --><!-- final 0 --><p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="140" alt="logo" src="http://abeautifulwww.com/ADayatETech_14305/logo_thumb.jpg" width="185" border="0" /></p>
<p>Just wanted to put up my slides from <a href="http://en.oreilly.com/et2008/public/content/home">ETech</a> this past week.&#160; The talk is pretty similar to the talk I posted a few months ago, just a bit more fleshed out.    <br />[<a href="http://abeautifulwww.com/EnsembleLearningETech.ppt">ppt</a>][<a href="http://abeautifulwww.com/EnsembleLearningETech.pptx">pptx</a>][<a href="http://abeautifulwww.com/EnsembleLearningETech.pdf">pdf</a>]</p>
<p>Unfortunately, I only made it to the conference for the day I was speaking.&#160; Beautiful venue.&#160; Seemed that most the buzz related to social networking issues and climate change.&#160; Would have liked to have heard Peter Norvig&#8217;s talk.&#160; Maybe another year.</p>
<p>  <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="109" alt="etech1" src="http://abeautifulwww.com/ADayatETech_14305/etech1_thumb.jpg" width="287" border="0" />
<p><a href="http://abeautifulwww.com/ADayatETech_14305/logo.jpg"></a></p>
<p><a href="http://abeautifulwww.com/ADayatETech_14305/etech2.jpg"></a></p>
<p><a href="http://abeautifulwww.com/ADayatETech_14305/etech2.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="284" alt="etech2" src="http://abeautifulwww.com/ADayatETech_14305/etech2_thumb.jpg" width="282" border="0" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://abeautifulwww.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://abeautifulwww.com/2008/03/11/etech-presentation-on-ensemble-machine-learning-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
