Kliment Merzlyakovklimmy.hashnode.dev·Nov 8, 2024Robust evaluation of binary variable averageTL;DR Some metrics are an average of the binary variable (0/1, False/True) — conversion rate, churn rate, etc. These metrics might not represent the actual value when there is a small sample size beneath them (one web session with one conversion lea...Discussdata-engineering
Baileymathsmusings.hashnode.dev·Oct 16, 2024Modelling MLB Team Performance: A State Space & Bayesian ApproachMajor League Baseball is the second richest sports league in the world, generating more than $11 billion in annual revenue. It also has boasts the highest fan attendance per season among all leagues. Given this financial scale, baseball analytics has...Discuss·58 readsstatespacemodelling
Sunghoon Kimssuhoon.hashnode.dev·Jun 18, 2024베이즈 통계학 기초조건부 확률이란? 베이즈 통계학을 이해하기 위해서는 조건부 확률의 개념을 이해해야 한다. 조건부 확률 $P(A|B)$는 사건 B가 일어난 상황에서 사건 A가 발생할 확률을 의미한다. 조건부 확률을 계산하는 방법은 두 개의 사건 A와 B가 있을 때 두 사건의 교집합이 일어날 확률을 특정 사건으로 나눠주게 되면 계산할 수 있다. 이 수식을 다음과 같이 정리하면 베이즈 정리를 유도할 수가 있고, 조건부 확률을 이용해서 정보를 갱신하는 방법을 알 ...Discuss인공지능 기초Mathematics
Haocheng Linhaochengcodedev.hashnode.dev·Apr 25, 2024Unveiling Bayesian Linear Regression: A Step-by-Step Guide to Posterior DistributionIntroduction In machine learning, Bayesian Linear Regression offers a probabilistic framework to understand the relationships between variables. Unlike its classical counterpart, Bayesian regression provides a distribution over possible values of par...DiscussBayesian