ML Meanders

Following curiosity wherever it leads

Daniel Braithwaite

Hi, I'm Daniel. I'm a Machine Learning Manager at Nubank, where I lead a team building ML Foundation Models for financial systems at scale. This blog is not about polished takes, it's for curiosity and thinking out loud.

Recent Posts

  • The Thought That Counts: Exploring Chain of Thought Prompting

    · 9 min read

    We reproduce chain-of-thought experiments across base, instruction-tuned, and reasoning models. The results suggest that reported CoT gains on modern models are mostly artifacts of suppression, not necessarily reasoning improvements.

  • On the Issues with Transpose Convolution and GAN Based Synthesis

    · 8 min read

    In this post, we discuss the issue of checkerboard artefacts introduced by transpose convolution layers as well as proposed solutions to this problem. Experiments on audio synthesis are also given, further motivating these methods.

  • Contrastive Predictive Coding for Representation Learning

    · 23 min read

    An exploration of Noise Contrastive Estimation (NCE) and how it enables Contrastive Predictive Coding (CPC) for learning useful representations from high-dimensional sequential data like speech.