Question 6 of 62
When should median value be used instead of mean value for imputing missing data?
    Correct Answer: D

Question 7 of 62
Given the following matrix multiplication:
Exam C1000-059: Question 7 - Image 1
What is the value of P?
    Correct Answer: C

Question 8 of 62
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.)
    Correct Answer: C, D

Question 9 of 62
The formula for recall is given by (True Positives) / (True Positives + False Negatives).
What is the recall for this example?
Exam C1000-059: Question 9 - Image 1
    Correct Answer: B

Question 10 of 62
After importing a Jupyter notebook and CSV data file into IBM Watson Studio in the IBM Public Cloud project, it is discovered that the notebook code can no longer access the CSV file.
What is the most likely reason for this problem?
    Correct Answer: C