All kernels of the same convolutional layer in a convolutional neural network share a weight.
Which of the following are subfields of AI?
When you use MindSpore to execute the following code, which of the following is the output?
python
Copy code
x = Tensor(np.array([[1, 2], [3, 4]]), dtype.int32)
x.dtype
Sigmoid, tanh, and softsign activation functions cannot avoid vanishing gradient problems when the network is deep.