
Object detection Part 3 – Local training [Tensorflow]
We look into training your model locally on windows and other platforms.

Object detection Part 2 – Configuration [Tensorflow]
Looking into the configuration file and talk about what the different parameters mean

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.

How to create a self signed certificate
We look at creating self signed certificates and get them working with your docker image. We talk about different encryption and authentication algorithms and other configuration options.

How to run Lighthouse on Travis CI
We look into lighthouse testing on Travis CI and SauceLabs.

How to use lit-html with Polymer
We set up a simple Polymer 3.0 element and then transform it to use lit-html

How to make performant Docker images
We look into how to build docker images for performance. Talk about the compromises between speed and size.

How to load a custom dataset with tf.data [Tensorflow]
We look into how to create TFRecords to and handle images from a custom dataset. Later we load these records into a model and do some predictions.