Open
Description
Problem
I try to do a Ventricular Fibrillation (VF) and ventricular tachycardia (VT) using The MIT-BIH Malignant Ventricular Arrhythmia Database for few-shot learning where I want to segment it into windows when the label of interest is detected and put them into the data frame and split it to support and query set for training and testing.
I am new to this field, so i was wondering if this type of classification work in Few shot scenario and if so what kind of ecg files should I work with? For example should it be .npy, .csv, or image files like png or jpg? Also how can I split the data to into support and query set for training and testing
Could you maybe suggest on the insight on how i could do this project.