Today's study group. Example of the union bound.
X is a continuous random variable, thus
P(X = 3) = 0
P(X = n) = 0
and we do not have to weary about boundaries.
P(A1) = P[0 <= X <= 2] = 1/(2^2)
P(A2) = P[1 <= X <= 3] = 1/(2^3)
P(A3) = P[2 <= X <= 4] = 1/(2^4)
.............................
by the union bound:
P(union Ai) <= 1/(2^2) + 1/(2^3) + 1/(2^4) +...
Monday, June 29, 2020
Subscribe to:
Post Comments (Atom)
Our next ML study group meeting will take place on Monday the 8 th of October. I'll cover the contraction theorem. See relevant s...
-
Ml crash directory Are you familiar with regression - https://m.youtube.com/watch?v=aq8VU5KLmkY ? One way to view Ml is regression on ster...
-
We'll cover LDA in tw's meeting. Here is the slide - https://drive.google.com/open?id=1KRoCA4vo9H9oJOl3iD-qRqIHl9qQq9vf This is ...
-
Whiteboard from today's meeting on Bayesian ML: Cox: P(A, B) = P(A|B)P(B) = P(B|A)P(A) => P(A|B) = [P(B|A)P(A)] / P(B) (Bayes) ...
No comments:
Post a Comment