Note: Projects 1-5 were completed during my undergraduate studies at the University of Washington, and Project 6 was completed during my master’s studies at the University of Chicago.
This project solves a submarine radar detection problem, using noisy acoustic data obtained over a 24-hour period in half-hour increments to determine the moving submarine’s location and path and identify the acoustic admissions of the submarine.
This project aims to reproduce the music score for the guitar in the two clips of the greatest rock and roll songs of all time - Sweet Child O’ Mine by Guns N’ Roses and reproduce the music score for bass and find guitar solo in 60 seconds clip of the song Comfortably Numb by Pink Floyd.
This project aims to use the Principal Component Analysis (PCA) method to analyze the different datasets from videos of a spring-mass system recorded from cameras at three different angles. For each camera angle, we are provided with four separate cases. One of them is the ideal case, and the other ones have different variations, such as camera shakes. We will use PCA to compare and contrast the different instances.
This project aims to first perform an SVD analysis of the digit images from the MNIST data set, then use Linear Discriminant Analysis (LDA), support vector machines (SVM), and decision tree classifiers to identify individual digits in the training set and classify digits in the testing set.
This project aims to use the Dynamic Mode Decomposition method on the video clips to separate the video stream to both the moving objects in the foreground video and a static background.
This project explores the Metropolis Adjusted Langevin Algorithm (MALA) and compares it with the Random Walk Metropolis-Hastings (RWMH) in approximating Gaussian, multimode, and high-dimensional probability distribution settings. The project also studies the importance of optimal discretization step size in MALA.