SlideShare a Scribd company logo
1 of 9
Download to read offline
Application of Chebyshev and Markov Inequality in
Supervised Machine Learning
Domain: Application of Supervised Machine Learning
Dr. Varun Kumar
Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 1 / 9
Outlines
1 Introduction to Chebyshev Inequality
2 Introduction to Markov Inequality
3 Introduction to Supervised Learning
4 Application of these Inequalities in Supervised Machine Learning
5 References
Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 2 / 9
Introduction to Chebyshev Inequality
Mathematical Description:
General mathematics for continuous random variable:
โ‡’ Mean
E(x) = ยต =
โˆž
โˆ’โˆž
xfX (x)dx (1)
โ‡’ Variance
E((x โˆ’ ยต)2
) = ฯƒ2
=
โˆž
โˆ’โˆž
(x โˆ’ ยต)2
fX (x)dx (2)
Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 3 / 9
Chebyshev inequality
โˆž
โˆ’โˆž
(x โˆ’ ยต)2
fX (x)dx โ‰ฅ
|xโˆ’ยต|โ‰ฅ
(x โˆ’ ยต)2
fX (x)dx (3)
Taking the minimum value, i.e |x โˆ’ ยต| = โ†’ Finite deviation
|xโˆ’ยต|โ‰ฅ
(x โˆ’ ยต)2
fX (x)dx =
|xโˆ’ยต|โ‰ฅ
2
fX (x)dx = 2
P(X โˆ’ ยต โ‰ฅ ) (4)
From (2) and (4)
2
P(X โˆ’ ยต โ‰ฅ ) โ‰ค ฯƒ2
โ‡’ P(X โˆ’ ยต โ‰ฅ ) โ‰ค
ฯƒ2
2
(5)
Case 1: when = nฯƒ
P(X โˆ’ ยต โ‰ฅ ) = P(X โˆ’ ยต โ‰ฅ nฯƒ) โ‰ค
1
n2
(6)
Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 4 / 9
Continuedโ€“
As per the properties of probability, P(X โ‰ค ยต) + P(X โ‰ฅ ยต) = 1. Hence,
P(X โˆ’ ยต โ‰ค ) โ‰ค 1 โˆ’
ฯƒ2
2
โ‡’ P(X โˆ’ ยต โ‰ค nฯƒ) โ‰ค 1 โˆ’
1
n2
(7)
For discrete random variable:
Mean
E(x) = ยต =
โˆž
i=โˆ’โˆž
xi PX (xi ) (8)
Variance
Var(x) = ฯƒ2
= E (x โˆ’ ยต)2
=
โˆž
i=โˆ’โˆž
(xi โˆ’ E(x))2
PX (xi ) (9)
PX (.) โ†’ Probability mass function.
Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 5 / 9
Markov inequality
P(X โˆ’ ยต โ‰ค ) โ‰ค 1 โˆ’
ฯƒ2
2
โ‡’ P(X โˆ’ ยต โ‰ค nฯƒ) โ‰ค 1 โˆ’
1
n2
(10)
Markov inequality
Statement: If X is a positive random variable, i.e X > 0, having probability
density function fX (x). Let a is an positive arbitrary constant, then
P(X โ‰ฅ a) โ‰ค
E(x)
a
(11)
Proof: As per the properties of random variable,
E(x) =
โˆž
0
xfX (x)dx โ‰ฅ
โˆž
a
xfX (x)dx
Let x = a, then โ‡’ E(x) โ‰ฅ
โˆž
a
xfX (x)dx โ‰ฅ
โˆž
a
afX (x)dx = aP(X > a)
Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 6 / 9
Introduction to supervised learning
Supervised learning
1 It is a method of learning, where some set of prede๏ฌned training data
is available.
2 Based on these training data or sequence, a mathematical or logical
model is developed.
3 This training data sequence or developed model through these data
acts as a supervisor.
4 When new data comes then it is expected that the data will follow
the developed model.
5 For developing a model through these training data, we may utilize
some well de๏ฌned statistical, mathematical or logical model.
6 Those model gives a minimum mean square error value, that may be
selected as a most suitable model.
Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 7 / 9
Relation between supervised learning and inequality
1. Decision action plays an important role in machine learning.
2. Inequality relation helps for making a decision favorable or
non-favorable region.
3. Statistical framework helps for modeling the synthetic data that is
nothing but the theoretical bound.
4. Applying Chebyshev inequality, there is requirement of variance of the
data sequence. It is independent from the type of distribution.
5. From relation (7) and (10), we can predict or ๏ฌnd the probability of
any real world new data that is above or below some threshold value.
6. Applying Markov inequality, only mean value is required for ๏ฌnding
probability. It also independent from density function.
Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 8 / 9
References
J. Navarro, โ€œA very simple proof of the multivariate chebyshevโ€™s inequality,โ€
Communications in Statistics-Theory and Methods, vol. 45, no. 12, pp. 3458โ€“3463,
2016.
M. I. Jordan and T. M. Mitchell, โ€œMachine learning: Trends, perspectives, and
prospects,โ€ Science, vol. 349, no. 6245, pp. 255โ€“260, 2015.
Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 9 / 9

