Probability 360
Probability 360
PROBABILITY
CONTENTS
Importance of Statistical tools in Machine Learning
Concepts of probability
Random variables
Discrete distributions
Continuous distributions
Multiple random variables
Central limit theorem
Sampling distributions
Hypothesis testing
Monte Carlo Approximation
INTRODUCTION
Machine learning provides us a set of methods
that can automatically detect patterns in data,
and then can be used to uncover patterns to
predict future data, or to perform other kinds
of decision making under uncertainty.
The best way to perform such activities on top
probability.
Another important interpretation of
probability tries to quantify the uncertainty of
some event and thus focuses on information
rather than repeated trials. This is called the
Bayesian interpretation of probability.
Ex. compute the probability of India winning
Fx(x)=p(X≤x)
Mean and variance
The mean in statistical terms represents the
distribution is:
A single roll of a die that will have an outcome in
{1, 2, 3, 4, 5, 6}, e.g. K=6.
The probability (pmf) of a certain outcome can be modeled
using the formula:
p(X=k)= (n! /x1! * x2! * …* xk!) p1x1⋅p2x2…pkxk
Where
n is the number of trials,
xi is the number of times event i occurs and
pi is the probability of event i at each independent trial.
P((X,Y)∈A)=∬Af(x,y)dxdy
COVARIANCE AND
CORRELATION
COVARIANCE AND CORRELATION
The covariance between two random variables
X and Y measure the degree to which X and Y are
(linearly) related, which means how X varies with Y
and vice versa.