🛠️ I'm passionate about open source and I love to work on projects or reimplement papers. Here are some of my projects:
Distance-based methods for vector comparison and analysis. This is a porting of the JS/TS pkg ml-distance to Rust.
This simple algorithm aims to take in input an unknown raw binary and generate a visualization of it. Trying to find some patterns in the generated image can help to understand the binary.
This project aims to compare the performance of a simple Gzip algorithm coupled with a KNN to the BERT model. This a reproduction of the paper "Less is more" written by Zhiying Jiang.