TensorFlow.js is an open-source JavaScript library designed by Google to develop Machine Learning models and deep learning neural networks.
TensorFlow.js Operations Arithmetic Functions:
- TensorFlow.js tf.add() Function
- TensorFlow.js tf.sub() Function
- TensorFlow.js tf.mul() Function
- TensorFlow.js tf.div() Function
- TensorFlow.js tf.addN() Function
- TensorFlow.js tf.divNoNan() Function
- TensorFlow.js tf.floorDiv() Function
- TensorFlow.js tf.maximum() Function
- TensorFlow.js tf.minimum() Function
- TensorFlow.js tf.mod() Function
- TensorFlow.js tf.pow() Function
- TensorFlow.js tf.squaredDifference() Function