How to store time series data for use in patternnet?

3 visualizaciones (últimos 30 días)
ampaul
ampaul el 9 de Jun. de 2017
Comentada: ampaul el 12 de Jun. de 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.

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by