-
Notifications
You must be signed in to change notification settings - Fork 20
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
Puzzle #3
Comments
Hi @FenglingZheng, you're very welcome :) 1. What kind of neural network are you using? Is it feed-forward or recurrent (RNN)? 2. Your guess is incorrect :O Yours, ANSFL team |
Thank you very much for your reply. The network structure I used was a 1D convolutional neural network. Due to the model size and Settings, I set the size of each sample to L=4000. |
You may indeed make use of our public dataset J Best of luck :) |
The input of my model is L=4000 and the output is also L=4000. The input is noisy signal. the output is denoised signal.And I use MSE loss for model training.I don't quite understand the meaning of establishing dynamic sequence, I concatenate the data of noise in your data, and the corresponding GT data is also concatenatng in same way. In this way to complete the denoising network training. So is there a dynamic sequence problem just like you said?Looking forward to your reply. Thank you. |
Hello,
Thank you for making the dataset publicly available. I am also currently working on using neural networks to denoise acceleration signals. I have many questions and I hope to get your help.
The text was updated successfully, but these errors were encountered: