makeporngreatagain.pro
yeahporn.top
hd xxx

Practice Test 1 | Google Cloud Certified Professional Data Engineer | Dumps | Mock Test

4,829

You have built a machine learning model to classify if a customer would buy a certain product when recommended by the company’s website. You trained the model with a sample set. Upon testing the model, you found out only 28% of the testing sets are actually true positives and the model isn’t very accurate. You figured out the model is over-fitted. How would you solve this?

A. Increase training data, increase feature parameters & increase regularization.
B. Decrease training data, decrease feature parameters & increase regularization.
C. Increase training data, decrease feature parameters & increase regularization.
D. Increase training data, decrease feature parameters & decrease regularization.

Answer: C.

Overfitting happens when a model performs well on a training set, generating only a small error, while giving wrong output for the test set. This happens because the model is only picking up specific features input found in the training set instead of picking out general features of the given training set.

To solve overfitting, the following would help improving the model’s quality:

    • Increase the number of examples, the more data a model is trained with, the more use cases the model can be training on and better improves its predictions.
    • Tune hyperparameters which is related to number and size of hidden layers (for neural networks), and regularization, which means using techniques to make your model simpler such as using dropout method to remove neuron networks or adding “penalty” parameters to the cost function.
    • Remove features by removing irrelevant features. Feature engineering is a wide subject and feature selection is a critical part of building and training a model. Some algorithms have built- in feature selection, but in some cases, data scientists need to cherry-pick or manually select or remove features for debugging and finding the best model output.

From the brief explanation, to solve the overfitting problem in the scenario, you need to:

    • Increase the training set.
    • Decrease features parameters.
    • Increase regularization.

Hence, answer C is correct.

Source(s):

Building a serverless Machine learning model: https://cloud.google.com/solutions/building-a- serverless-ml-model

Comments are closed, but trackbacks and pingbacks are open.

baseofporn.com https://www.opoptube.com
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.