<?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"
	>
<channel>
	<title>Comments on: 关于Bloom Filter 补充说几句</title>
	<atom:link href="http://blog.youxu.info/2007/07/03/bloom-filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.youxu.info/2007/07/03/bloom-filter/</link>
	<description>Life USA China Computer Science AI Maths</description>
	<pubDate>Sun, 07 Sep 2008 16:42:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: jayven</title>
		<link>http://blog.youxu.info/2007/07/03/bloom-filter/#comment-2118</link>
		<dc:creator>jayven</dc:creator>
		<pubDate>Fri, 12 Oct 2007 05:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/2007/07/03/bloom-filter/#comment-2118</guid>
		<description>莫非是因为实际上有无穷个元素会碰撞在一起（映射到相同的8个为1的bit上），所谓正确只是其中的一个，因此正确判断概率可视为0？</description>
		<content:encoded><![CDATA[<p>莫非是因为实际上有无穷个元素会碰撞在一起（映射到相同的8个为1的bit上），所谓正确只是其中的一个，因此正确判断概率可视为0？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blog.youxu.info/2007/07/03/bloom-filter/#comment-2117</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 12 Oct 2007 03:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/2007/07/03/bloom-filter/#comment-2117</guid>
		<description>Think about it again :) The equation here is correct.</description>
		<content:encoded><![CDATA[<p>Think about it again :) The equation here is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayven</title>
		<link>http://blog.youxu.info/2007/07/03/bloom-filter/#comment-2114</link>
		<dc:creator>jayven</dc:creator>
		<pubDate>Fri, 12 Oct 2007 02:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/2007/07/03/bloom-filter/#comment-2114</guid>
		<description>我也有点不明白，其实上边公式算出来的应该是在k,m,n情况下，判断某个元素属于集合的概率吧？它不是应该等于正确判断概率加上误判概率才对吗？</description>
		<content:encoded><![CDATA[<p>我也有点不明白，其实上边公式算出来的应该是在k,m,n情况下，判断某个元素属于集合的概率吧？它不是应该等于正确判断概率加上误判概率才对吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeaster</title>
		<link>http://blog.youxu.info/2007/07/03/bloom-filter/#comment-945</link>
		<dc:creator>zeaster</dc:creator>
		<pubDate>Fri, 06 Jul 2007 05:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/2007/07/03/bloom-filter/#comment-945</guid>
		<description>汗，是我推导错了

ps:
下面是我试试tex，看在评论中这么用对不
$$b=e^{kn/m}$$</description>
		<content:encoded><![CDATA[<p>汗，是我推导错了</p>
<p>ps:<br />
下面是我试试tex，看在评论中这么用对不<br />
<img src="http://blog.youxu.info/wp-content/cache/tex_3e48f839d25827b386825ba2e3b6175a.gif" align="absmiddle" class="tex" alt="b=e^{kn/m}" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blog.youxu.info/2007/07/03/bloom-filter/#comment-943</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 06 Jul 2007 03:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/2007/07/03/bloom-filter/#comment-943</guid>
		<description>回复 zeaster:

我不太清楚您的求导过程是不是有问题, 用你的符号, 我求导数并且让一阶导数为0, 最后一步我能够得到:
$$b^{-k} ln(b^{-k}) = (1-b^{-k}) ln (1-b^{-k})$$, 
两边的函数形式一样, 而且都是增函数, 比较一下就知道, 让 $$b^{-k} = 1-b^{-k}$$ 即可, 也就是 $$b^{-x} = \frac{1}{2}$$. 下面的结论就和 wikipedia 一样了. 
因此, 好像用不到你说的那个复杂的方程.</description>
		<content:encoded><![CDATA[<p>回复 zeaster:</p>
<p>我不太清楚您的求导过程是不是有问题, 用你的符号, 我求导数并且让一阶导数为0, 最后一步我能够得到:<br />
<img src="http://blog.youxu.info/wp-content/cache/tex_e89a16ee3a11a0ab8877fc6b0fef5b23.gif" align="absmiddle" class="tex" alt="b^{-k} ln(b^{-k}) = (1-b^{-k}) ln (1-b^{-k})" />,<br />
两边的函数形式一样, 而且都是增函数, 比较一下就知道, 让 <img src="http://blog.youxu.info/wp-content/cache/tex_c996abfd04f5f5a64852d4c80d0a3936.gif" align="absmiddle" class="tex" alt="b^{-k} = 1-b^{-k}" /> 即可, 也就是 <img src="http://blog.youxu.info/wp-content/cache/tex_76a10f17bf28e54d97b8b1304615b662.gif" align="absmiddle" class="tex" alt="b^{-x} = \frac{1}{2}" />. 下面的结论就和 wikipedia 一样了.<br />
因此, 好像用不到你说的那个复杂的方程.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeaster</title>
		<link>http://blog.youxu.info/2007/07/03/bloom-filter/#comment-941</link>
		<dc:creator>zeaster</dc:creator>
		<pubDate>Fri, 06 Jul 2007 02:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/2007/07/03/bloom-filter/#comment-941</guid>
		<description>我看了wikipedia上文章，有一点不明白：
"当k=mln2/n时，那个概率值最小"，这个是怎么解出来的？

我根据(1-e^(-kn/m))^k的一阶导数等于0，算出如果设b=e^(n/m)，则有
(b-1)^(b-1)=b^(b-2)，可是这个方程的解b=2是怎么解出来的？
像这种含有x^x的方程数学上有什么标准解法吗？</description>
		<content:encoded><![CDATA[<p>我看了wikipedia上文章，有一点不明白：<br />
&#8220;当k=mln2/n时，那个概率值最小&#8221;，这个是怎么解出来的？</p>
<p>我根据(1-e^(-kn/m))^k的一阶导数等于0，算出如果设b=e^(n/m)，则有<br />
(b-1)^(b-1)=b^(b-2)，可是这个方程的解b=2是怎么解出来的？<br />
像这种含有x^x的方程数学上有什么标准解法吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solrex Yang</title>
		<link>http://blog.youxu.info/2007/07/03/bloom-filter/#comment-934</link>
		<dc:creator>Solrex Yang</dc:creator>
		<pubDate>Wed, 04 Jul 2007 04:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.youxu.info/2007/07/03/bloom-filter/#comment-934</guid>
		<description>呵呵，你还仔细算了
我看的时候也觉得，为什么叫做随机数产生器？大概是翻译理解问题吧，如果让他写英文，肯定是 hash 了。
还有概率问题，嘿嘿，我潜意识里觉得这个概率应该更大(觉得比你算出来的还大 ^_^)，不过没算。看来还是动手比较好。</description>
		<content:encoded><![CDATA[<p>呵呵，你还仔细算了<br />
我看的时候也觉得，为什么叫做随机数产生器？大概是翻译理解问题吧，如果让他写英文，肯定是 hash 了。<br />
还有概率问题，嘿嘿，我潜意识里觉得这个概率应该更大(觉得比你算出来的还大 ^_^)，不过没算。看来还是动手比较好。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
