Closed OmegaAsh closed 7 months ago
Hi, OmegaAsh.
On the one hand, due to using MLP to build the main network, it's prone to overfitting, so you can try adding a bit of dropout ratio in the config.
On the other hand, please check your dataset. I just downloaded a PPG dataset from https://zenodo.org/records/3902676 and ploted out the following sequence of a feature.
It shows that its periodicity actually varies over time (your synthetic curve is more similar to the front part, while the real sequence you chose to plot are more like the latter segment). So in my opinion, this is actually a probability issue depending on your dataset.
Thanks !
Hi just want to verify this did seem to give better results. Thanks for your help!
Hi there, thanks for your work on this,
I am just using the model to generate some synthetic PPG signal data for a project (will be sure to cite), and it seems to perform quite good, although it isn't capturing the cyclical nature of the signals enough (e.g. too much variation between cycles) which is really important in this type of data.
Just wondering as you have used and tuned the model a lot, whether you know of any tricks to guide the model towards a more cyclical and uniform output? An example of my current output is shown below (original in blue, synthetic in yellow).
Thanks again