About 71,300 results
Open links in new tab
  1. 一篇文章终于能把张量(Tensor)搞清楚了! - 知乎

    张量是将向量和矩阵推广到任意维度的泛化形式,理解它们如何相互作用对于机器学习尤其是在深度学习和神经网络领域,张量是非常基础和重要的概念。 它们能够高效地表示和操作多维数据,这对于处 …

  2. Tensor - Wikipedia

    Just as a rectangular matrix has two axes, a horizontal and vertical axis to indicate the position of each entry, a more general tensor has as many axes as there are factors in the tensor product to which it …

  3. PyTorch 张量(Tensor) - 菜鸟教程

    PyTorch 张量(Tensor) 张量是一个多维数组,可以是标量、向量、矩阵或更高维度的数据结构。 在 PyTorch 中,张量(Tensor)是数据的核心表示形式,类似于 NumPy 的多维数组,但具有更强大的 …

  4. FREE online image generator and model hosting site! | Tensor.Art

    Home Library Canvas New Models AI Tools Posts Workflows Articles Events Leaderboard Channel Character Anime Realistic Illustration Sci-Fi Visual Design Space Design Game Design TAMS …

  5. 一文带你读懂深度学习中的张量(tensor)是什么,它的运算是怎样的…

    Aug 3, 2022 · 张量 在多维 Numpy 数组中,也叫张量(tensor)。 一般来说,当前所有机器学习系统都使用张量作为基本数据结构。 张量这一概念的核心在于,它是一个数据容器。 它包含的数据几乎总 …

  6. 笔记 | 什么是张量(tensor)& 深度学习 - 知乎

    Tensor,中文叫张量,是深度学习的一个基础,不然TensorFlow也不会叫Tensor和Flow了。 关于张量的讨论,网上已经有很多了,但是能不能简简单单让我理解和记住呢? 因此我来总结一下在深度学习 …

  7. Best Free AI Models - Download & Run Online | Tensor.Art

    Browse and run AI models on TensorArt. Explore ZImage, Flux, Illustrious XL, Wan 2.2, Stable Diffusion, and more. Download checkpoints, LoRAs, and...

  8. 張量 - 维基百科,自由的百科全书

    張量 張量 (英語: Tensor)在数学中是一个 代数对象,描述了与向量空间相关的代数对象集之间的 多重线性映射。 张量可以作为不同的对象之间的 映射,例如 向量 、 标量 以及其他张量。

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

  10. 深度学习基础之三分钟轻松搞明白tensor到底是个啥-腾讯云开发者社区 …

    Sep 29, 2021 · PyTorch和TensorFlow的核心是Tensor,即可在GPU上运行的多维数据结构,类似NumPy数组但计算更快。 Tensor支持多种创建方式,如torch.tensor、torch.zeros等,可便捷 …