📜  TenserFlow.js 张量创建完整参考

📅  最后修改于: 2022-05-13 01:56:23.420000             🧑  作者: Mango

TenserFlow.js 张量创建完整参考

TensorFlow.js 是由 Google 设计的开源 JavaScript 库,用于开发机器学习模型和深度学习神经网络。张量是核心数据结构,是向量和矩阵的泛化。它的维度可能更高。 Creation 用于以机器学习中使用的不同方式创建张量。

TenserFlow.js 张量创建函数:

  • TensorFlow.js tf.tensor()函数
  • TenserFlow.js tf.scalar()函数
  • TenserFlow.js tf.tensor1d()函数
  • TenserFlow.js tf.tensor2d()函数
  • TenserFlow.js tf.tensor3d函数
  • TensoFlow.js tf.tensor4d函数
  • TenserFlow.js tf.tensor5d()函数
  • TenserFlow.js tf.tensor6d()函数
  • TenserFlow.js tf.buffer()函数
  • TenserFlow.js tf.clone()函数
  • TenserFlow.js tf.complex()函数
  • TenserFlow.js tf.diag()函数
  • TenserFlow.js tf.eye()函数
  • TenserFlow.js tf.fill()函数
  • TenserFlow.js tf.imag()函数
  • TenserFlow.js tf.linspace()函数
  • TenserFlow.js tf.oneHot()函数
  • TenserFlow.js tf.ones()函数
  • TenserFlow.js tf.onesLike()函数
  • TenserFlow.js tf.print()函数
  • TenserFlow.js tf.range()函数
  • TenserFlow.js tf.real()函数
  • TenserFlow.js tf.truncatedNormal()函数
  • TenserFlow.js tf.variable()函数
  • TenserFlow.js tf.zeros()函数
  • TenserFlow.js tf.zerosLike()函数