-
Multivariate Gaussian Distribution and Naive Bayes
Dive into the multivariate Gaussian distribution, its role in probabilistic modeling, and how it powers Naive Bayes classifiers with practical insights and mathematical intuition.
-
Gaussian Naive Bayes - A Natural Extension
Explore how Gaussian Naive Bayes adapts to continuous inputs, including parameter estimation, decision boundaries, and its relation to logistic regression.
-
An Introduction to Generative Models - Naive Bayes for Binary Features
Learn the fundamentals of Naive Bayes, from its conditional independence assumption to the maximum likelihood estimation (MLE) of parameters, using a binary feature example.
-
Generalized Linear Models Explained - Leveraging MLE for Regression and Classification
Explore how Maximum Likelihood Estimation (MLE) forms the backbone of generalized linear models, enabling robust solutions for regression, classification, and beyond.
-
Unveiling Probabilistic Modeling
Explore the fundamentals of probabilistic modeling and how it enhances our understanding of linear regression, from parameter estimation to error distribution.