
Inputbox – live coding web component
Using the material design we create a new web component with an input box and label.

Accessibility basics
I go through the basics of accessibility. Web Content Accessibility Guidelines (WCAG) 2.1 https://www.w3.org/TR/WCAG21/

JIB – Dockerize your java build
We look at dockerizing our java build both in the cloud and in our local docker environment.

Object detection Part 6 – Inference in java [Tensorflow]
We look at exporting our model into saved_model and use that in java in order to run inference on images the model never is seen before.

Object detection Part 5 – Evaluation and Tensorboard [Tensorflow]
We look closely at how to run the evaluation in windows and evaluate the result in Tensorboard.

Object detection Part 4 – Training in the cloud [Tensorflow]
We look at configuring and running training in the cloud.

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.