j-devlog
KO
~/nav

// categories

// tags

← /tags

$ grep --tag

#Statistics

// 14 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
[데이터사이언스]··20min

Practical Statistics for Data Scientists — Quiz

Test your understanding across all seven chapters — from descriptive statistics to unsupervised learning — with concept, calculation, code, and scenario problems.

#Statistics#Quiz#Data Science#Interview Prep
[데이터사이언스]··13min

Statistics Fundamentals Chapter 7: Unsupervised Learning

A hands-on overview of unsupervised learning essentials — PCA, K-Means, hierarchical clustering, Gaussian Mixture Models, and feature scaling — all with code examples.

#Statistics#Unsupervised Learning#PCA#Clustering#Python
[데이터사이언스]··13min

Statistics Fundamentals Chapter 6: Statistical Machine Learning

A hands-on walkthrough of KNN, decision trees, random forests, AdaBoost, and gradient boosting — the core concepts behind tree-based ensemble models, complete with code examples.

#Statistics#Machine Learning#Random Forest#Boosting#Python
[데이터사이언스]··13min

Statistics Fundamentals Chapter 5: Classification

A hands-on guide to classification algorithms — covering Naive Bayes, discriminant analysis, logistic regression, confusion matrices, ROC/AUC, and techniques for handling imbalanced data, all with code examples.

#Statistics#Classification#Logistic Regression#Machine Learning#Python
[데이터사이언스]··13min

Statistics Fundamentals Chapter 4: Regression and Prediction

A code-driven walkthrough of regression essentials: simple and multiple linear regression, residual diagnostics, categorical variable encoding, and polynomial/spline regression.

#Statistics#Regression Analysis#Machine Learning#Python
[데이터사이언스]··12min

Statistics Fundamentals Chapter 3: Statistical Experiments and Significance Testing

A comprehensive guide to statistical experiments — covering A/B testing, hypothesis testing, p-values, t-tests, ANOVA, chi-square, and multi-armed bandits, with code examples throughout.

#Statistics#Hypothesis Testing#A/B Test#Python
[데이터사이언스]··10min

Statistics Fundamentals Chapter 2: Data and Sampling Distributions

A code-driven walkthrough of the core concepts in sampling distributions: random sampling and bias, bootstrap, confidence intervals, the normal distribution, t-distribution, and binomial and Poisson distributions.

#Statistics#Data Analysis#Sampling Distribution#Python
[데이터사이언스]··8min

Statistics Fundamentals Ch.1: Data Types, Location & Variability Estimation

A practical overview of data types (continuous, discrete, categorical, etc.), location estimation (mean, median), and variability estimation (variance, standard deviation), with code examples throughout.

#Statistics#Data Analysis#pandas#Python