top of page
AI


Keras : Running the In-Built Classifiers
This tutorial demonstrates the use of classifiers in the keras applications module; with a full end-to-end example with resnet achitectures

Tom Jubb
Feb 29, 20206 min read


Tensorflow Object Detection : Reading and Writing Records
In a previous post I looked at training a Tensorflow object detector using a custom dataset. It requires bundling up the image and object...

Tom Jubb
Feb 28, 20204 min read


Tensorflow Object Detection : Making Predictions
In this tutorial I will try to demonstrate how to run a trained Tensorflow object detection model for "inference", or in other words, to...

Tom Jubb
Feb 23, 20202 min read


Tensorflow Object Detection : Training with Custom Dataset (Windows)
In this tutorial, I will explain how to get the Tensorflow object detection API training one of its many object detector CNN models on a...

Tom Jubb
Feb 16, 20205 min read


Installing Tensorflow Object Detection API on Windows
I thought I would start off the AI topic with a brief tutorial on how to get the Tensorflow object detection API up and running on...

Tom Jubb
Feb 14, 20204 min read
bottom of page

