Question from the Python Machine Learning test

What is the dimension of the vec array created with the following statement?

Hard

What is the dimension of the vec array created with the following statement?

vec = numpy.array([[[1,1],[1,1],[1,1]],[[2,2],[2,2],[2,2]]])
Author: W3D TeamStatus: PublishedQuestion passed 169 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!