healthDataScience / deep-learning-HAR

Convolutional and LSTM networks to classify human activity
457 stars 238 forks source link

What do you exactly mean by number of steps in the time series? #8

Closed eduhh94 closed 5 years ago

eduhh94 commented 5 years ago

Hey,

what do you exactly mean by number of steps in the time series? Where does this number come from?

Best Regards, edu

bhimmetoglu commented 5 years ago

It is the number of measurements recorded per sample during the experiments. In this case this number is 128. There are 128 points in time where measurements are recorded.