Is there any way to obtain the classified signal for each class ?

3 次查看(过去 30 天)
Hi all,
I have four classes where they are electrical loads having current signal with respect to time ( sequential) which is one of the features
I am just wondering if there is any way to obtain the classified signal after classification because using a function (predict) just give me the classified labels of classes.
  2 个评论
Walter Roberson
Walter Roberson 2022-9-1
What difference do you see between giving the "classified signal after classification", compared to giving the "classified labels of classes" ?
OMAR MOUSA
OMAR MOUSA 2022-9-1
The difference is "classified signal after classification" the classified electrical signal for each class from the total power and "classified labels of classes" the classification result based on the labels
I mean, is there any way to have the classified signal with respect to time?

请先登录,再进行评论。

回答(1 个)

Krishna
Krishna 2023-12-27
Hey Omar,
As far as I understand your question you need to classify a set of four signals and need a classified signal on the output’s labels. For “classified signals after classification” as you mentioned, can be created using the labels only, assuming you are able to classify the signal correctly. Given the question, the output signal for time k is nothing but the value of classified signal at time k. So, for example at the 10th timestep if you’re output label is 3 then the value of output signal is equal to value of signal 3 at timestep 10.
To correctly map 4 signals to classification label you can use several time series techniques some of them including RNN, LSTM in general. But for simple problems I would suggest starting with feed forward networks as base model as they can provide good results.
To know more about how to train classification model using feedforwardnet please go through this documentation link,
Note, these are shallow networks implementation. To create models using dlnetworks (latest network in MATLAB to implement deep learning models) please go through this documentation link which is an example for simple classifcation using dlnetworks,
Hope this helps.

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by