Recent Posts

Text Classification using RoBERTa

1 minute read

RoBERTa (Robustly Optimized BERT Approach) is a powerful transformer model that has shown excellent performance in various NLP tasks. In this post, I’ll expl...

Influence Functions

4 minute read

Introduction It’s a classic technique from robust statistics (1), to understand and improve machine learning models. By tracing a model’s prediction back to ...

Notes on Forward Forward Algorithm

1 minute read

The forward-forward algorithm is a novel method for training neural networks as an alternative to backpropagation.

Early detection of 3D printing issues

2 minute read

This Kaggle competition required us to focus on a particular kind of anomaly, which was to detect under extrusion. Under extrusion in 3D printing occurs when...