notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Tensor.md (194B)


      1 # Tensor
      2 
      3 ML P626
      4 
      5 **Definition:** A tensor is a multidimensional array of any dimensionallity. 
      6 
      7 Tensors can be 0-dim (scalars), 1-dim (vectors), 2-dim (matrix), and higher dimensions as well.