You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Naive Bayes implementation in Python 3 using as example a subset from MNIST with only digits 5 and 6, gives as result confusion matrix and mean images of
each digit based on training (this last only for MNIST).