Jan 1, 2023
Hello Hi, thanks for the comment!
Let’s say that you have to classify a signal. You have this time series and you have to label that as 1 or 0.
What you could do is to add a small Gaussian random noise to your time series and see if the performance of your model doesn’t change. That means that your model is robust to Gaussian noise.
Does it make sense?