Question 121

The activation value output for a neuron in a neural network is obtained by applying computation to the neuron.
Which ONE of the following options BEST describes the inputs used to compute the activation value?
  • Question 122

    Which of the following is a dataset issue that can be resolved using pre-processing?
  • Question 123

    A motorcycle engine repair shop owner wants to detect a leaking exhaust valve and fix it before it falls and causes catastrophic damage to the engine. The shop developed and trained a predictive model with historical data files from known health engines and ones which experienced a catastrophic fails due to exhaust valve failure. The shop evaluated 200 engines using this model and then disassembled the engines to assess the true state of the valves, recording the results in the confusion matrix below.
    What is the precision of this predictive model
  • Question 124

    Which of the following decisions is BEST as a test approach for the described situation?
    Choose ONE option (1 out of 4)
  • Question 125

    Consider a machine learning model where the model is attempting to predict if a patient is at risk for stroke.
    The model collects information on each patient regarding their blood pressure, red blood cell count, smoking status, history of heart disease, cholesterol level, and demographics. Then, using a decision tree the model predicts whether or not the associated patient is likely to have a stroke in the near future. Once the model is created using a training dataset, it is used to predict a stroke in 80 additional patients. The table below shows a confusion matrix on whether or not the model made a correct or incorrect prediction.

    The testers have calculated what they believe to be an appropriate functional performance metric for the model. They calculated a value of 0.6667.
    Which metric did the testers calculate?