
I made github repo for reproduced of DeepANC paper
Hi everyone,
I recently put together a repository for reproducing DeepANC, which is related to Active Noise Control (ANC).
DeepANC is considered a pretty fundamental baseline when it comes to combining deep learning with ANC. However, while studying and researching, I noticed that there doesn't seem to be an official repository or widely accessible reference code available for it.
Because of that, I decided to reproduce it myself based on the original paper. The repo includes my implementation, along with the environment setup needed to train and test the model. I tried to structure it so that anyone looking for a solid starting point can easily run it.
For more detailed setup and usage instructions, please check the README.md in the repository.
Github Repo:https://github.com/johnjaejunlee95/DeepANC-reproduced
I know that diving into DL-based ANC without reference code can be a bit challenging. I hope this helps others who are studying, struggling, or experimenting with deep learning and ANC. Please take a look, and any feedback or suggestions are always welcome!! 😄😄