<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Win-Vector Blog</title>
	<atom:link href="http://www.win-vector.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.win-vector.com/blog</link>
	<description>The Applied Theorist&#039;s Point of View</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:27:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Correlation and R-Squared by Ritesh</title>
		<link>http://www.win-vector.com/blog/2011/11/correlation-and-r-squared/comment-page-1/#comment-6048</link>
		<dc:creator>Ritesh</dc:creator>
		<pubDate>Wed, 25 Jan 2012 05:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1866#comment-6048</guid>
		<description>Great post. thanks for the succinct explanation. I always read that R2 is square of correlation but rarely anyone pointed out the details and I was never able to prove it to myself. Reading your post made things to clear me. Thanks</description>
		<content:encoded><![CDATA[<p>Great post. thanks for the succinct explanation. I always read that R2 is square of correlation but rarely anyone pointed out the details and I was never able to prove it to myself. Reading your post made things to clear me. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Six Fundamental Methods to Generate a Random Variable by jmount</title>
		<link>http://www.win-vector.com/blog/2012/01/six-fundamental-methods-to-generate-a-random-variable/comment-page-1/#comment-6037</link>
		<dc:creator>jmount</dc:creator>
		<pubDate>Sat, 21 Jan 2012 23:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1925#comment-6037</guid>
		<description>Getting some interesting feedback from good friends on this article.  I wish I had more time to spend on:

 * Pseudo physical systems like low digits from stock prices.
 * Complexity and cryptography.
 * Bias removal (see: &quot;Fast Simulation of New Coins From Old&quot;, Serban Nacu and Yuval Peres, The Annals of Applied Probability, 2005 vol. 15 (1A) pp. 93-115).
 * Information theory issues (how many bits you need to generate a structure, versus how long you need to run to be correct): &quot;How to recycle random bits&quot;, Russell Impagliazzo and David Zuckerman, FOUNDATIONS OF COMPUTER SCIENCE, 1989 vol. 30).
 * Expander graphs and quasi random structures.


Instead we are promising only a future write up on just one essential issue: how deterministic systems can even appear to be at all random (e.g. ergodic theory).</description>
		<content:encoded><![CDATA[<p>Getting some interesting feedback from good friends on this article.  I wish I had more time to spend on:</p>
<p> * Pseudo physical systems like low digits from stock prices.<br />
 * Complexity and cryptography.<br />
 * Bias removal (see: &#8220;Fast Simulation of New Coins From Old&#8221;, Serban Nacu and Yuval Peres, The Annals of Applied Probability, 2005 vol. 15 (1A) pp. 93-115).<br />
 * Information theory issues (how many bits you need to generate a structure, versus how long you need to run to be correct): &#8220;How to recycle random bits&#8221;, Russell Impagliazzo and David Zuckerman, FOUNDATIONS OF COMPUTER SCIENCE, 1989 vol. 30).<br />
 * Expander graphs and quasi random structures.</p>
<p>Instead we are promising only a future write up on just one essential issue: how deterministic systems can even appear to be at all random (e.g. ergodic theory).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Appreciation of Locality Sensitive Hashing by jmount</title>
		<link>http://www.win-vector.com/blog/2011/11/an-appreciation-of-locality-sensitive-hashing/comment-page-1/#comment-5632</link>
		<dc:creator>jmount</dc:creator>
		<pubDate>Fri, 23 Dec 2011 20:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1848#comment-5632</guid>
		<description>Some simple example code now up on GitHub: &lt;a href=&quot;https://github.com/WinVector/Locality-Sensitive-Hashing-Example&quot; rel=&quot;nofollow&quot;&gt;https://github.com/WinVector/Locality-Sensitive-Hashing-Example&lt;/a&gt;.

It is just a simple example on random data- but even on as few as 10,000 vectors we see reliable results and a 25 times speedup over brute force.  Also the simple code deals two major problems seen when working in Java: expense of many small objects and inability to reliably key things off floating point (due to non-repeatiablity default Java floating point).

The detailed log given in the example show how we sweep all projection widths until we find a sweet spot where we are getting sets small enough to inspect (look at fraction inspected, when it is low we are skipping large components).</description>
		<content:encoded><![CDATA[<p>Some simple example code now up on GitHub: <a href="https://github.com/WinVector/Locality-Sensitive-Hashing-Example" rel="nofollow">https://github.com/WinVector/Locality-Sensitive-Hashing-Example</a>.</p>
<p>It is just a simple example on random data- but even on as few as 10,000 vectors we see reliable results and a 25 times speedup over brute force.  Also the simple code deals two major problems seen when working in Java: expense of many small objects and inability to reliably key things off floating point (due to non-repeatiablity default Java floating point).</p>
<p>The detailed log given in the example show how we sweep all projection widths until we find a sweet spot where we are getting sets small enough to inspect (look at fraction inspected, when it is low we are skipping large components).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Favorite Graphs by stefano ciotti</title>
		<link>http://www.win-vector.com/blog/2011/12/my-favorite-graphs/comment-page-1/#comment-5278</link>
		<dc:creator>stefano ciotti</dc:creator>
		<pubDate>Wed, 07 Dec 2011 09:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1886#comment-5278</guid>
		<description>It&#039;s a fantastic site. Well done!!!</description>
		<content:encoded><![CDATA[<p>It&#8217;s a fantastic site. Well done!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Favorite Graphs by Naas</title>
		<link>http://www.win-vector.com/blog/2011/12/my-favorite-graphs/comment-page-1/#comment-5276</link>
		<dc:creator>Naas</dc:creator>
		<pubDate>Wed, 07 Dec 2011 09:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1886#comment-5276</guid>
		<description>Thanks for the post. It&#039;s very easy to understand and I&#039;m sure that most predictive modeling practitioners will find it useful. I mostly use SAS but I&#039;m very impressed by the flexibility and graphics capabilities of R. 
They must just work on the processing power (utilizing more than one processor) and the connectivity to RDB&#039;s. Both of which are good and easy in SAS but much more difficult in R</description>
		<content:encoded><![CDATA[<p>Thanks for the post. It&#8217;s very easy to understand and I&#8217;m sure that most predictive modeling practitioners will find it useful. I mostly use SAS but I&#8217;m very impressed by the flexibility and graphics capabilities of R.<br />
They must just work on the processing power (utilizing more than one processor) and the connectivity to RDB&#8217;s. Both of which are good and easy in SAS but much more difficult in R</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Favorite Graphs by Nina Zumel</title>
		<link>http://www.win-vector.com/blog/2011/12/my-favorite-graphs/comment-page-1/#comment-5264</link>
		<dc:creator>Nina Zumel</dc:creator>
		<pubDate>Tue, 06 Dec 2011 18:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1886#comment-5264</guid>
		<description>Ah, very nice! Thanks, Ian. 

Here&#039;s the plot:
&lt;img src=&quot;http://www.win-vector.com/blog/wp-content/uploads/2011/12/Rplot1.png&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>Ah, very nice! Thanks, Ian. </p>
<p>Here&#8217;s the plot:<br />
<img src="http://www.win-vector.com/blog/wp-content/uploads/2011/12/Rplot1.png" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Favorite Graphs by Ian Fellows</title>
		<link>http://www.win-vector.com/blog/2011/12/my-favorite-graphs/comment-page-1/#comment-5255</link>
		<dc:creator>Ian Fellows</dc:creator>
		<pubDate>Tue, 06 Dec 2011 02:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1886#comment-5255</guid>
		<description>&lt;a href=&quot;#comment-5254&quot; rel=&quot;nofollow&quot;&gt;@Ian Fellows &lt;/a&gt; 

model.glm &lt;- glm(formula=chd~ ldl*famhist,family=binomial(),data=saheart,na.action=na.omit)
plot(effect(term=&quot;ldl:famhist&quot;,mod=model.glm,default.levels=20),rescale.axis=FALSE)</description>
		<content:encoded><![CDATA[<p><a href="#comment-5254" rel="nofollow">@Ian Fellows </a> </p>
<p>model.glm &lt;- glm(formula=chd~ ldl*famhist,family=binomial(),data=saheart,na.action=na.omit)<br />
plot(effect(term=&quot;ldl:famhist&quot;,mod=model.glm,default.levels=20),rescale.axis=FALSE)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Favorite Graphs by Ian Fellows</title>
		<link>http://www.win-vector.com/blog/2011/12/my-favorite-graphs/comment-page-1/#comment-5254</link>
		<dc:creator>Ian Fellows</dc:creator>
		<pubDate>Tue, 06 Dec 2011 02:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1886#comment-5254</guid>
		<description>I love to see the box and jitter plot getting some love. It is one of my GOTO plots. I also really like effect plots for logistic regression:

library(effects)
model.glm 0.0 ~ ldl*famhist,family=binomial(),data=saheart)
plot(effect(term=&quot;ldl:famhist&quot;,mod=model.glm,default.levels=20),rescale.axis=FALSE)</description>
		<content:encoded><![CDATA[<p>I love to see the box and jitter plot getting some love. It is one of my GOTO plots. I also really like effect plots for logistic regression:</p>
<p>library(effects)<br />
model.glm 0.0 ~ ldl*famhist,family=binomial(),data=saheart)<br />
plot(effect(term=&#8221;ldl:famhist&#8221;,mod=model.glm,default.levels=20),rescale.axis=FALSE)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;The Mythical Man Month&#8221; is still a good read by jseliger</title>
		<link>http://www.win-vector.com/blog/2011/10/the-mythical-man-month-is-still-a-good-read/comment-page-1/#comment-5079</link>
		<dc:creator>jseliger</dc:creator>
		<pubDate>Sun, 23 Oct 2011 19:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1834#comment-5079</guid>
		<description>It&#039;s not only a good read for hackers, either: it&#039;s a good read for almost any group who have an intellectually demanding task that can&#039;t be easily parallelized. I talked about &lt;em&gt;The Mythical Man Month&lt;/em&gt; in a blog post about grant writing: http://blog.seliger.com/2009/08/23/one-person-one-proposal-dont-split-grant-writing-tasks , because in the grant world nonprofits will try to divide writing tasks among a group. The result is a proposal that, even if it hits the deadline, is probably a bad proposal. 

I find books that cross their putative genre or field very interesting. Chris Matthews&#039; &lt;em&gt;Hardball&lt;em&gt; is another; it&#039;s about politics, but it&#039;s really about life.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not only a good read for hackers, either: it&#8217;s a good read for almost any group who have an intellectually demanding task that can&#8217;t be easily parallelized. I talked about <em>The Mythical Man Month</em> in a blog post about grant writing: <a href="http://blog.seliger.com/2009/08/23/one-person-one-proposal-dont-split-grant-writing-tasks" rel="nofollow">http://blog.seliger.com/2009/08/23/one-person-one-proposal-dont-split-grant-writing-tasks</a> , because in the grant world nonprofits will try to divide writing tasks among a group. The result is a proposal that, even if it hits the deadline, is probably a bad proposal. </p>
<p>I find books that cross their putative genre or field very interesting. Chris Matthews&#8217; <em>Hardball</em><em> is another; it&#8217;s about politics, but it&#8217;s really about life.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kernel Methods and Support Vector Machines de-Mystified by jmount</title>
		<link>http://www.win-vector.com/blog/2011/10/kernel-methods-and-support-vector-machines-de-mystified/comment-page-1/#comment-5073</link>
		<dc:creator>jmount</dc:creator>
		<pubDate>Thu, 20 Oct 2011 23:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.win-vector.com/blog/?p=1804#comment-5073</guid>
		<description>&lt;a href=&quot;#comment-5071&quot; rel=&quot;nofollow&quot;&gt;@shoonya &lt;/a&gt; 
Thanks!  I used R and ggplot2 for all of the plots.  For the SVM steps I just pasted the formulas from &quot;Kernels Methods for Pattern Analysis&quot; into http://www.win-vector.com/blog/2010/06/automatic-differentiation-with-scala/ and let a conjugate gradient optimizer do the work (not recommended for real sized problems).</description>
		<content:encoded><![CDATA[<p><a href="#comment-5071" rel="nofollow">@shoonya </a><br />
Thanks!  I used R and ggplot2 for all of the plots.  For the SVM steps I just pasted the formulas from &#8220;Kernels Methods for Pattern Analysis&#8221; into <a href="http://www.win-vector.com/blog/2010/06/automatic-differentiation-with-scala/" rel="nofollow">http://www.win-vector.com/blog/2010/06/automatic-differentiation-with-scala/</a> and let a conjugate gradient optimizer do the work (not recommended for real sized problems).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

