Time Series Classification Advice
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello, I'm fairly new to Machine Learning and I could do with some guidance on how to tackle a problem I'm on.
I have a significant number of time series data which I have measured and I want to develop an algorithm to classify them. A previous project I worked on allowed me to identify certain features in the data, and then use the Classification Learner to generate a model, which accurately predicted which set each time series belonged to.
At the MATLAB expo, I saw that with Deep Learning, I could have an algorithm automatically attempt to identify these features for me. The current data I have is much more complicated, making analysis by myself difficult. Similar to having MATLAB automatically identify the numbers 1 through 9 from a set of images, I want MATLAB to (for example), label a set of time series from 1 through 9.
How do I utilise the tools in the Neural Network toolbox to do this? I'm assuming I want to use the Clustering feature but I'm very overwhelmed by this.
Any advice would be much appreciated.
Thank you
댓글 수: 1
N/A
2019년 1월 28일
Hello Mr.DK, I have a similar problem as you, in your question you mentioned that u used the classification learner app to identify certian features in your data, could you be able to share that example (personally), that could help me solve my problem hopefully.
Thanks in advance
Bayyu
답변 (1개)
Bernhard Suhm
2018년 4월 23일
For deep learning with time series, practitioners are using LSTM. Here's an example in our documentation that shows you how to approach this. You will still need large amounts of labelled data to train, just like for the digit classifier where the MNIST dataset has 6k examples per digit.
댓글 수: 1
Veronica Taurino
2020년 5월 26일
Hello. I can't see any documentation you talked about. Was it deleted or something?
Thank you in advance
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!