top of page
tf.expandDims(): adding a new dimension on tensors in TensorFlow,js
Certainly! The tf.expandDims() function in TensorFlow.js is used to modify the shape of a tensor by inserting an additional dimension at...
Jorge Guerra Pires
Mar 29, 20241 min read
9
0


Tensors are all zero in tf.browser.fromPixels: loading images from div/canva
You may get all zero values for your tensors using tf.browser.fromPixels when using div/canva for loading your images
Jorge Guerra Pires
Jul 26, 20231 min read
11
0


Predicting pneumonia using transfer learning powered by MobileNet
A model using transfer learning using mobilenet cannot just say if some has pneumonia, but also say if it is virus or bacteria!
Jorge Guerra Pires
Jul 25, 20231 min read
39
0


The unsinkable sank: using danfojs to study the Titanic
We all know from Hollywood about the Titanic. What about from a data science perspective. They said women and children first.
Jorge Guerra Pires
Jul 21, 20231 min read
15
0


Danfojs: a friend from TensorFlow.js
Similar to python, in JavaScript we have a powerful way to analyze datasets called Danfojs
Jorge Guerra Pires
Jul 20, 20231 min read
8
0


Update: Learning TensorFlow.js Book by Gant Laborde
On chapter 9: Classification Models and Data Analysis. Attention to updates on the library danfojs. On book "const df = await...
Jorge Guerra Pires
Jul 20, 20231 min read
9
0
Need datasets for training your model? got you covered!
Dataset is crucial for training. We are at the best moment ever, you can find datasets as you can find water on earth.
Jorge Guerra Pires
Jul 19, 20231 min read
4
0


Detecting and highlighing objects using ssd_mobilenet_v2
A very nice application of computer vision is identifying objects in photos!
Jorge Guerra Pires
Jul 18, 20231 min read
65
0


Object detection using coco-ssd
One nice application of machine learning is object detection. One must identify all the objects in an image.
Jorge Guerra Pires
Jul 18, 20231 min read
6
0


Finding dogs on photos
It is possible, with public models, find dogs and make a square on their face!
Jorge Guerra Pires
Jul 17, 20231 min read
6
0


Inception v3 as object classifier
Luckily, we have a variety of options for object detection. Inception v3 is a very powerful option.
Jorge Guerra Pires
Jul 17, 20231 min read
14
0


Logistic regression
With little work, you can build apps to classify datasets into groups, called logistic regression.
Jorge Guerra Pires
Jul 16, 20231 min read
15
0


Truck detector
You can use mobilenet, effortless, to detect objects. As one example, what about detecting trucks? you can change for the object you want!
Jorge Guerra Pires
Jul 16, 20231 min read
28
0


Basics of tensors in TensorFlow.js
Tensor is the building blocks in TensorFlow.js. Any problem should be transformed into tensors before being presented to the model.
Jorge Guerra Pires
Jul 16, 20231 min read
11
0


tf.browser.toPixels: plotting images from tensors
tf.browser.toPixels allows one to plot images from tensors in tensorflow.js, pretty handy option
Jorge Guerra Pires
Jul 16, 20231 min read
15
0
bottom of page