Halloween Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

HCIA-AI H13-311_V3.5 Reddit Questions

HCIA-AI V3.5 Exam Questions and Answers

Question 9

Which of the following are feedforward neural networks?

Options:

A.

Fully-connected neural networks

B.

Recurrent neural networks

C.

Boltzmann machines

D.

Convolutional neural networks

Question 10

"AI application fields include only computer vision and speech processing." Which of the following is true about this statement?

Options:

A.

This statement is false. The application fields of AI include computer vision, speech processing, natural language processing, and others.

B.

This statement is false. AI application fields include only computer vision and natural language processing.

C.

This statement is true. Voice data is processed with extremely high accuracy.

D.

This statement is true. Computer vision is the most important AI application.

Question 11

Which of the following statements is false about the debugging and application of a regression model?

Options:

A.

If the model does not meet expectations, you need to use data cleansing and feature engineering.

B.

After model training is complete, you need to use the test dataset to evaluate your model so that its generalization capability meets expectations.

C.

If overfitting occurs, you can add a regularization term to the Lasso or ridge regression and adjust hyperparameters.

D.

If underfitting occurs, you can use a more complex regression model, for example, logistic regression.

Question 12

When using the following code to construct a neural network, MindSpore can inherit the Cell class and rewrite the __init__ and construct methods.

Options:

A.

TRUE

B.

FALSE