-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature extraction #1
Comments
This repository is about deep learning approach for sEMG based gesture recognition, so feature extraction is not involved in this I assume that you want to extract features from multiple channels as input to a machine learning classifier or neural network. In regard to normalization, in my opinion, uniform normalization across multiple channels for the same type of features is better. You can have a try. For more detailed configuration, maybe you can refer this paper (https://ieeexplore.ieee.org/abstract/document/8641445). |
Thanks for your reply, the idea for feature extraction came from this article, unfortunately there is still a lot of confusion in view construction. It has always been difficult to achieve a high recognition rate in experiments without extracting features. I noticed that you use minmax to normalize all data in preprocessing. After data division, I normalize the training set first, and then share the most value. Normalizing the test set, still did not meet expectations |
I'm not the contributer of paper "Surface-Electromyography-Based Gesture Recognition by Multi-View Deep Learning" , so I can't answer you if the results do not meet your expectations. The author release their codes at |
I have tried to extract the EMG characteristics of different channels, but how can they be normalized and reassembled into multidimensional inputs
The text was updated successfully, but these errors were encountered: