Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CNN architecture #2

Open
fedicherif opened this issue Apr 2, 2018 · 1 comment
Open

CNN architecture #2

fedicherif opened this issue Apr 2, 2018 · 1 comment

Comments

@fedicherif
Copy link

Hi, thanks your this work
I would like to know the CNN model architecture that you are implemented. I think you are based on this post : http://aqibsaeed.github.io/2016-11-04-human-activity-recognition-cnn/
but why you used Conv2D while the convolution layer will be 1D (temporal) ?

@Shahnawax
Copy link
Owner

Hi Thanks for reaching out to me. The reason for me to use the Conv2D instead of Conv1D is because I am processing the data for all three channels at once and treating the data combined in a matrix as an image. This improves the accuracy of activity detection and helps the network to distinguish between activities which might appear the same if only one axis data is used.
For example, depending on the orientation of the accelerometer climbing, descending the stairs and walking would be the same when data from only one or two sensors are used. However, the third sensor will provide the information for altitude changes and can resolve the problem. Hope it helps...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants