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

Denoising a simple sine wave using Convolution Auto encoders #918

Closed
spandana2004 opened this issue Oct 16, 2024 · 5 comments · Fixed by #969
Closed

Denoising a simple sine wave using Convolution Auto encoders #918

spandana2004 opened this issue Oct 16, 2024 · 5 comments · Fixed by #969
Assignees
Labels

Comments

@spandana2004
Copy link
Contributor

spandana2004 commented Oct 16, 2024

🔴 Project Title: Denoising Sine Wave using Convolutional Autoencoders

🔴 Aim:
To implement a Convolutional Autoencoder for denoising a sine wave corrupted with Gaussian noise and to evaluate the effectiveness of the model.

🔴 Dataset:
The dataset consists of a generated sine wave with added Gaussian noise. It will be created programmatically within the project to simulate different noise levels and clean sine wave data.

🔴 Approach:

  1. Data Generation: Create a clean sine wave and add Gaussian noise to generate the noisy dataset.
  2. Exploratory Data Analysis (EDA): Perform EDA to visualize the clean and noisy sine waves and understand their properties.
  3. Model Implementation:
    • Implement the Convolutional Autoencoder architecture.
    • Train the model on the noisy sine wave dataset.
    • Evaluate the model's performance by comparing the denoised output against the clean sine wave.
  4. Comparison: While the primary focus is on the Convolutional Autoencoder, consider implementing additional denoising techniques (like simple filters or traditional methods) for comparative analysis.

To be Mentioned while taking the issue:

  • Full name: Spandana
  • GitHub Profile Link: https://github.com/spandana2004
  • Email ID: [email protected]
  • Participant ID (if applicable): [Your Participant ID]
  • Approach for this Project: Implement a Convolutional Autoencoder for denoising a sine wave and compare its effectiveness with other methods.
  • What is your participant role? (Mention the Open Source program): Contributor @GSSOC 2024 Extd @Hacktoberfest
Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@abhisheks008
Copy link
Owner

Hi @spandana2004 can you please explain a bit more about this project?

@spandana2004
Copy link
Contributor Author

In real-time many signals generated undergo disruption due to added noise. I have been working on denoising them using convolution autoencoders, starting with a simple synthetically generated sine wave with added Gaussian noise.

@abhisheks008
Copy link
Owner

Cool, you can start working on it. Assigned to you @spandana2004

Copy link

github-actions bot commented Nov 6, 2024

Hello @spandana2004! Your issue #918 has been closed. Thank you for your contribution!

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