Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

About

I’m a software engineer and a Ph.D. candidate, focusing on machine learning.

Machine learning and data science articles from the master’s and Ph.D. work.

Posts

Using LLMs to summarize GitHub issues

15 minute read

A learning exercise on using large language models (LLMs) for summarization. It uses GitHub issues as a practical use case that we can relate to.

Vision transformer properties

12 minute read

Vision transformers are not just a replacement for CNNs and RNNs. They have some interesting properties.

Machine learning, but not understanding

12 minute read

In the expression ‘machine learning’, are the machines actually learning anything? Let’s explore what ‘learning’ means for machine learning, guided by Melani...

Explainability: end-users considerations

4 minute read

If we assume that explaining to the end-users how a machine learning (ML) model makes its predictions increases their trust on that model, the question is th...

Would you trust AI to do [X]?

7 minute read

Exploring ‘robustness’ as a factor to trust AI products, with examples of how difficult it is to create robust AI products.

Bias in data science and machine learning

7 minute read

Of all the problems that may crop up in the machine learning lifecycle (acquire data, train a model, test the model, deploy, and monitor), biased data is the...