TensorFlow.js Tutorial
Add Subtract Multiply Divide Square Reshape Tensor Addition You can add two tensors using tensorA.add(tensorB) Example const tensorA = tf.tensor([[1, 2], [3, 4], [5, 6]]); const tensorB = tf.tensor([…
TesorFlow.js A JavaScript Library for Training and Deploying Machine Learning Models In the Browser Tensorflow Models Models and Layers are important building blocks in Machine Learning. For differen…
TensorFlow Visor is a graphic tools for visualizing Machine Learning It contains functions for visualizing TensorFlow Models Visualizations can be organized in Visors (modal browser windows) Can be u…