APPLICATION OF SUPERVISED LEARNING
UNSUPERVISED LEARNING
| 
 Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 
 | 
 What does GMM-EM optimise? 
| 
 | 
  Minimises the average distance between the samples and the mean of the nearest Gaussian 
 
 | 
| 
 | 
  Minimises the negative-log-likelihood of the model 
 
 | 
| 
 | 
  Maximises the classification rate 
 
 | 
| 
 | 
 None of the above
 
 | 
 Explanation: 
Detailed explanation-1: -Gaussian Mixture models are used for representing Normally Distributed subpopulations within an overall population. The advantage of Mixture models is that they do not require which subpopulation a data point belongs to. It allows the model to learn the subpopulations automatically.
Detailed explanation-2: -GMM has many applications, such as density estimation, clustering, and image segmentation. For density estimation, GMM can be used to estimate the probability density function of a set of data points. For clustering, GMM can be used to group together data points that come from the same Gaussian distribution.
 There is 1 question to complete.