Which of the following aspects belong to Huawei's full stack AI solution?
Ascend
CANN
ModelArts
MindSpore
TensorF1ow2.0 Can be used to check if it is tensor The methods are?
dtype
isinstance
is_tensor
device
What does factors that promote the development of artificial intelligence not include?
Big data
Computing ability
Algorithm theory
Block chain
What of the following does belong to convolutional neural network (CNN)? (Multiple Choice)
VGGNet
ResNet
AlexNet
GoogleNet
Which of the following options is not the Tensorflow build process?
Building a calculation chart
Input tensor
Generate a session
Update weights I Right Answers)
Which description is wrong about the hyperparameter?
1-typerparameters are parameters that set values before the algorithm begins learning.
Most machine learning algorithms have hyperparameters.
Hyperparameters cannot be modified
The value of the hyperparameter is not learned by the algorithm itself.
Regarding backpropagation, the following statement is wrong?
Backpropagation can only be used in feedforward neural networks
Backpropagation can be combined with gradient descent algorithm to update network weights
Backpropagation passes through the activation function
Back propagation refers to the back propagation of errors through the network
What are the Python language data types? (Multiple Choice)
numbers
string
list
tuple
dictionary