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
Sunday, June 28, 2020
Recording of last ML study group - comparing to models -
https://www.youtube.com/watch?v=ytFJ4aTT9S0&list=PLC7m9qp0Q1Ye3Fwnooz2k5xh0p5eD1s4k&index=17
https://www.youtube.com/watch?v=ytFJ4aTT9S0&list=PLC7m9qp0Q1Ye3Fwnooz2k5xh0p5eD1s4k&index=17
Saturday, June 27, 2020
The union bound and its significance in learning. https://drive.google.com/file/d/1V3fKepfnhj3EESeKfLbJsz-bnDu96sSD/view?usp=sharing
Sunday, June 21, 2020
We compare two models using the confidence interval
https://colab.research.google.com/drive/1v6VudBYzgrymG-ZjQqMTWKlsvRm0GAUb?usp=sharing
Thursday, June 18, 2020
A ML example of confidence interval of performance using bootstrapping https://www.youtube.com/watch?v=G5OgofpRnY4&list=PLC7m9qp0Q1Ye3Fwnooz2k5xh0p5eD1s4k&index=17
Sunday, June 14, 2020
We'll revisit the bootstrapping example and cast it in the context of a ML learning example (example 2) https://www.overleaf.com/read/kdvqgpkxnhjt
Tuesday, June 9, 2020
The last workshop on convergence in distribution is recorded here -
https://www.youtube.com/watch?v=dB8zdcUMAyI&list=PLC7m9qp0Q1Ye3Fwnooz2k5xh0p5eD1s4k&index=17&t=0s
https://www.youtube.com/watch?v=dB8zdcUMAyI&list=PLC7m9qp0Q1Ye3Fwnooz2k5xh0p5eD1s4k&index=17&t=0s
Sunday, June 7, 2020
Subscribe to:
Posts (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) ...