SlideShare a Scribd company logo
1 of 51
Download to read offline
Approximate Inference
Esmaeil Zahedi
Probabilistic Graphical Model
‫ﺧﺪا‬ ‫ﻧﺎم‬ ‫ﺑﻪ‬
1
zahedi.esmaeil@gmail.com
Variational Inference
2
Variational Bayesian Inference
Information Theory
3
Variational Inference
Information Measure
Information
Information Entropy (Avg of Info.)
Differential Entropy
4
Variational Inference
E[p(x)]=
=1
5
Variational Inference
Kullback–Leibler (KL) Divergence
Relative Entropy (because the way we measure he distance is through Entropy)
Measures the distance between two probability distributions
is large
is small
6
Variational Inference
Kullback–Leibler (KL) Divergence
KL divergence relative to p
KL divergence relative to q
with respect to p against q
7
Variational Inference
Kullback–Leibler (KL) Divergence
Or
Simplification
8
Variational Inference
Properties of Kullback–Leibler (KL) Divergence
1- KL is always
if so
2- KL is not symmetrical
9
Variational Inference
Relationship between
and KL divergence
Lets say we have distribution :
we dont know this?
So we use to estimate
10
Variational Inference
When using estimation, we can use KL div. to measure the quality of the estimation
We know from the conditional probability
11
Variational Inference
=1
12
Variational Inference
Lower Bound
Probability distribution
(0-1)
Always a negative value
Always a positive value
Always a negative value
13
Variational Inference
P(x), x is given and therefore
“fixed" doesn’t change, respect to q(z)
It’s Lower Bound because
it controls the KL divergence
because p(x) is fixed
Larger and LargerSmaller and Smaller
When reduce the KL divergence
the estimation between q(z)
and p(z|x) becomes better
14
Variational Inference
Here is the KEY POINT
when we are approximating a conditional prob. p(z|x) using q(z)
instead of minimizing the KL divergence
it’s the same as maximizing the Lower Bound
and it is easier to deal with the Lower Bound than KL
15
Variational Inference
Remember Joint
Conditional?
most of the time we have
but we dont have
16
Variational Inference
Why Variational Inference
x1
x3x2
x5x4
easy to get a joint pdf
it is a pain to get a conditional distribution
Solving this integrals is sometimes not even possible and intractable
possible ?
without needing to solve the integrals
17
Variational Inference
This is the point of
Variational Inference
solve the conditional directly from the joint pdf
Bypass the need to solve the integrals
18
Variational Inference
VI is not the only way to solve this problem
1. Metropolis Hasting 2. Variational Inference 3. Laplace approximation
Solution by sampling
More accurate
Takes longer to compute
Easier to understand
Deterministic solution
Less accurate
Takes less time to compute
Harder to understand
Good approximation
Deterministic solution
Much less accurate
Takes less time to compute
Easier to understand
Poor approximation
19
Variational Inference
Unknown
Difficult
Known
to find this , we can use approximate it using
we want KL of p(z|x) and q(z) to be as small as possible
this is the same as making Lower bound as large as possible
Therefor : to find p(z|x) Variational Inference finds q(z) that maximize the Lower Bound
this is still a hard problem !!
How do we know q(z) to
pick to make L as large as possible
20
Variational Inference
Let’s say there are two sets of variables:
they have a joint pdf of
now we want to find the conditional distribution
Or
Picked 3 variables randomly
21
Variational Inference
if the integral is easy we can just take the integral
what if the integral is really hard
but
Variational Inference
we want to know:
we already know:
22
Variational Inference
Lets use to estimate
Remember
Our goal is to find that maximize the Lower Bound
23
Variational Inference
This is very hard
instead of assuming
can be any thing, why don't we make
some assumption to simplify the math.
24
Variational Inference
since is a prob. distribution of multiple variables,
Lets assume that the variables are Independent
Mean Field Method
25
Variational Inference
Lets plug it into the lower bound equation
26
Variational Inference
instead of looking for the entire q(z), maybe we
can solve them one at a time !!!
what if we just solve for q(z1)?
lets assume we already know q(z2), q(z3).
27
Variational Inference
1
2
3
Lets look at one at a time
28
Variational Inference
3
constant K (known)
29
Variational Inference
2
sum of all prob. are always 1
30
Variational Inference
1
Remember the definition of Expectation
31
Variational Inference
we need to prove this is the log of some probability dist. function
32
Variational Inference
=1
constant
Not important
33
Variational Inference
maximize this
This the negative KL divergence of
2= easier
1= equally to neg. KL div.max
min-
Problem restatement
New goal
34
Variational Inference
pick q(z1) that minimize the KL
what was this?
35
Variational Inference
all of the function except one we are looking at
itlikeachickenandeggproblem
? ? ?
But we don't know q(z1), q(z2) and q(z3)
36
Variational Inference
Example:
we want to estimate p(x,y,z) with q(x,y,z)
according this equation
37
Variational Inference
constant relative to z
constant relative to x
This is the exponential distribution therefore :
38
Variational Inference
1- Find the expectation
2- Make it look like some distribution
3- Guess the rest of the parameters
Usingthesamelogic
This was a simple example, but if we cant ride of E[y],E[z]
In that case, we pick E[y], E[z] randomly. It will give us q(x)
q(x) q(y) q(z)
Trick
Variational Bayesian Inference
39
So far we have been concentrating on inferring latent variables
zi assuming the parameters θ of the model are known.
Now suppose we want to infer the parameters themselves.
If we make a fully factorized approximation,
we get a method known as variational Bayes
40
If we want to infer both latent variables and parameters,
and we make an approximation of the form:
Variational Bayesian Inference
we get a method known as variational Bayes EM.
This includes mixtures models, GMM, PCA, HMMs, etc
In VBEM, we alternate between updating q(zi
|D) (the variational E step)
and updating q(θ|D) (the variational M step).
41
Variational Bayesian Inference
We are given data points
The joint probability of all variables can be rewritten as
Gaussian Bayesian density estimation
Consider a simple Bayesian model consisting of a set of i.i.d. observations from a Gaussian
distribution, with unknown mean and variance.
42
Variational Bayesian Inference
Our goal is to infer the posterior distribution
Derivation of
43
Variational Bayesian Inference
44
Variational Bayesian Inference
45
Variational Bayesian Inference
46
Variational Bayesian Inference
Derivation of
This derivation is similar to above, although some of the
details for the sake of brevity omitted.
Exponentiating both sides
47
Variational Bayesian Inference
In each case, the parameters for the distribution over one of the variables
depend on expectations taken with respect to the other variable.
Expand the expectations, using the standard formulas for the expectations
of moments of the Gaussian and gamma distributions:
48
Variational Bayesian Inference
49
Variational Bayesian Inference
We can then write the parameter equations as follows,
without any expectations:
50
Variational Bayesian Inference
Note that there are circular dependencies among the formulas for
Repeat the last two steps until convergence.
This naturally suggests an EM-like algorithm:
Compute Use these values to compute
Initialize to some arbitrary value. Use the current value of along
with the known values of the other parameters, to compute
References
51
Variational Inference: A Review for Statisticians, David M. Blei, Alp
Kucukelbir, Jon D. McAuliffe, 2016.
Machine Learning: A Probabilistic Perspective,Kevin P. Murphy MIT
Press, 2012.
A Tutorial on Variational Bayes, Fox, C. and Roberts, S. 2012. Artificial
Intelligence Review.
The on-line textbook: Information Theory, Inference, and Learning
Algorithms, by David J.C. MacKay provides an introduction to
variational methods.
https://www.cs.cmu.edu/~epxing/Class/10708-15/notes/
10708_scribe_lecture13.pdf

More Related Content

What's hot

Mathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarMathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarAnimesh Sarkar
 
Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)kevinwu1994
 
553_Final_Project_Bokser_Litalien
553_Final_Project_Bokser_Litalien553_Final_Project_Bokser_Litalien
553_Final_Project_Bokser_LitalienRory Bokser
 
(研究会輪読) Weight Uncertainty in Neural Networks
(研究会輪読) Weight Uncertainty in Neural Networks(研究会輪読) Weight Uncertainty in Neural Networks
(研究会輪読) Weight Uncertainty in Neural NetworksMasahiro Suzuki
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rulesDawood Faheem Abbasi
 
Fuzzy logic andits Applications
Fuzzy logic andits ApplicationsFuzzy logic andits Applications
Fuzzy logic andits ApplicationsDrATAMILARASIMCA
 
Proof
ProofProof
ProofH K
 
Method of direct proof
Method of direct proofMethod of direct proof
Method of direct proofAbdur Rehman
 
Contradiction
ContradictionContradiction
ContradictionUsman Rj
 
Presentation- Research Paper
Presentation- Research PaperPresentation- Research Paper
Presentation- Research Papersaisns09
 
Primal Dual
Primal DualPrimal Dual
Primal Dualcarlol
 
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...Martin Pelikan
 
5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical inductionmath260
 
Converting Graphic Relationships into Conditional Probabilities in Bayesian N...
Converting Graphic Relationships into Conditional Probabilities in Bayesian N...Converting Graphic Relationships into Conditional Probabilities in Bayesian N...
Converting Graphic Relationships into Conditional Probabilities in Bayesian N...Loc Nguyen
 
Skiena algorithm 2007 lecture20 satisfiability
Skiena algorithm 2007 lecture20 satisfiabilitySkiena algorithm 2007 lecture20 satisfiability
Skiena algorithm 2007 lecture20 satisfiabilityzukun
 
RossellaMarrano_ReasoningClub3
RossellaMarrano_ReasoningClub3RossellaMarrano_ReasoningClub3
RossellaMarrano_ReasoningClub3RossellaMarrano
 

What's hot (20)

Mathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarMathematical induction by Animesh Sarkar
Mathematical induction by Animesh Sarkar
 
Proof by contradiction
Proof by contradictionProof by contradiction
Proof by contradiction
 
Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)Mcs lecture19.methods ofproof(1)
Mcs lecture19.methods ofproof(1)
 
553_Final_Project_Bokser_Litalien
553_Final_Project_Bokser_Litalien553_Final_Project_Bokser_Litalien
553_Final_Project_Bokser_Litalien
 
(研究会輪読) Weight Uncertainty in Neural Networks
(研究会輪読) Weight Uncertainty in Neural Networks(研究会輪読) Weight Uncertainty in Neural Networks
(研究会輪読) Weight Uncertainty in Neural Networks
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rules
 
F0422052058
F0422052058F0422052058
F0422052058
 
Fuzzy logic andits Applications
Fuzzy logic andits ApplicationsFuzzy logic andits Applications
Fuzzy logic andits Applications
 
Proof
ProofProof
Proof
 
Method of direct proof
Method of direct proofMethod of direct proof
Method of direct proof
 
Sol46
Sol46Sol46
Sol46
 
Contradiction
ContradictionContradiction
Contradiction
 
Presentation- Research Paper
Presentation- Research PaperPresentation- Research Paper
Presentation- Research Paper
 
Primal Dual
Primal DualPrimal Dual
Primal Dual
 
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...
Performance of Evolutionary Algorithms on NK Landscapes with Nearest Neighbor...
 
Crt
CrtCrt
Crt
 
5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical induction
 
Converting Graphic Relationships into Conditional Probabilities in Bayesian N...
Converting Graphic Relationships into Conditional Probabilities in Bayesian N...Converting Graphic Relationships into Conditional Probabilities in Bayesian N...
Converting Graphic Relationships into Conditional Probabilities in Bayesian N...
 
Skiena algorithm 2007 lecture20 satisfiability
Skiena algorithm 2007 lecture20 satisfiabilitySkiena algorithm 2007 lecture20 satisfiability
Skiena algorithm 2007 lecture20 satisfiability
 
RossellaMarrano_ReasoningClub3
RossellaMarrano_ReasoningClub3RossellaMarrano_ReasoningClub3
RossellaMarrano_ReasoningClub3
 

Similar to Zahedi

Learning group variational inference
Learning group  variational inferenceLearning group  variational inference
Learning group variational inferenceShuai Zhang
 
Big Data Analysis
Big Data AnalysisBig Data Analysis
Big Data AnalysisNBER
 
Bayesian Neural Networks
Bayesian Neural NetworksBayesian Neural Networks
Bayesian Neural NetworksNatan Katz
 
Introduction to Bootstrap and elements of Markov Chains
Introduction to Bootstrap and elements of Markov ChainsIntroduction to Bootstrap and elements of Markov Chains
Introduction to Bootstrap and elements of Markov ChainsUniversity of Salerno
 
Thesis Defense
Thesis DefenseThesis Defense
Thesis DefenseAaron Lu
 
Advanced Econometrics L5-6.pptx
Advanced Econometrics L5-6.pptxAdvanced Econometrics L5-6.pptx
Advanced Econometrics L5-6.pptxakashayosha
 
Probability distribution
Probability distributionProbability distribution
Probability distributionRanjan Kumar
 
Heteroscedasticity Remedial Measures.pptx
Heteroscedasticity Remedial Measures.pptxHeteroscedasticity Remedial Measures.pptx
Heteroscedasticity Remedial Measures.pptxPatilDevendra5
 
Basic probability theory and statistics
Basic probability theory and statisticsBasic probability theory and statistics
Basic probability theory and statisticsLearnbay Datascience
 
PRML Chapter 1
PRML Chapter 1PRML Chapter 1
PRML Chapter 1Sunwoo Kim
 
Bayesian inversion of deterministic dynamic causal models
Bayesian inversion of deterministic dynamic causal modelsBayesian inversion of deterministic dynamic causal models
Bayesian inversion of deterministic dynamic causal modelskhbrodersen
 
Heteroscedasticity Remedial Measures.pptx
Heteroscedasticity Remedial Measures.pptxHeteroscedasticity Remedial Measures.pptx
Heteroscedasticity Remedial Measures.pptxDevendraRavindraPati
 
Variational Inference in Python
Variational Inference in PythonVariational Inference in Python
Variational Inference in PythonPeadar Coyle
 
6.6 normal approx p hat
6.6 normal approx p hat6.6 normal approx p hat
6.6 normal approx p hatleblance
 
P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2S.Shayan Daneshvar
 

Similar to Zahedi (20)

Learning group variational inference
Learning group  variational inferenceLearning group  variational inference
Learning group variational inference
 
Big Data Analysis
Big Data AnalysisBig Data Analysis
Big Data Analysis
 
Logistics regression
Logistics regressionLogistics regression
Logistics regression
 
Bayesian Neural Networks
Bayesian Neural NetworksBayesian Neural Networks
Bayesian Neural Networks
 
Introduction to Bootstrap and elements of Markov Chains
Introduction to Bootstrap and elements of Markov ChainsIntroduction to Bootstrap and elements of Markov Chains
Introduction to Bootstrap and elements of Markov Chains
 
Thesis Defense
Thesis DefenseThesis Defense
Thesis Defense
 
Advanced Econometrics L5-6.pptx
Advanced Econometrics L5-6.pptxAdvanced Econometrics L5-6.pptx
Advanced Econometrics L5-6.pptx
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Heteroscedasticity Remedial Measures.pptx
Heteroscedasticity Remedial Measures.pptxHeteroscedasticity Remedial Measures.pptx
Heteroscedasticity Remedial Measures.pptx
 
Crv
CrvCrv
Crv
 
Into to prob_prog_hari
Into to prob_prog_hariInto to prob_prog_hari
Into to prob_prog_hari
 
Discrete Math Lecture 02: First Order Logic
Discrete Math Lecture 02: First Order LogicDiscrete Math Lecture 02: First Order Logic
Discrete Math Lecture 02: First Order Logic
 
Basic probability theory and statistics
Basic probability theory and statisticsBasic probability theory and statistics
Basic probability theory and statistics
 
PRML Chapter 1
PRML Chapter 1PRML Chapter 1
PRML Chapter 1
 
Bayesian inversion of deterministic dynamic causal models
Bayesian inversion of deterministic dynamic causal modelsBayesian inversion of deterministic dynamic causal models
Bayesian inversion of deterministic dynamic causal models
 
Heteroscedasticity Remedial Measures.pptx
Heteroscedasticity Remedial Measures.pptxHeteroscedasticity Remedial Measures.pptx
Heteroscedasticity Remedial Measures.pptx
 
Variational Inference in Python
Variational Inference in PythonVariational Inference in Python
Variational Inference in Python
 
Probability distributionv1
Probability distributionv1Probability distributionv1
Probability distributionv1
 
6.6 normal approx p hat
6.6 normal approx p hat6.6 normal approx p hat
6.6 normal approx p hat
 
P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2
 

Recently uploaded

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
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...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
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...Call Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
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...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
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...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 

Zahedi