Does MATLAB support neural networks for time-series classification problems?

1 回表示 (過去 30 日間)
ampaul
ampaul 2017 年 6 月 7 日
コメント済み: Dharmendra Gurve 2017 年 11 月 22 日
I have 300 samples of frequency vs. time data divided into 3 categories (increasing trend, decreasing trend, and normal). Below is a chart of the 3 types of samples clumped into one figure just so you can see clearly what I'm working with.
My objective for a project is to see if this data can be run through a network in MATLAB and predict with decent accuracy which of the 3 classes the specific data set falls into. However, I have run into a bit of trouble with this. I may not be noticing something critical, but it appears that toolboxes such as patternnet only work for data that does not need to be in a particular sequence. In addition... other nets in MATLAB aim to predict future activity.. but I am not looking to predict future data, I am looking to classify new data as it is run through. Can MATALB support this kind of mission? Thanks in advance.
  1 件のコメント
Dharmendra Gurve
Dharmendra Gurve 2017 年 11 月 22 日
You can take time-frequency representation of the signal (e.g. STFT) as input of the NN.

サインインしてコメントする。

回答 (1 件)

Greg Heath
Greg Heath 2017 年 6 月 9 日
The obvious choice is to use the 1st order differences of the smoothed data as the input to the classifier.
Hope this helps.
Thank you for formally accepting my answer
Greg

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by