Blog posts

2021

Writing your custom sort functions in C++

1 minute read

Published:

In this blog post I will quickly go over how to define your custom comparator for sort() for your data structure in C++ based on two example cases.

2020

Abstract reasoning and conceptual generalisation in deep learning

7 minute read

Published:

In this blog post I will go over the problem of abstract visual reasoning; which has recently emerged as a challenging domain for machine learning tasks. Before I do that I will explain the issues with ‘conceptual’ generalisation in machine learning.