I am working on gait analysis using a feed-forward NN. When I use data from the accelerometer (3 columns for each axis if stored in a data frame), I get an accuracy of 95%, and when I used data from the gyroscope (3 columns for each axis if stored in a data frame), I get an accuracy of 85%.

Now, when I try to use data from both of these above mentioned sensors (6 columns if stored in a data frame), the accuracy drops to 66%. Being quite new to this, I am not sure why is this happening? Shouldn't accuracy be in the same range as before?

What can be the possible reason for this?

Thanks in advance!

Similar questions and discussions