Object detection Part 1 – Create custom dataset [Tensorflow]

2018-06-24 23:06:16 - No Comments

We build TFRecord file using java and talking about how to easily label your images for object detection.

Read more →

Machine Learning Basics with ml5js

2018-06-17 23:06:20 - No Comments

We look at an example from ml5js to load images and predict them

Read more →

How to use Regular Expressions

2018-06-11 00:06:29 - No Comments

We look at a regular expression to parse a URL in detail so we can reason about regex.

Read more →

Convert your model to tensorflow lite

2018-06-04 00:06:22 - No Comments

We use Toco to convert our cats and dogs model to Tensorflow lite and run it on an Android device.

Read more →