Problem 6.6 Gaussian classifier with common covariance
In this problem, we will derive the BDR for Gaussian classifiers with a common covariance, and interpret the resulting decision boundaries. Let y∈{1,…,C} be the classes with prior probabilities p(y=j)=πj, and x∈Rd be the measurement with class conditional densities that are Gaussian with a shared covariance, p(x∣y=j)=N(x∣μj,Σ).
(a) Show that the BDR using the 0-1 loss function is:
g(x)∗=argmaxjgj(x),(6.16)
where the gj(x) for each class is a linear function of x,
gj(x)=wjTx+bj,(6.17)
wj=Σ−1μj,bj=−21μjTΣ−1μj+logπj.(6.18)