Detect Posture Project
We will create a project to build a deep learning model to detect the posture from a given set of features. The posture classes are
We have around 538 features, which contain a lot of derived features using parameters like tBodyAcc()
and angle(tBodyGyroJerkMean,gravityMean)
. We will create a TensorFlow model using this project.
The project involves four steps:
We are using the Tensorflow library for this project.