Projects

EMG Gesture Recognition

written by Gati Aher on | 1 min read
tags: Olin College: SP2021 Neurotechnology: Brains and Machines

This project followed the topological data analysis steps laid out in Phinyomark et al (2017) “Navigating features: a topologically informed chart of electromyographic features space” to analyze 43 features extracted from surface EMG signals of three gestures (rock, paper, scissors) performed by a single subject.

I used sklearn’s topological data analysis tools with the Kepler Mapper and Ward’s minimum variance method as the criterion for hierarchial clustering in order to analyze feature redundancy. Comparison of feature class separability was analyzed by calculating Davies-Bouldin index (DBI) and Fisher’s linear discriminant index (FLDI), and measuring misclassification rates. 5-fold cross validation Linear Discriminant Analysis and Support Vector Machine were employed as classifiers.