Computer Science, asked by yadavsnehasneha5648, 10 months ago

We have a 50 x 25 grid with 5 separate quantities for each entry of the grid. Each of the 5 quantities is further represented by 100 values.
If we want to represent the 50 such grids using a tensor, what is the best way to represent such a tensor (defined using NumPy),
say X? Given below are the dimensions of 4 tensors. Choose the best option.
(50, 25, 5, 100, 50)
(50, 50, 25, 5, 100)
(25, 50, 100, 5, 50)
(50, 50, 25, 100, 5)

Answers

Answered by rajputnitin123
0

Answer:

sry dude didn't get question at all........

Similar questions