3

I'm new to learning neural networks and am trying to understand the role of tensors in them. I am trying to use some neural network libraries, but they are asking me for the dimensions. Could any one explain this concept?

kjetil b halvorsen
  • 63,378
  • 26
  • 142
  • 467
patrickbarker
  • 33
  • 1
  • 4

1 Answers1

4

Tensors seem to have a limited definition in the machine learning community, which sees them as basically multidimensional arrays (generalizing arrays and matrices).

In general in mathematics they are a structure that must satisfy some additional properties. There are a few explanations here.

giorgiosironi
  • 320
  • 3
  • 10