Merge branch 'master' of ssh://git.palitronica.com:10112/agriseldavy/writing
This commit is contained in:
commit
b347b70a19
2 changed files with 1 additions and 5 deletions
Binary file not shown.
|
|
@ -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.
|
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.
|
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}
|
\subsection{Alternative Methods}
|
||||||
\agd{Explain better why the alternative methods are chosen.}
|
|
||||||
\agd{explain how the svm and mlp are trained.}
|
\agd{explain how the svm and mlp are trained.}
|
||||||
We implemented three alternative methods to compare with the performance of \gls{mad}.
|
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.
|
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.
|
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.
|
All alternative methods rely on a sliding window to extract substring to classify.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue