Relative Content

Tag Archive for pythonmachine-learningscikit-learngaussiannaivebayes

MNIST database of handwritten digits should using GaussianNB or BernoulliNB to classifier? Why?

i am working with MNIST dataset, i don’t know if this is continuous or discrete data type to use correct classification model. When I print the image, the number 7 image appears like this. I don’t know if this is a black and white image or an rgb color image. If it is a color image, you can use GaussianNB because it is continuous data, but if it is a black and white image then it is discrete data and can use Bernoulli. I’m wondering about this issueenter image description here