bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch
Learn/AI

AI

TensorFlow

TensorFlow focused on TensorFlow Operations and related concepts.

Lesson 1

TensorFlow.js Tutorial

TensorFlow.js Tutorial

3 min
Read lesson →
Lesson 2

TensorFlow Operations

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([…

2 min
Read lesson →
Lesson 3visual

TensorFlow Models

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…

3 min
Read lesson →
Lesson 4visual

TensorFlow.js Visor

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…

2 min
Read lesson →