Skip to content

Bayes Classifier with Gaussian Mixture Models to generate handwritten images

Notifications You must be signed in to change notification settings

giorgioroffo/bayes-classifier-with-GMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generative Models

Bayes Classifier with Gaussian Mixture Models to generate handwritten images

Dataset used in this template is MNIST. You can change the dataset and implement the loading function in utils.py

The ayes Classifier with Gaussian Mixture Models is in Classifier.py

The main script load the data (preprocess it), fit the model on the MNIST, then it shows one sample for each class with its mean image learned. Finally, it generates a random sample.

About

Bayes Classifier with Gaussian Mixture Models to generate handwritten images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages