How to store time series data for use in patternnet?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I am trying to find the best way to store my data for use with patternnet in the Neural Network Toolbox (if this is even possible). I am using 300 data sets of 39 points in time. These 300 data sets are then evenly split into 3 categories (data with increasing trend, data with decreasing trend, stable data). My objective is to train the neural network to be able to classify new data into one of the three categories. So far, I have one 1x39 2-D numerical array of time points. Then, I have three 100x39 2-D numerical arrays of frequencies that correspond to each time point as a sequence. What is the best way to store this data so it can be run through patternnet? I can't seem to find any examples of this.
0 Kommentare
Antworten (1)
Greg Heath
am 10 Jun. 2017
A neural net is not necessary:
Typically, linear trends are removed before applying the FFT.
Therefore, your question can be answered before applying a FFT.
Hope this helps.
*Thank you for formally accepting my answer^
Greg
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!