Classification (machine learning)

조회 수: 3 (최근 30일)
Veronica Taurino
Veronica Taurino 2020년 4월 24일
댓글: Veronica Taurino 2020년 4월 29일
Good morning.
I need to implement a classification algorithm: I have several time series and I need to recognize the trend. For example, if I have the trend in the attached image, I want it to be recognised as ''type A'':
I have never done this kind of work. I know it is a supervised algorithm but that's all. Could you suggest me the procedure to follow or the best tools? I have read several articles, like such: https://www.mathworks.com/help/stats/classification.html
Of course, I would study the problem by myself. Right now, I really need few hints to start.
Thank you in advance
  댓글 수: 1
Chris Basic
Chris Basic 2020년 4월 24일
I assume you have one graph that you want to call "Type A" and another graph with "Type B". If so, then you could have two columns, one with date (X-axis) and another with your Y-values. Add another column with classifying a data set as "Type A" or "Type B", convert it into a table, and use the classification learner app to run a certain classification method oof your choice.

댓글을 달려면 로그인하십시오.

답변 (1개)

Bhargavi Maganuru
Bhargavi Maganuru 2020년 4월 27일
편집: Bhargavi Maganuru 2020년 4월 27일
For deep learning with time series, you can use LSTM network.
You can refer the following links to see how to train LSTM network and predict the new data.
  댓글 수: 1
Veronica Taurino
Veronica Taurino 2020년 4월 29일
Hi, thank you. However I don't need to predict the evolution of the time series. I need a way to describe the time series as it is when I look at it. For this reason I thought about classification of pictures.
I am going to take a look to your suggestions, thank you

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by