How to store time series data for use in patternnet?

1 Ansicht (letzte 30 Tage)
ampaul
ampaul am 9 Jun. 2017
Kommentiert: ampaul am 12 Jun. 2017
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.

Antworten (1)

Greg Heath
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
  1 Kommentar
ampaul
ampaul am 12 Jun. 2017
Greg,
Isn't important that linear trends remain in my data as my classifications are based around them?
Thanks

Melden Sie sich an, um zu kommentieren.

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!

Translated by