Relative Content

Tag Archive for machine-learningneural-networkrecurrent-neural-networkdata-modelingdata-preprocessing

RNN modelling data preparation

I was preparing the sequential data to use in an rnn model, but I have got the time data in different columns where days format is 0 for weekday and 1 for weekend. Should the time be in single data format column to be used in the model?
Also, also how should i prepare the data to calculate distances from sensor data. I have added screenshots of the data and the distance problem.