Question 1
The ML team in a movie production company wanted to predict whether a movie will earn 100 cr or not by using some classification models. Therefore, the team collected presence/absence of various factors from the movies in the past. The data and the corresponding labels are shown in the Table below.
| [0,1,1] | 0 |
| [1,0,1] | 1 |
| [1,0,0] | 1 |
| [1,1,1] | 1 |
| [1,1,0] | 1 |
Compute the loss of the model if they use
and
Note: Enter the answer correct to two decimal places.
