Matlab tools for Deeep Learning allow us to solve classification tasks with static features (e.g., pixels values of images) and tasks with dynamic features (time-series). For time-series it is recommended to use LSTM (Long Short Time Memory) layer. But how to build model, if we want to use simultaneously time-series parameters and some static parameters?

Naturally, it is possible to create a fictitious time series (with constant values) from each value of a single static parameter, but this will be very inefficient.

Thanks for your answers beforehand. Regards, Sergey.

More Sergey Porotsky's questions See All
Similar questions and discussions