Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 608 Bytes

File metadata and controls

6 lines (6 loc) · 608 Bytes

MNIST-Gaussian_Naive_Bayes_Classifier

The objective of this project was the implementatio from scratch of the Gaussian Naive Bayes Classifier in python. The working dataset was the MNIST and in the code I implement PCA for dimension reduction. Data_After_PCA The above image is the clustering of the images after the PCA. Clustered_Brightness_Features This image is the clustering before PCA.