필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
OMAR MOUSA
OMAR MOUSA 2022년 9월 1일
답변: Krishna 2023년 12월 27일
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