Project Overview
In this project you will be using machine learning to try to predict arm movement from collected EMG signals. Electromyography (EMG) measures electrical activity in response to a nerve's stimulation of the muscle. The dataset was collected from healthy individuals during movement of their arm. By being able to predict intended arm movement from brain signals, such data could be very useful in the prediction of the intended movement in bionic arms/ prosthesis for amputees.
The data set contains the following attributes:
Time: Timestamp measured in microseconds
Train X: The angle at the elbow of the arm at a given time (the main target attribute we want to predict)
Train v(x): The velocity of arm movement at a given time (optional target attribute). Train a(x): The acceleration of arm movement at a given time (optional target attribute).
Channel 1, 2, 3, and 4: These are the Electromyography signals (EMG) collected from 4 different muscle groups. This signal is the one responsible for contraction of these muscles, thus causing the arm to move. The signal carries information about the intended movement.
Your main goal will be to use machine learning techniques to predict the elbow angle using the EMG signals.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme