About 14,300 results
Open links in new tab
  1. Tensor - Wikipedia

    In mathematics, a tensor is an algebraic object that describes a multilinear relationship between sets of algebraic objects associated with a vector space. Tensors may map between different objects such …

  2. Tensor Definition (Illustrated Mathematics Dictionary)

    Illustrated definition of Tensor: The general idea of a tensor is an array of values: A 0-dimensional tensor is a single value, called...

  3. Tensors Explained: Scalars, Vectors, Matrices & Math

    Jun 18, 2017 · In coordinates, a tensor is a multi-dimensional, rectangular scheme of numbers: a single number as a scalar, an array as a vector, a matrix as a linear function, a cube as a bilinear algorithm, …

  4. What is Tensor and Tensor Shapes? - GeeksforGeeks

    Jul 23, 2025 · A tensor can be thought of as a multi-dimensional array, similar to a matrix but with an arbitrary number of dimensions. Tensors can hold various data types, including integers, floating …

  5. Introduction to Tensors | TensorFlow Core

    Aug 15, 2024 · The base tf.Tensor class requires tensors to be "rectangular"---that is, along each axis, every element is the same size. However, there are specialized types of tensors that can handle …

  6. Tensor -- from Wolfram MathWorld

    1 day ago · Tensors are generalizations of scalars (that have no indices), vectors (that have exactly one index), and matrices (that have exactly two indices) to an arbitrary number of indices.

  7. Tensors - W3Schools

    Programming tensor operations in JavaScript, can easily become a spaghetti of loops. Using a JavaScript library will save you a lot of headache. One of the most common libraries to use for tensor …

  8. Introduction to PyTorch Tensors — PyTorch Tutorials 2.12.0+cu130 ...

    You will sometimes see a 1-dimensional tensor called a vector. Likewise, a 2-dimensional tensor is often referred to as a matrix. Anything with more than two dimensions is generally just called a tensor.

  9. What is a Tensor? - DoITPoMS

    What is a Tensor? Tensors are simply mathematical objects that can be used to describe physical properties, just like scalars and vectors. In fact tensors are merely a generalisation of scalars and …

  10. What is a Tensor in Machine Learning? - Towards Data Science

    Mar 29, 2022 · In linear algebra, a tensor with 2 dimensions means it only stores two values. The rank also has a completely different definition: it is the maximum number of its linearly independent …