animesharma / NaiveBayes-MAP-MLE

Categorial Naive Bayes MLE and MAP Estimators for EMNIST dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NaiveBayes-MAP-MLE

This repository contains the code for Categorical Naive Bayes Maximum Likelihood (MLE) and Maximum A-Posteriori (MAP) Estimators for the EMNIST Dataset.

For MAP, we assume a Dirichlet distribution for the class priors and a Beta distribution for the pixel priors.

We plot learning curves for MLE and various values of the MAP hyper-parameters and compare the results.

Full problemset for the CS-535 assignment available here.

About

Categorial Naive Bayes MLE and MAP Estimators for EMNIST dataset


Languages

Language:Jupyter Notebook 100.0%