More Related Content

What's hot

Moment generating function
Moment generating functionMoment generating function
Moment generating function
eddyboadu
ย 
Least square method
Least square methodLeast square method
Least square method
Somya Bagai
ย 
Random variables
Random variablesRandom variables
Random variables
mrraymondstats
ย 
Probability mass functions and probability density functions
Probability mass functions and probability density functionsProbability mass functions and probability density functions
Probability mass functions and probability density functions
Ankit Katiyar
ย 

What's hot (20)

Fuzzy graph
Fuzzy graphFuzzy graph
Fuzzy graph
ย 
probability :- Covariance and correlation Faisalkhan2081@yahoo.com
probability :- Covariance and correlation Faisalkhan2081@yahoo.comprobability :- Covariance and correlation Faisalkhan2081@yahoo.com
probability :- Covariance and correlation Faisalkhan2081@yahoo.com
ย 
Mcqs (probability distribution)
Mcqs (probability distribution)Mcqs (probability distribution)
Mcqs (probability distribution)
ย 
Probability Distribution
Probability DistributionProbability Distribution
Probability Distribution
ย 
Probability And Probability Distributions
Probability And Probability Distributions Probability And Probability Distributions
Probability And Probability Distributions
ย 
Moment generating function
Moment generating functionMoment generating function
Moment generating function
ย 
Least square method
Least square methodLeast square method
Least square method
ย 
Negative binomial distribution
Negative binomial distributionNegative binomial distribution
Negative binomial distribution
ย 
Random variables
Random variablesRandom variables
Random variables
ย 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
ย 
FPDE presentation
FPDE presentationFPDE presentation
FPDE presentation
ย 
Curve fitting
Curve fittingCurve fitting
Curve fitting
ย 
Ordinal Logistic Regression
Ordinal Logistic RegressionOrdinal Logistic Regression
Ordinal Logistic Regression
ย 
Multivariate Distributions, an overview
Multivariate Distributions, an overviewMultivariate Distributions, an overview
Multivariate Distributions, an overview
ย 
Multiple integrals
Multiple integralsMultiple integrals
Multiple integrals
ย 
Non linear Dynamical Control Systems
Non linear Dynamical Control SystemsNon linear Dynamical Control Systems
Non linear Dynamical Control Systems
ย 
Mathematical Expectation And Variance
Mathematical Expectation And VarianceMathematical Expectation And Variance
Mathematical Expectation And Variance
ย 
Probability mass functions and probability density functions
Probability mass functions and probability density functionsProbability mass functions and probability density functions
Probability mass functions and probability density functions
ย 
Anova (f test) and mean differentiation
Anova (f test) and mean differentiationAnova (f test) and mean differentiation
Anova (f test) and mean differentiation
ย 
Linear regression
Linear regressionLinear regression
Linear regression
ย 

Similar to Application of Chebyshev and Markov Inequality in Machine Learning

proposal_pura
proposal_puraproposal_pura
proposal_pura
Erick Lin
ย 
Paper id 21201483
Paper id 21201483Paper id 21201483
Paper id 21201483
IJRAT
ย 
PhysRevE.89.042911
PhysRevE.89.042911PhysRevE.89.042911
PhysRevE.89.042911
chetan.nichkawde
ย 
RECENT ADVANCES in PREDICTIVE (MACHINE) LEARNING
RECENT ADVANCES in PREDICTIVE (MACHINE) LEARNINGRECENT ADVANCES in PREDICTIVE (MACHINE) LEARNING
RECENT ADVANCES in PREDICTIVE (MACHINE) LEARNING
butest
ย 
Monte Carlo Berkeley.pptx
Monte Carlo Berkeley.pptxMonte Carlo Berkeley.pptx
Monte Carlo Berkeley.pptx
HaibinSu2
ย 

Similar to Application of Chebyshev and Markov Inequality in Machine Learning (20)

Concentration inequality in Machine Learning
Concentration inequality in Machine LearningConcentration inequality in Machine Learning
Concentration inequality in Machine Learning
ย 
Gaussian process in machine learning
Gaussian process in machine learningGaussian process in machine learning
Gaussian process in machine learning
ย 
Numerical Solution and Stability Analysis of Huxley Equation
Numerical Solution and Stability Analysis of Huxley EquationNumerical Solution and Stability Analysis of Huxley Equation
Numerical Solution and Stability Analysis of Huxley Equation
ย 
QTML2021 UAP Quantum Feature Map
QTML2021 UAP Quantum Feature MapQTML2021 UAP Quantum Feature Map
QTML2021 UAP Quantum Feature Map
ย 
Three rotational invariant variants of the 3SOME algorithms
Three rotational invariant variants of the 3SOME algorithmsThree rotational invariant variants of the 3SOME algorithms
Three rotational invariant variants of the 3SOME algorithms
ย 
proposal_pura
proposal_puraproposal_pura
proposal_pura
ย 
Paper id 21201483
Paper id 21201483Paper id 21201483
Paper id 21201483
ย 
CHN and Swap Heuristic to Solve the Maximum Independent Set Problem
CHN and Swap Heuristic to Solve the Maximum Independent Set ProblemCHN and Swap Heuristic to Solve the Maximum Independent Set Problem
CHN and Swap Heuristic to Solve the Maximum Independent Set Problem
ย 
PhysRevE.89.042911
PhysRevE.89.042911PhysRevE.89.042911
PhysRevE.89.042911
ย 
Unit3
Unit3Unit3
Unit3
ย 
RECENT ADVANCES in PREDICTIVE (MACHINE) LEARNING
RECENT ADVANCES in PREDICTIVE (MACHINE) LEARNINGRECENT ADVANCES in PREDICTIVE (MACHINE) LEARNING
RECENT ADVANCES in PREDICTIVE (MACHINE) LEARNING
ย 
Estimating Space-Time Covariance from Finite Sample Sets
Estimating Space-Time Covariance from Finite Sample SetsEstimating Space-Time Covariance from Finite Sample Sets
Estimating Space-Time Covariance from Finite Sample Sets
ย 
A short study on minima distribution
A short study on minima distributionA short study on minima distribution
A short study on minima distribution
ย 
Monte Carlo Berkeley.pptx
Monte Carlo Berkeley.pptxMonte Carlo Berkeley.pptx
Monte Carlo Berkeley.pptx
ย 
Regularized Compression of A Noisy Blurred Image
Regularized Compression of A Noisy Blurred Image Regularized Compression of A Noisy Blurred Image
Regularized Compression of A Noisy Blurred Image
ย 
Spacey random walks from Householder Symposium XX 2017
Spacey random walks from Householder Symposium XX 2017Spacey random walks from Householder Symposium XX 2017
Spacey random walks from Householder Symposium XX 2017
ย 
Basen Network
Basen NetworkBasen Network
Basen Network
ย 
Q.M.pptx
Q.M.pptxQ.M.pptx
Q.M.pptx
ย 
Statistical computing2
Statistical computing2Statistical computing2
Statistical computing2
ย 
Spacey random walks and higher-order data analysis
Spacey random walks and higher-order data analysisSpacey random walks and higher-order data analysis
Spacey random walks and higher-order data analysis
ย 

More from VARUN KUMAR

E-democracy or Digital Democracy
E-democracy or Digital DemocracyE-democracy or Digital Democracy
E-democracy or Digital Democracy
VARUN KUMAR
ย 

More from VARUN KUMAR (20)

Distributed rc Model
Distributed rc ModelDistributed rc Model
Distributed rc Model
ย 
Electrical Wire Model
Electrical Wire ModelElectrical Wire Model
Electrical Wire Model
ย 
Interconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI DesignInterconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI Design
ย 
Introduction to Digital VLSI Design
Introduction to Digital VLSI DesignIntroduction to Digital VLSI Design
Introduction to Digital VLSI Design
ย 
Challenges of Massive MIMO System
Challenges of Massive MIMO SystemChallenges of Massive MIMO System
Challenges of Massive MIMO System
ย 
E-democracy or Digital Democracy
E-democracy or Digital DemocracyE-democracy or Digital Democracy
E-democracy or Digital Democracy
ย 
Ethics of Parasitic Computing
Ethics of Parasitic ComputingEthics of Parasitic Computing
Ethics of Parasitic Computing
ย 
Action Lines of Geneva Plan of Action
Action Lines of Geneva Plan of ActionAction Lines of Geneva Plan of Action
Action Lines of Geneva Plan of Action
ย 
Geneva Plan of Action
Geneva Plan of ActionGeneva Plan of Action
Geneva Plan of Action
ย 
Fair Use in the Electronic Age
Fair Use in the Electronic AgeFair Use in the Electronic Age
Fair Use in the Electronic Age
ย 
Software as a Property
Software as a PropertySoftware as a Property
Software as a Property
ย 
Orthogonal Polynomial
Orthogonal PolynomialOrthogonal Polynomial
Orthogonal Polynomial
ย 
Patent Protection
Patent ProtectionPatent Protection
Patent Protection
ย 
Copyright Vs Patent and Trade Secrecy Law
Copyright Vs Patent and Trade Secrecy LawCopyright Vs Patent and Trade Secrecy Law
Copyright Vs Patent and Trade Secrecy Law
ย 
Property Right and Software
Property Right and SoftwareProperty Right and Software
Property Right and Software
ย 
Investigating Data Trials
Investigating Data TrialsInvestigating Data Trials
Investigating Data Trials
ย 
Gaussian Numerical Integration
Gaussian Numerical IntegrationGaussian Numerical Integration
Gaussian Numerical Integration
ย 
Censorship and Controversy
Censorship and ControversyCensorship and Controversy
Censorship and Controversy
ย 
Romberg's Integration
Romberg's IntegrationRomberg's Integration
Romberg's Integration
ย 
Introduction to Censorship
Introduction to Censorship Introduction to Censorship
Introduction to Censorship
ย 

Recently uploaded

VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
SUHANI PANDEY
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
sivaprakash250
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
ย 

Recently uploaded (20)

VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 

