Huawei HCIA-AI V3.5 H13-311_V3.5 Exam Questions

Page: 1 / 14
Total 60 questions
Question 1

Which of the following statements about datasets are true?



Answer : A, B, C

In machine learning:

The testing set is a dataset used after training to evaluate the model's performance and generalization ability. Each sample in this set is called a test sample.

A dataset generally has multiple dimensions, with each dimension representing a feature or attribute of the data.

A typical machine learning process divides the data into a training set (to train the model), a validation set (to tune hyperparameters and avoid overfitting), and a test set (to evaluate the model's final performance).

The statement that the validation set and test set are the same is false because they serve different purposes: validation is for hyperparameter tuning, while testing is for final model evaluation.


Question 2

Which of the following are feedforward neural networks?



Answer : A, D

Feedforward neural networks (FNNs) are networks where information moves in only one direction---forward---from the input nodes through hidden layers to the output nodes. Both fully-connected neural networks (where each neuron in one layer connects to every neuron in the next) and convolutional neural networks (CNNs) (which have a specific architecture for image data) are examples of feedforward networks.

However, recurrent neural networks (RNNs) and Boltzmann machines are not feedforward networks. RNNs include loops where information can be fed back into previous layers, and Boltzmann machines involve undirected connections between units, making them a form of a stochastic network rather than a feedforward structure.


Question 3

Which of the following statements are true about the k-nearest neighbors (k-NN) algorithm?



Answer : B, D

The k-nearest neighbors (k-NN) algorithm is a non-parametric algorithm used for both classification and regression. In classification tasks, it typically uses majority voting to assign a label to a new instance based on the most common class among its nearest neighbors. The algorithm works by calculating the distance (often using Euclidean distance) between the query point and the points in the dataset, and then assigning the query point to the class that is most frequent among its k nearest neighbors.

For regression tasks, k-NN can predict the outcome based on the mean of the values of the k nearest neighbors, although this is less common than its classification use.


Question 4

Huawei Cloud EI provides knowledge graph, OCR, machine translation, and the Celia (virtual assistant) development platform.



Answer : A

Huawei Cloud EI (Enterprise Intelligence) provides a variety of AI services and platforms, including knowledge graph, OCR (Optical Character Recognition), machine translation, and the Celia virtual assistant development platform. These services enable businesses to integrate AI capabilities such as language processing, image recognition, and virtual assistant development into their systems.


Question 5

Huawei Cloud ModelArts provides ModelBox for device-edge-cloud joint development. Which of the following are its optimization policies?



Answer : A, B, C

Huawei Cloud ModelArts provides ModelBox, a tool for device-edge-cloud joint development, enabling efficient deployment across multiple environments. Some of its key optimization policies include:

Hardware affinity: Ensures that the models are optimized to run efficiently on the target hardware.

Operator optimization: Improves the performance of AI operators for better model execution.

Automatic segmentation of operators: Automatically segments operators for optimized distribution across devices, edges, and clouds.

Model replication is not an optimization policy offered by ModelBox.


Question 6

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



Answer : D

Logistic regression is not a solution for underfitting in regression models, as it is used primarily for classification problems rather than regression tasks. If underfitting occurs, it means that the model is too simple to capture the underlying patterns in the data. Solutions include using a more complex regression model like polynomial regression or increasing the number of features in the dataset.

Other options like adding a regularization term for overfitting (Lasso or Ridge) and using data cleansing and feature engineering are correct methods for improving model performance.


Question 7

What are the application scenarios of computer vision?



Answer : A, B, C

Computer vision, a subfield of AI, has various application scenarios that involve the analysis and understanding of images and videos. Some key application scenarios include:

Video action analysis: Identifying and analyzing human actions or movements in videos.

Image search: Using visual information to search for similar images in large databases.

Smart albums: Organizing and categorizing photos using AI-based image recognition algorithms to group them by themes, people, or events.

Voice navigation is a part of natural language processing and speech recognition, not computer vision.


Page:    1 / 14   
Total 60 questions