I have a 1D CNN for the regression task. The input of my CNN is a 1D signal and the parameters included in this signal are: amplitude, damping and frequency shift; let's say a,d and f:

Signal(t) = f(a,d,f)

I trained my network just with amplitude; which its result is not bad at all; however, I was wondering to know it is possible to include other parameters in output?! in this way the output of the regression layer must have 3 channels? my framework is Matlab deep learning toolbox.

More Amir M Shamaee's questions See All
Similar questions and discussions