Skip to content

MuhammadMuddassir/MLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development of an EMG based classification model that performs Hand Gesture Recognition optimally.

Table of contents

General Info

  • This project is an Implementation of an online feature based MLP Classification of Hand Gesture’s EMG Signals
  • Selected Features of EMG Signal:
  1. Mean Frequency
  2. Peak-to-Peak Frequency
  3. Variance
  4. Standard Deviation
  • Multilayer perceptron is trained by using Back Porpagation Algorithm

Technologies

Project is created with:

  • Python version: 3.6.7
  • Anaconda
  • Spyder IDE
  • librairies used in this research
    • numpy
    • pandas
    • scikitlearn
    • matplotlib

Performance Evaluation

  • Two metrics use to evaluate the model
  • Confusion matrix
  • ROC Curve

Setup

To run this project, install it locally using python ver 3.6.7, Anaconda.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages