how can i build a time series classifier
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,
In my problen, I want to train a machine learning algorithm to classify patterns of absolute acceleration. Lets assume that i have many examples of acceleration vectors, from t=1 to t=20. A vector can be A = [ 1 1 1 ... 2 3 4 2 1... 1 1 ] ; or B = [ 1 1 1 ... 2 2 3 2 1 ... 1 1 ] ;
There are 2 different patterns nested in A and in B. I assume that all of my examples have one of these patterns, with added noise, BUT I don't know in which t the pattern starts in each example. I also assume that the t_initial of the patterns can be different in each example.
Obviously, a simple neural network or svm model won't work.
Is there any other way to build a classifier for these examples?
Thanks! Yaniv.
댓글 수: 1
Greg Heath
2017년 6월 15일
I deleted an innapropriate question by the author posted in an ANSWER box.
Greg
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!