- This project is an Implementation of an online feature based MLP Classification of Hand Gesture’s EMG Signals
- Selected Features of EMG Signal:
- Mean Frequency
- Peak-to-Peak Frequency
- Variance
- Standard Deviation
- Multilayer perceptron is trained by using Back Porpagation Algorithm
Project is created with:
- Python version: 3.6.7
- Anaconda
- Spyder IDE
- librairies used in this research
- numpy
- pandas
- scikitlearn
- matplotlib
- Two metrics use to evaluate the model
- Confusion matrix
- ROC Curve
To run this project, install it locally using python ver 3.6.7, Anaconda.