Question: parametric model is designed to solve a supervised learning - binary classification problem. The problem has n input features and a binary output y in

parametric model is designed to solve a supervised learning - binary classification
problem. The problem has n input features and a binary output y in {0,1}. The model
would compute a predicted probability function p : Rn (0,1) with p(v) representing
the probability that the input v belongs to class y =1.
Consider the following data:.
1
v y pA pB
v110.950.90
v200.350.40
v310.700.80
v410.600.55
v510.800.77
The first two columns from the left provide a training dataset of size m =5.
One considers two distinct parameter sets, to be possibly used by the model:
Parameter set A leads to a probability function pA : Rn (0,1). The values of pA
on the training inputs are given in column three (labeled pA).
Parameter set B leads to a probability function pB : Rn (0,1). The values of pB
on the training inputs are given in column three (labeled pB ).
The model uses Binary Cross-Entropy as loss function. Between the two parameters A
and B, which one is preferable for the model to use?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!