How to store time series data for use in patternnet?

3 vues (au cours des 30 derniers jours)
ampaul
ampaul le 9 Juin 2017
Commenté : ampaul le 12 Juin 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.

Réponses (1)

Greg Heath
Greg Heath le 10 Juin 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 commentaire
ampaul
ampaul le 12 Juin 2017
Greg,
Isn't important that linear trends remain in my data as my classifications are based around them?
Thanks

Connectez-vous pour commenter.

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by