Exam Name: | HCIA-AI V3.5 Exam | ||
Exam Code: | H13-311_V3.5 Dumps | ||
Vendor: | Huawei | Certification: | HCIA-AI |
Questions: | 60 Q&A's | Shared By: | abeeha |
An algorithm of unsupervised learning classifies samples in a dataset into several categories. Samples belonging to the same category have high similarity.
When you use MindSpore to execute the following code, which of the following is the output?
from mindspore import ops
import mindspore
shape = (2, 2)
ones = ops.Ones()
output = ones(shape, dtype=mindspore.float32)
print(output)
Which of the following algorithms presents the most chaotic landscape on the loss surface?