
Object detection Part 1 – Create custom dataset [Tensorflow]
We build TFRecord file using java and talking about how to easily label your images for object detection.

Machine Learning Basics with ml5js
We look at an example from ml5js to load images and predict them

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

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