Question from the Python Machine Learning test

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

Medium

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 238 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!