TensorFlow.js is an open-source JavaScript library designed by Google to develop Machine Learning models and deep learning neural networks.
TensorFlow.js Operations Convolution Functions:
- TensorFlow.js tf.avgPool3d() Function
- TensorFlow.js tf.conv1d() Function
- TensorFlow.js tf.conv2d() Function
- TensorFlow.js tf.conv2dTranspose() Function
- TensorFlow.js tf.conv3d() Function
- TensorFlow.js tf.conv3dTranspose() Function
- TensorFlow.js tf.depthwiseConv2d() Function
- TensorFlow.js tf.dilation2d() Function
- TensorFlow.js tf.maxPool3d() Function
- TensorFlow.js tf.maxPoolWithArgmax() Function
- TensorFlow.js tf.pool() Function
- TensorFlow.js tf.separableConv2d() Function