📜  TensorFlow.js 层卷积完整参考

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

TensorFlow.js 层卷积完整参考

TensorFlow.js 是由 Google 设计的开源 JavaScript 库,用于开发机器学习模型和深度学习神经网络。

TensorFlow.js Layers 卷积函数:

  • TensorFlow.js tf.layers.conv1d()函数
  • TensorFlow.js tf.layers.conv2d()函数
  • TensorFlow.js tf.layers.conv2dTranspose()函数
  • TensorFlow.js tf.layers.conv3d()函数
  • TensorFlow.js tf.layers.cropping2D()函数
  • TensorFlow.js tf.layers.depthwiseConv2d()函数
  • TensorFlow.js tf.layers.separableConv2d()函数
  • TensorFlow.js tf.layers.upSampling2d()函数