Blog posts

2022

Image Data Pipelines in Python

11 minute read

Published:

In this blogpost I will present a possible pipeline approach that can be used to model with image data, using ImageDataGenerator objects from the Keras image preprocessing library (TensorFlow backend) in Python. Jay Acharya, Neil Molkenthin and I collaborated on this and presented it in a Digital Futures Deep Learning workshop.

Mushrooms are fun (but deadly)

15 minute read

Published:

In this blogpost I use a popular Kaggle dataset to build class predictive models. The aim is to determine if a mushroom is poisonous or edible based on a minimum number of traits.