Earlier quoted context omitted.
Not really, it's one of the most common mistakes I see in bayesian calculations. If the author was basing a lengthy series of calculations on that first step, it would be worse (but in this case the expression is quickly replaced by a corrected version for the classification discussion).
Do you have data to support that it’s the most common mistake? It seems obvious to me from P(A|B) = P(A, B)/P(B) and P(A, B) = P(B|A) P(A)
A Sober Look at Bayesian Neural Networks
11–20 of 52 posts
Re: A Sober Look at Bayesian Neural Networks
#12Re: A Sober Look at Bayesian Neural Networks
#13The author starts with: P(A|B) = P(B|A)P(B)/P(A) This is Bayes the wrong way around. The last part should be P(A)/P(B). I have no hand in the dispute (reading here for the first time about it), but not getting the basics right is not very convincing.
We understand Bayes rule... just had a typo and when proof reading the article we didn't check the first equation because: Who would mess up Bayes rule?
Re: A Sober Look at Bayesian Neural Networks
#14Re: A Sober Look at Bayesian Neural Networks
#15Earlier quoted context omitted.
Do you have data to support that it’s the most common mistake? It seems obvious to me from P(A|B) = P(A, B)/P(B) and P(A, B) = P(B|A) P(A)
I didn't say it was one of the most common mistakes, I said it's one of the most common mistakes I have observed. Purely subjective.
Re: A Sober Look at Bayesian Neural Networks
#16The paragraph beginning with "Let’s consider how we might apply the Bayesian framework..." where he introduces the notation is a great example of everything I hate about mathematical notation. We have big-F, small-f, f-of-x, f-sub-x, f-star, big-F-star... and then he decides to abbreviate what he just introduced. If I didn't know what's happening and I was trying to understand this for the first time, I would have no…
Re: A Sober Look at Bayesian Neural Networks
#17Frankly, just solve an important problem with BNNs in a meaningful way with advantages that only BNNs bring (e.g uncertainty estimation) and you won’t have to write blogposts defending them.
Imagine this article as just another in a stream of posts trying to "think aloud" about BNNs, without any immediate pressure of applications for it.
Re: A Sober Look at Bayesian Neural Networks
#18Earlier quoted context omitted.
It's not "not getting the basics right", it's a simple typo. A thing like that shouldn't invalidate a whole article (unless you have skin in the game for the opponent argument). Why does HN have a pattern of dismissing whole articles due to simple typos? It's as if we're so habituated to skim and do tldr-reading that our brain is working overdrive to find the slightest excuse not to have to do any type of reading bey…
Critical and technical literature needs to be held to a standard. When the rhetor introduces errors in the artifact, the rhetor's ethos with the audience is diminished. The more fundamental the error (getting a basic equation wrong I guess?) the more trust you lose with a knowledgeable audience. If the author doesn't see that a fundamental issue was introduced, they may not have been expert enough to not introduce ad…
That's a sloppy statement. You haven't defined what standard. Clearly, everything is held to "a standard"; making that an entirely empty claim.
> When the rhetor introduces errors in the artifact, the rhetor's ethos with the audience is diminished.
A "rhetor" is a teacher of rhetoric. This is not the correct word in this case. In this case, the correct word is the more general "author", since the post was not teaching rhetoric. Further, the entire point of "ethos" in rhetoric is that we shouldn't be so lazy as to allow minor issues cloud our judgement.
> The more fundamental the error (getting a basic equation wrong I guess?) the more trust you lose with a knowledgeable audience.
Quite the opposite. A knowledgeable audience can decide whether to trust something based on the actual content, rather than minor surface issues. Only a lazy or uninformed audience need get distracted by typos.
Re: A Sober Look at Bayesian Neural Networks
#19Earlier quoted context omitted.
I didn't say it was one of the most common mistakes, I said it's one of the most common mistakes I have observed. Purely subjective.
I have a similar experience, but precisely because of this I am very careful to check the formula each time I have to type it. Mistakes in the formulas are not "just typos", they are a very annoying and potentially harmful kind of typos, and we must take great care in order to avoid them.
Re: A Sober Look at Bayesian Neural Networks
#20The paragraph beginning with "Let’s consider how we might apply the Bayesian framework..." where he introduces the notation is a great example of everything I hate about mathematical notation. We have big-F, small-f, f-of-x, f-sub-x, f-star, big-F-star... and then he decides to abbreviate what he just introduced. If I didn't know what's happening and I was trying to understand this for the first time, I would have no…