TensorFlow.js is an open-source JavaScript library designed by Google to develop Machine Learning models and deep learning neural networks.
TensorFlow.js Layers Convolutional functions:
- TensorFlow.js tf.layers.conv1d() Function
- TensorFlow.js tf.layers.conv2d() Function
- TensorFlow.js tf.layers.conv2dTranspose() Function
- TensorFlow.js tf.layers.conv3d() Function
- TensorFlow.js tf.layers.cropping2D() Function
- TensorFlow.js tf.layers.depthwiseConv2d() Function
- TensorFlow.js tf.layers.separableConv2d() Function
- TensorFlow.js tf.layers.upSampling2d() Function