MATLAB: Time series classification with neural network

classificationneural networktime series

what kind of neural network is suitable for time series classification problem?
thanks beforehand

Best Answer

I just deleted my previous guess of patternnet because it is not clear what you are thinking the inputs should be; obviously they cannot be single points AND they should not have output feedback. Therefore, I'd have to recommend either TIMEDELAYNET or PATTERNNET with nonscalar vector inputs containing timewindowed samples.