Skip to Content
Hands-On Unsupervised Learning with Python
book

Hands-On Unsupervised Learning with Python

by Giuseppe Bonaccorso
February 2019
Intermediate to advanced
386 pages
9h 54m
English
Packt Publishing
Content preview from Hands-On Unsupervised Learning with Python

Generative Gaussian mixture

A Gaussian mixture model is primarily a generative one. This means that the goal of the training process is to optimize the parameters, in order to maximize the likelihood that the model has generated the dataset. If the assumptions are correct and X has been sampled from a specific data-generating process, the final approximation must be able to generate all of the other potential samples. In other words, we are assuming that xi ∈ X is IDD, and xi ∼ pdata; hence, when the optimal approximation, p ≈ pdata, has been found, all of the samples, xj, whose probability under p is high are also very likely to be generated by pdata.

In this example, we want to employ a Gaussian mixture model in a semi-supervised scenario. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Unsupervised Learning Using Python

Hands-On Unsupervised Learning Using Python

Ankur A. Patel
Introduction to Machine Learning with Python

Introduction to Machine Learning with Python

Andreas C. Müller, Sarah Guido

Publisher Resources

ISBN: 9781789348279Supplemental Content