j-devlog
KO
~/nav

// categories

// tags

← /tags

$ grep --tag

#Probability

// 6 posts found

[MMD]··12min

Probability & Statistics in Practice: Inference Problems from the ML Trenches

From probability fundamentals and Bayes' theorem to distributions, MLE/MAP, confidence intervals, and hypothesis testing — a collection of practice problems grounded in real ML and data analysis scenarios.

#Probability#Statistics#Machine Learning#Assignment#Bayes
[MMD]··18min

Probability & Statistics Coding Assignments: Building ML Statistical Tools in Python

Bayesian updates, distribution simulation, CLT verification, MLE/MAP implementation, confidence intervals, hypothesis testing, and a full A/B test pipeline — implementing probability & statistics chapters 1–4 in code.

#Probability#Statistics#Python#NumPy#scipy
[MMD]··14min

ML Probability & Statistics Chapter 4: Confidence Intervals and Hypothesis Testing

A complete guide to confidence intervals, the t-distribution, hypothesis testing fundamentals (null/alternative hypotheses, p-values, rejection regions, statistical power), various t-tests, and A/B testing.

#Probability#Statistics#Machine Learning#Confidence Interval#Hypothesis Testing
[MMD]··13min

ML Probability & Statistics Chapter 3: Sampling, MLE, and MAP

A concise guide to the core ideas behind ML estimation: populations vs. samples, the Law of Large Numbers, the Central Limit Theorem, Maximum Likelihood Estimation (MLE), Maximum A Posteriori (MAP), and regularization.

#Probability#Statistics#Machine Learning#MLE#Bayes
[MMD]··12min

ML Probability & Statistics Chapter 2: Expected Value, Variance, and Covariance

A guide to descriptive statistics for distributions — expected value, variance, standard deviation, skewness, kurtosis — along with joint distributions, marginal distributions, conditional distributions, covariance, correlation, and the multivariate normal distribution.

#Probability#Statistics#Machine Learning#Expected Value#Covariance
[MMD]··14min

ML Probability & Statistics Chapter 1: Foundations of Probability and Probability Distributions

A comprehensive overview of the probability and statistics essentials for machine learning — from basic probability and conditional probability to Bayes' theorem, and the binomial, normal, and chi-squared distributions.

#Probability#Statistics#Machine Learning#Probability Distribution#Bayes' Theorem