how can i build a time series classifier
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Greg Heath
il 15 Giu 2017
I deleted an innapropriate question by the author posted in an ANSWER box.
Greg
Risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!