I have a time-series dataset with 1500 records. The dim of each record is 5000*3*1 and Target is a single value like True/False. The point is that each 3*1 dim input is a location (x,y,z) and 5000 is the number of elements in an area. So it's important to find relationships between these elements after a period of time. In order to solve this time-series problem, I am going to train a CNN/LSTM model but the computation cost of this model is high and I am looking for a solution to train this model efficiently. The output must be calculated based on the relationship between the position of these elements thus I can not reduce the number of elements.

More Omid Erfanmanesh's questions See All
Similar questions and discussions