A neural network is trained for a classification task. During training, you monitor the loss function for the train dataset and the validation dataset, along with the accuracy for the validation dataset. The goal is to get an accuracy of 95%.
From the graph, what modification would be appropriate to improve the performance of the model?
Which two statements are correct about deploying machine learning models? (Choose two.)
Which two properties hold true for standardized variables (also known as z-score normalization)? (Choose two.)
A classification task has examples that are labeled as belonging to one of two classes:
•90% of the examples belong to class-1
•10% belong to class-2
Which two techniques are appropriate to deal with the class imbalance? (Choose two.)
A new test to diagnose a disease is evaluated on 1152 people, and 106 people have the disease, and 1046 people do not have the disease. The test results are summarized below:
In this sample, how many cases are false positives and false negatives?
A neural network is composed of a first affine transformation (affine1) followed by a ReLU non-linearity, followed by a second affine transformation (affine2).
Which two explicit functions are implemented by this neural network? (Choose two.)
Which test is applied to determine the relationship between two categorical variables?