Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

. In classification, we typically want to minimize the empirical risk on the training set. This can be represented as minimizing a loss function applied

. In classification, we typically want to minimize the empirical risk on the training set. This
can be represented as minimizing a loss function applied to our training data where here
the loss function corresponds to the 0/1 loss: (f(x), y)=1{f(x)= y}. In this case the
empirical risk of any f is simply given by
Rbn(f)= Xn
i=1
(f(xi), yi).
In this problem we will consider the effect of instead minimizing an asymmetric loss function:
\alpha ,\beta (f(x), y)=\alpha 1{f(x)=1, y =0}+\beta 1{f(x)=0, y =1}.
Under this loss function, the two types of error receive different weights, determined by
\alpha ,\beta >0.
2
(a) Determine the Bayes optimal classifier for this loss function, i.e., assuming that the
distribution of (X, Y ) is known, what is the classifier that minimizes the expected loss
E[\alpha ,\beta (f(X), Y )] where \alpha ,\beta >0.
(b) Suppose that the class y =0 is extremely uncommon (i.e., P[Y =0] is small). This
means that the classifier f(x)=1 for all x will have small risk/probability of error.
We could try to put the two classes on even footing by considering the modified risk
function:
Re(f)= P[f(X)=1|Y =0]+ P[f(X)=0|Y =1].
Show that minimizing Re(f) is equivalent to choosing a certain \alpha ,\beta and minimizing
E \alpha ,\beta (f(X), Y ) for this specific \alpha ,\beta .

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional SQL Server 2012 Internals And Troubleshooting

Authors: Christian Bolton, Justin Langford

1st Edition

1118177657, 9781118177655

Students also viewed these Databases questions