About 3,580,000 results
Open links in new tab
  1. Tensor (machine learning) - Wikipedia

    Tensor (machine learning) In machine learning, the term tensor informally refers to two different concepts (i) a way of organizing data and (ii) a multilinear (tensor) transformation.

  2. A Gentle Introduction to Tensors for Machine Learning with ...

    Dec 6, 2019 · As a tool, tensors and tensor algebra is widely used in the fields of physics and engineering. It is a term and set of techniques known in machine learning in the training and …

  3. 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 …

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

    Mar 29, 2022 · TensorFlow, PyTorch: every deep learning framework relies on the same basic object: tensors. They’re used to store almost everything in deep learning: input data, weights, …

  5. What is a tensor in machine learning? - California Learning ...

    Jul 9, 2025 · Tensors are a fundamental concept in modern machine learning. Their ability to represent complex data, combined with optimized operations and automatic differentiation …

  6. Using Tensors in Machine Learning: A Complete Guide

    Nov 9, 2024 · We’ll explore not just what tensors are, but why they matter at a deeper level, and how you can leverage them to optimize your machine learning models.

  7. What is Tensor and Tensor Shapes? - GeeksforGeeks

    Jul 23, 2025 · In TensorFlow, tensors are the basic building blocks used to represent data. A tensor can be thought of as a multi-dimensional array, similar to a matrix but with an arbitrary …