giorgioroffo / bayes-classifier-with-GMM

Bayes Classifier with Gaussian Mixture Models to generate handwritten images
7 stars 0 forks source link

How to test the trained BayesGMM? #1

Open rrryan2016 opened 11 months ago

rrryan2016 commented 11 months ago

After fit, how to get the output of BayesGMM on testset of MNIST?

rrryan2016 commented 11 months ago

BTW, I am doing the classification on MNIST.