Skip to content

Commit 8727638

Browse files
committed
fix discussion
1 parent 2982d6b commit 8727638

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

report/discussion.tex

+5-11
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,11 @@ \subsection{Exhaustive and time-aware feature extraction}
6464
it is possible to create new variables to account for the temporal
6565
variation\cite{dietterich_machine_2002}.
6666
This study demonstrated that the addition of temporal context significantly improved predictive accuracy (fig.\ref{fig:temporal_integration}).
67-
The convolution approach (eq.\ref{eq:window}) provided better results.
68-
%_____________________________________________________________
69-
%[REFER TO RESULTS FOR THIS CLAIM].
67+
The convolution approach (eq.\ref{eq:window}) provided better results (fig.\ref{fig:temporal_integration}).
7068
Instead of averaging features after calculation, it may be advantageous to compute features over epochs of different lengths in the first place.
71-
Thus, the accuracy of local of non-additive features, such as median, would be improved. In addition to the local mean of features, other variables, such as local
72-
slope and local variance of each feature, may improve
73-
classification\cite{deng_time_2013}.
74-
%______________________________________________________________
75-
%DID YOU INCLUDE THAT IN YOUR ALGORITHM, THEN REFER TO YOUR RESULTS, OR PHRASE IT AS AN OUTLOOK
69+
Thus, the accuracy of local of non-additive features, such as median, would be improved.
70+
It would be interesting to investigate the effect of other interval of features, such as slope and variance\cite{deng_time_2013},
71+
on classification accuracy.
7672

7773
Although addition of time-dependent variables improved accuracy over a time-unaware model, their use can be seen as controversial.
7874
Indeed, including prior information about sleep structure will cause problems if the aim is to find differences in sleep structure.
@@ -178,10 +174,8 @@ \section*{Conclusion}
178174
The aim of the study herein was to build a classifier that could accurately predict vigilance states from \gls{eeg} and \gls{emg} data
179175
and serve as a basis for an efficient and flexible software implementation.
180176
In the first place, \pr{}, a new python package was designed to efficiently extract a large number of features from electrophysiological recordings.
181-
% ___________________________________________________________________
182-
% ...MENTION TIME-AWARE MODELING IF THAT'S THE OTHER NEW POINT OF YOUR APPROACH
183177
Then, a random forest approach was used to eliminate irrelevant variables.
184-
Importantly, this study shows that prediction accuracy can then be improved by including features derived from restricted local averages.
178+
Importantly, this study shows that prediction accuracy can then be improved by including features derived from interval means.
185179
The overall achieved accuracy was as high as 92\%, and although some significant structural differences were induced by prediction,
186180
the classifier was overall satisfying.
187181
In addition, the presented classifier can generate confidence values that can be used to moderate each prediction, and ultimately decide whether to trust them.

0 commit comments

Comments
 (0)