Member data recovery?

My brother and I recently tried to transfer some data from MacOS to Windows using an external hard drive. Easy peasy, right? Simply copy the data MacOS -> HDD -> Windows. First step was smooth. However, after inserting HDD into Windows a popup appeared. It said more or less something like “The data on your HDD looks corrupted. Do you want Windows to fix it?”. Withouth thinking much about it, we were like yes, sure. Putting the only backup copy of your data in the hands of Windows: sure, what can go wrong?

Read More

Correlation coefficient with matrix multiplication

Assume that we have a matrix $M$ where each row represents some observations from a random variable. How do we calculate the correlation matrix, i.e., a matrix where entry $i,j$ gives the correlation between row $i$ and row $j$? Note that this matrix is symmetric, since the correlation between row $i$ and row $j$ is the same if we invert the indices.

Read More

Member flamegraphs?

I was recently trying to profile a simple program in c++. I then found out about flamegraphs. I’ll write down here for my future reference the steps I followed to generate one.

Read More

Random music

I want to create a series of posts about music and interesting facts related to it.

Read More

Neurips Image

I am creating this post because Neurips 2020 wants us to upload an image of our paper. The best image we could come up is the one of the regret bound of our algorithm :D

Read More

Member Sherman-Morrison?

You should, because of this. Actually, that was the Woodbury formula. As a special case, we have the Sherman-Morrison update, which we here implement in Python:

Read More

Member lower bounds?

Multi-armed bandit algorithms are becoming more and more important in the field of machine learning (at least to me, since I started a PhD on this topic :D). This funny name derives from the one-armed bandit, a name used for a lever operated slot machine (and apparently also for a Belgian rock album).

Read More