Inputbox – live coding web component

2018-08-19 23:08:48 - No Comments

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

Read more →

Accessibility basics

2018-08-12 23:08:32 - No Comments

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

Read more →

JIB – Dockerize your java build

2018-08-06 00:08:17 - No Comments

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

Read more →

Object detection Part 6 – Inference in java [Tensorflow]

2018-07-29 23:07:51 - No Comments

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.

Read more →

Object detection Part 5 – Evaluation and Tensorboard [Tensorflow]

2018-07-23 00:07:50 - No Comments

We look closely at how to run the evaluation in windows and evaluate the result in Tensorboard.

Read more →

Object detection Part 4 – Training in the cloud [Tensorflow]

2018-07-15 23:07:30 - No Comments

We look at configuring and running training in the cloud.

Read more →

Object detection Part 3 – Local training [Tensorflow]

2018-07-08 23:07:28 - No Comments

We look into training your model locally on windows and other platforms.

Read more →

Object detection Part 2 – Configuration [Tensorflow]

2018-07-01 23:07:26 - No Comments

Looking into the configuration file and talk about what the different parameters mean

Read more →

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 →