Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why normalization and resample ? #10

Open
zhgqcn opened this issue Apr 4, 2022 · 2 comments
Open

Why normalization and resample ? #10

zhgqcn opened this issue Apr 4, 2022 · 2 comments

Comments

@zhgqcn
Copy link

zhgqcn commented Apr 4, 2022

Dear Mr.Zhong, may I ask some questions aboult the code.

  1. Why resample the dataset in the preprocessing stage, the uk-dale dataset original were sampled by 6 second, and I don't know why resample.
  • I attempt to read the paper the find the answer but don't get the useful ideas.
  • My guess is to have the same experimental conditions as the previous paper.

image

  1. Why normalize the dataset, after normalizing, the target is so closer that I think the net can't distinguish them well?
  2. How to choose the suitable time to test, I read the test.csv and find most time of the appliance is in no work condition.

Looking forward to your answer, thank you very much.

@qinxiaopang
Copy link

Have you firgured it out?

@MingjunZhong
Copy link
Owner

  1. If I remember correctly, resampling was to make the input mains reading and targets to have the same time stamps. It also makes to fill NaN entries if needed.
  2. Normalizing has been recognised as a key technique to help the model to converge faster in general; this is also true for this particular problem.
  3. To test the model, you should randomly choose a long time series.
    Hopefully this would help you to understand the problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants