Structure of mixture models
Mixture Models in R
Victor Medina
Researcher at The University of Edinburgh
Description of mixture models
Which is the suitable probability distribution?
Get familiar with different probability distributions.
How many sub-populations should we consider?
Data scientist or statistical criteria.
What are the parameters and their estimations?
Awesome method called EM algorithm!
Example 1: Gender data set
Example 1: Gender dataset results
Which distribution?
Bivariate Gaussian distribution
How many clusters?
Two clusters
What are the estimates?
Means, Standard deviations and proportions
Example 2: Handwritten digits
Example 2: Handwritten digits results
Which distribution?
Bernoulli distribution
How many clusters?
Two clusters
What are the estimates?
The mean probability of being 1 for every dot and proportions
Example 3: Crime types
Example 3: Crime types results
Which distribution?
Multivariate Poisson distribution
How many clusters?
Six clusters
What are the estimates?
Average number of crimes by type and proportions
Let's practice!
Mixture Models in R
Preparing Video For Download...