-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Sine wave signal denoising using Convolutionauto-encoders #938
Conversation
Our team will soon review your PR. Thanks @spandana2004 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow the project structure:
Project Folder
|- Dataset
|- dataset.csv (dataset used for the particula project)
|- README.md (brief about the dataset)
|- Images
|- img1.png
|- img2.png
|- img3.png
|- Model
|- project_folder.ipynb
|- README.md
|- requirements.txt
- In the project folder's name, please remove the hyphen (-).
- Apart from this model, can you implement 2 more models which will fulfill the same purpose?
…ncoders/README.md to Denoising Sine wave signal using Convolution Auto-encoders/Model/README.md
…e_wave.ipynb to Denoising Sine wave signal using Convolution Auto-encoders/Model/sine_wave.ipynb
….xlsx to Denoising Sine wave signal using Convolution Auto-encoders/Dataset/ex1.xlsx
@abhisheks008 will do the required changes, I had a doubt about what to be given in the images? is it the results? Can i implemented the other 2 models by creating a new issue? |
|
Pull Request for DL-Simplified 💡
Issue Title: Denoising a simple sine wave using Convolutional Autoencoders
Info about the related issue (Aim of the project): The goal of this project is to denoise a simple sine wave using Convolutional Autoencoders. The noisy sine wave is cleaned up by reconstructing the signal through feature extraction and noise reduction.
Name: Spandana A P
GitHub ID: https://github.com/spandana2004
Email ID: ap.spandana@gmail.com
Identify yourself: contributor @ GSSoC 2024 Extd, Hacktoberfest 2024 Contributor
Closes: #918
Describe the add-ons or changes you've made 📃
In this PR, I have added a new feature that denoises a sine wave using a Convolutional Autoencoder. The steps include:
Type of change ☑️
What sort of change have you made:
How Has This Been Tested? ⚙️
Checklist: ☑️