Summer Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Legit CT-AI_(v1.0)_World Exam Download

ISTQB Certified Tester AI Testing (v 1.0) Questions and Answers

Question 9

Which ONE of the following models BEST describes a way to model defect prediction by looking at the history of bugs in modules by using code quality metrics of modules of historical versions as input?

SELECT ONE OPTION

Options:

A.

Identifying the relationship between developers and the modules developed by them.

B.

Search of similar code based on natural language processing.

C.

Clustering of similar code modules to predict based on similarity.

D.

Using a classification model to predict the presence of a defect by using code quality metrics as the input data.

Question 10

Which ONE of the following describes a situation of back-to-back testing the LEAST?

SELECT ONE OPTION

Options:

A.

Comparison of the results of a current neural network model ML model implemented in platform A (for example Pytorch) with a similar neural network model ML model implemented in platform B (for example Tensorflow), for the same data.

B.

Comparison of the results of a home-grown neural network model ML model with results in a neural network model implemented in a standard implementation (for example Pytorch) for same data

C.

Comparison of the results of a neural network ML model with a current decision tree ML model for the same data.

D.

Comparison of the results of the current neural network ML model on the current data set with a slightly modified data set.

Question 11

A ML engineer is trying to determine the correctness of the new open-source implementation *X", of a supervised regression algorithm implementation. R-Square is one of the functional performance metrics used to determine the quality of the model.

Which ONE of the following would be an APPROPRIATE strategy to achieve this goal?

SELECT ONE OPTION

Options:

A.

Add 10% of the rows randomly and create another model and compare the R-Square scores of both the model.

B.

Train various models by changing the order of input features and verify that the R-Square score of these models vary significantly.

C.

Compare the R-Square score of the model obtained using two different implementations that utilize two different programming languages while using the same algorithm and the same training and testing data.

D.

Drop 10% of the rows randomly and create another model and compare the R-Square scores of both the models.

Question 12

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?

SELECT ONE OPTION

Options:

A.

Individual bias at the neuron level, activation values of neurons in the previous layer, and weights assigned to the connections between the neurons.

B.

Activation values of neurons in the previous layer, and weights assigned to the connections between the neurons.

C.

Individual bias at the neuron level, and weights assigned to the connections between theneurons.

D.

Individual bias at the neuron level, and activation values of neurons in the previous layer.