Hello,
I have a set of 12000 1-D signals (time series). They are measured under two conditions (Condition 1 and Condition 2, see figure).
I would like to use machine learning methods to automatically distinguish my data set into one of these two conditions.
I would like to create the detector which does not need to establishing features, but takes directly the samples of the signal as an input, similarly to image recognition in convolutional neural networks (CNN).
Is it possible to use CNN in my problem? Or is it a different method?