mit-bih_ecg_recognition
mit-bih_ecg_recognition copied to clipboard
CNN and Data Type
Hello sir, thanks for your contribution here, I have a question for you, the MIT-BIH dataset is numerical, how did you use it as an input for the CNN, should it be data of images?
No, just a series of data points. Use wfdb to load it and convert it to a 1d numpy array, finally convert to a pytorch tensor(if using pytorch).