<aside> ⬅️

Back

</aside>

<aside>

Quick Links

</aside>

<aside>

Link to the Repo

https://github.com/senthilnathan01/prml-project/

</aside>

Implementation of Probabilistic Classifiers from Scratch

Built and validated three fundamental probabilistic classifiers from scratch to solve multi-class classification problems. This project showcases a deep understanding of Bayesian inference.

Multiclass Bayes classifier

(Final Results)

image.png

image.png

image.png

image.png

Binary Bayes classifier

**(**Final Results)

image.png

image.png

image.png

Bayesian Regression

Prior Distributions

Prior Distributions

Posterior Distributions

Posterior Distributions

Unsupervised Learning: Clustering Algorithms

Implemented two clustering algorithms, DBSCAN and Spectral Clustering, from scratch to identify clusters in datasets with complex, non-linear structures where traditional algorithms like K-Means would fail.