to the power of n

Asymptotically greater.

MusicSegmentationML: Tagging Song Parts with Machine Learning

MusicSegmentationML is a supervised sequence-to-sequence machine learning project that labels parts of songs (audio WAV files) with their corresponding song segment type (such as verse, chorus, bridge, etc.).

Memery: Analyzing Heap Memory for Fun and Profit

memery is a proof-of-concept tool for extracting information about the high-level program constructs of an executable with a memory read vulnerability by following chains of pointers. It was developed as a final project for Harvard's CS263: Systems Security course.