Google News
logo
Deep Learning - Interview Questions
What do you understand by Tensors?
Tensors are nothing but a de facto for representing the data in deep learning. They are just multidimensional arrays, which allows us to represent the data having higher dimensions. In general, we deal with high dimensional data sets where dimensions refer to different features present in the data set.
Advertisement