TensorFlow.js Layers Pooling Complete Reference
TensorFlow.js is an open-source JavaScript library designed by Google to develop Machine Learning models and deep learning neural networks.
TensorFlow.js Layers Functions
- TensorFlow.js tf.layers.averagePooling1d() Function
- TensorFlow.js tf.layers.averagePooling2d() Function
- TensorFlow.js tf.layers.averagePooling3d() Function
- TensorFlow.js tf.layers.globalAveragePooling1d() Function
- TensorFlow.js tf.layers.globalAveragePooling2d() Function
- TensorFlow.js tf.layers.globalMaxPooling1d() Function
- TensorFlow.js tf.layers.globalMaxPooling2d() Function
- TensorFlow.js tf.layers.maxPooling1d() Function
- TensorFlow.js tf.layers.maxPooling2d() Function
- TensorFlow.js tf.layers.maxPooling3d() Function
Please Login to comment...