Trustworthy AI

1105 words

We are already using AI models whether we are conscious of it or not. Models are increasingly being embedded in all sorts of applications including those making high impact decisions. Trusting these models will be a key to their adoption.

Image Processing with Torchvision

1127 words

This is a brief overview of the most common image-processing tasks that can be performed using the PyTorch Torchvision package. Including classification, localisation, object detection, instance segmentation and semantic segmentation.

COVID-19 - Ireland Cases

415 words

Download Covid-19 case data from Ireland’s COVID-19 Data Hub and tabulate and plot using a Python script.

Data Logger - Part 3 - Visualization

520 words

This is the third in a series of posts to build a simple data logger system for temperature and relative humidity. Part 3 will use the Python Pandas package to visualize the data logged in the Amazon Timestream database.

Data Logger - Part 2 - Storage

688 words

This is the second in a series of posts to build a simple data logger system for temperature and relative humidity. Part 2 will send data to an Amazon Timestream database.

Data Logger - Part 1 - Hardware

625 words

This is the first in a series of posts to build a simple data logger system for temperature and relative humidity. Part 1 will build the hardware.