What type of classification problems can LSTM be used in ?

2 ビュー (過去 30 日間)
Bhavick Singh
Bhavick Singh 2021 年 10 月 20 日
回答済み: Vassilis Papanastasiou 2021 年 12 月 17 日
I have a dataset with voltage data. Each datapoint is labelled with either Normal Operation or Purging. Can LSTM be used for this type of data. And if yes, how do i prepare the network and the dataset for training and testing.
Thanks in advance

回答 (1 件)

Vassilis Papanastasiou
Vassilis Papanastasiou 2021 年 12 月 17 日
Hi Bhasvick,
LSTM networks can be used for classification and regression tasks using sequence and time series data.
You can have a look in the documentation for more infomation: https://www.mathworks.com/help/deeplearning/ug/long-short-term-memory-networks.html
A sequence classification example using an LSTM network can be found here: https://www.mathworks.com/help/deeplearning/ug/classify-sequence-data-using-lstm-networks.html
Are your data time series or sequences? If yes, the workflows above can be very helpful.
Can you please provide more information about the data you want to leverage?

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

タグ

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by