Electromyography Signal Classification Using Deep Learning
We have implemented a deep learning model with L2 regularization and trained it on Electromyography (EMG) data. The data comprises of EMG signals collected from control group, myopathy and ALS patients. Our proposed deep neural network consists of eight layers; five fully connected, two batch normalization and one dropout layers. The data is divided into training and testing sections by subsequently dividing the training data into sub-training and validation sections. Having implemented this model, an accuracy of 99 percent is achieved on the test data set. The model was able to distinguishes the normal cases (control group) from the others at a precision of 100 percent and classify the myopathy and ALS with high accuracy of 97.4 and 98.2 percents, respectively. Thus we believe that, this highly improved classification accuracies will be beneficial for their use in the clinical diagnosis of neuromuscular disorders.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationDeep LearningElectromyography (EMG)L2 RegularizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Spectral Collaborative Representation based Classification for Hand Gestures recognition on Electromyography Signals
In this study, we introduce a novel variant and application of the Collaborative Representation based Classification in spectral domain for recognition of the hand gestures using the raw surface Electromyography signals.…
ClassificationGeneral ClassificationOverview of processing techniques for surface electromyography signals
Surface electromyography (sEMG) is a technology to assess muscle activation, which is an important component in applications related to diagnosis, treatment, progression assessment, and rehabilitation of specific individ…
Recognition of basic hand movements using Electromyography
The aim of this work was to identify six basic movements of the hand using two systems. Being an interdisciplinary topic, there has been conducted studying in the anatomy of forearm muscles, biosignals, the method of ele…
AnatomyClassificationElectromyography (EMG)EMGTTL: Transformers-Based Transfer Learning for Classification of ADL using Raw Surface EMG Signals
Surface Electromyography (sEMG) is widely studied for its applications in rehabilitation, prosthetics, robotic arm control, and human-machine interaction. However, classifying Activities of Daily Living (ADL) using sEMG …
Transfer LearningReal-Time EMG Signal Classification via Recurrent Neural Networks
Real-time classification of Electromyography signals is the most challenging part of controlling a prosthetic hand. Achieving a high classification accuracy of EMG signals in a short delay time is still challenging. Recu…
Classification