Simple RNN for Speech Denoising
I recently built a lightweight speech denoiser using a GRU-based recurrent neural network that operates directly on raw audio frames. What I did: Implemented a SimpleDenoiserRNN with a single GRU layer and a linear output […]