Merge branch 'master' of ssh://git.palitronica.com:10112/agriseldavy/writing

This commit is contained in:
Arthur Grisel-Davy 2023-07-26 10:55:17 -04:00
commit b347b70a19
2 changed files with 1 additions and 5 deletions

Binary file not shown.

View file

@ -535,14 +535,10 @@ The activity in this second time series was very sparse with long periods withou
The no consumption sections: are not a challenging --- i.e., all detectors perform well on this type of pattern ---, make the manual labeling more difficult, and level all results up.
For this reason we removed large sections of inactivity between active segments to make the time series more challenging without tempering with the order of detector performances.
%\input{refit_table}
\agd{include table about refit dataset}
\subsection{Alternative Methods}
\agd{Explain better why the alternative methods are chosen.}
\agd{explain how the svm and mlp are trained.}
We implemented three alternative methods to compare with the performance of \gls{mad}.
These methods are commonly deployed to detect patterns in a time series.
The alternative methodes are chosen to be well-established and of comparable complexity.
The methods are: a \gls{1nn} detector, an \gls{svm} classifier, and an \gls{mlp} classifier.
More complex solutions like \gls{rnn} or \gls{cnn} show good performances on time series analysis but require too much data to be applicable to one-shot classification.
All alternative methods rely on a sliding window to extract substring to classify.