TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Mathematics of Changing Your Mind

102 点作者 jonburs将近 14 年前

4 条评论

IvoDankolov将近 14 年前
I had to do a double take when I saw Bayes's theorem on that illustration - "wait a second, did I read that domain name correctly"?<p>Even more surprising is that they would use the terminology of prior and posterior probabilities and the like, applied correctly. It gives one the impression that the author knows what he is talking about.<p>I don't know how motivating this article would be to someone without training in probability theory, though. I mean, it's all well and good to be factually correct, but showering people outside of the field with technical terms and "weird" claims can, I think, be very counterproductive.<p>Concerning the theorem itself, no effort was actually made to at least rephrase it in a more friendly way. It's not enough to just poke fun at yourself with "(trumpets sound here)". Many people, even with formal mathematical training do not intuitively understand why it is true, and without that, applying it for probability calculations would feel like hollow and mindless mechanical work.<p>To that effect, I also recommend Eliezer's explanation, found at [0]. I must admit that I kind of glossed over it, because I had the correct intuition regardless of not formally knowing the theorem (no idea how to reproduce that, unfortunately, because it would be a pretty good tool), but even so, I found it both funny and informative. And as a bonus, it doesn't assume that you have any rigorous training in mathematics (a common misconception among mathematical explanations).<p>[0] : <a href="http://yudkowsky.net/rational/bayes" rel="nofollow">http://yudkowsky.net/rational/bayes</a>
评论 #2854326 未加载
评论 #2854443 未加载
kqr2将近 14 年前
An intuitive expanation of Bayes' theorem:<p><a href="http://yudkowsky.net/rational/bayes" rel="nofollow">http://yudkowsky.net/rational/bayes</a>
评论 #2853612 未加载
tmoertel将近 14 年前
While I can understand why probability textbooks present Bayes' Theorem as<p>P(A|B) = [ P(B|A) * P(A) ] / P(B),<p>I've always thought the following rewrite makes more sense when the probabilities represent degrees of belief:<p>P(A|B) = P(A) * [ P(B|A) / P(B) ]<p>In other words:<p>(posterior belief) = (prior belief) * (evidence adjustment)<p>Also, while Bayes' Theorem follows from probability axioms, Bayes' Rule for updating beliefs in light of new evidence (which has the same formulation) is justified by Cox's Theorem:<p><a href="http://en.wikipedia.org/wiki/Coxs_theorem" rel="nofollow">http://en.wikipedia.org/wiki/Coxs_theorem</a>
kilian将近 14 年前
Is there any way for us paywalled people to read this?
评论 #2853778 未加载
评论 #2854375 未加载
评论 #2853978 未加载
评论 #2853846 未加载