Application of Chebyshev and Markov Inequality in Machine Learning

  • 1. Application of Chebyshev and Markov Inequality in Supervised Machine Learning Domain: Application of Supervised Machine Learning Dr. Varun Kumar Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 1 / 9
  • 2. Outlines 1 Introduction to Chebyshev Inequality 2 Introduction to Markov Inequality 3 Introduction to Supervised Learning 4 Application of these Inequalities in Supervised Machine Learning 5 References Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 2 / 9
  • 3. Introduction to Chebyshev Inequality Mathematical Description: General mathematics for continuous random variable: โ‡’ Mean E(x) = ยต = โˆž โˆ’โˆž xfX (x)dx (1) โ‡’ Variance E((x โˆ’ ยต)2 ) = ฯƒ2 = โˆž โˆ’โˆž (x โˆ’ ยต)2 fX (x)dx (2) Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 3 / 9
  • 4. Chebyshev inequality โˆž โˆ’โˆž (x โˆ’ ยต)2 fX (x)dx โ‰ฅ |xโˆ’ยต|โ‰ฅ (x โˆ’ ยต)2 fX (x)dx (3) Taking the minimum value, i.e |x โˆ’ ยต| = โ†’ Finite deviation |xโˆ’ยต|โ‰ฅ (x โˆ’ ยต)2 fX (x)dx = |xโˆ’ยต|โ‰ฅ 2 fX (x)dx = 2 P(X โˆ’ ยต โ‰ฅ ) (4) From (2) and (4) 2 P(X โˆ’ ยต โ‰ฅ ) โ‰ค ฯƒ2 โ‡’ P(X โˆ’ ยต โ‰ฅ ) โ‰ค ฯƒ2 2 (5) Case 1: when = nฯƒ P(X โˆ’ ยต โ‰ฅ ) = P(X โˆ’ ยต โ‰ฅ nฯƒ) โ‰ค 1 n2 (6) Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 4 / 9
  • 5. Continuedโ€“ As per the properties of probability, P(X โ‰ค ยต) + P(X โ‰ฅ ยต) = 1. Hence, P(X โˆ’ ยต โ‰ค ) โ‰ค 1 โˆ’ ฯƒ2 2 โ‡’ P(X โˆ’ ยต โ‰ค nฯƒ) โ‰ค 1 โˆ’ 1 n2 (7) For discrete random variable: Mean E(x) = ยต = โˆž i=โˆ’โˆž xi PX (xi ) (8) Variance Var(x) = ฯƒ2 = E (x โˆ’ ยต)2 = โˆž i=โˆ’โˆž (xi โˆ’ E(x))2 PX (xi ) (9) PX (.) โ†’ Probability mass function. Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 5 / 9
  • 6. Markov inequality P(X โˆ’ ยต โ‰ค ) โ‰ค 1 โˆ’ ฯƒ2 2 โ‡’ P(X โˆ’ ยต โ‰ค nฯƒ) โ‰ค 1 โˆ’ 1 n2 (10) Markov inequality Statement: If X is a positive random variable, i.e X > 0, having probability density function fX (x). Let a is an positive arbitrary constant, then P(X โ‰ฅ a) โ‰ค E(x) a (11) Proof: As per the properties of random variable, E(x) = โˆž 0 xfX (x)dx โ‰ฅ โˆž a xfX (x)dx Let x = a, then โ‡’ E(x) โ‰ฅ โˆž a xfX (x)dx โ‰ฅ โˆž a afX (x)dx = aP(X > a) Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 6 / 9
  • 7. Introduction to supervised learning Supervised learning 1 It is a method of learning, where some set of prede๏ฌned training data is available. 2 Based on these training data or sequence, a mathematical or logical model is developed. 3 This training data sequence or developed model through these data acts as a supervisor. 4 When new data comes then it is expected that the data will follow the developed model. 5 For developing a model through these training data, we may utilize some well de๏ฌned statistical, mathematical or logical model. 6 Those model gives a minimum mean square error value, that may be selected as a most suitable model. Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 7 / 9
  • 8. Relation between supervised learning and inequality 1. Decision action plays an important role in machine learning. 2. Inequality relation helps for making a decision favorable or non-favorable region. 3. Statistical framework helps for modeling the synthetic data that is nothing but the theoretical bound. 4. Applying Chebyshev inequality, there is requirement of variance of the data sequence. It is independent from the type of distribution. 5. From relation (7) and (10), we can predict or ๏ฌnd the probability of any real world new data that is above or below some threshold value. 6. Applying Markov inequality, only mean value is required for ๏ฌnding probability. It also independent from density function. Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 8 / 9
  • 9. References J. Navarro, โ€œA very simple proof of the multivariate chebyshevโ€™s inequality,โ€ Communications in Statistics-Theory and Methods, vol. 45, no. 12, pp. 3458โ€“3463, 2016. M. I. Jordan and T. M. Mitchell, โ€œMachine learning: Trends, perspectives, and prospects,โ€ Science, vol. 349, no. 6245, pp. 255โ€“260, 2015. Domain: Application of Supervised Machine Learning Dr. Varun Kumar (IIIT Surat)Lecture 9 9 / 9