YilikaLoufoua / noise-suppression

Speech background noise suppression with MATLAB Deep Learning Toolbox
2 stars 1 forks source link

Train network #3

Closed Samantha-Zhan closed 2 years ago

Samantha-Zhan commented 2 years ago

Train the network using the downloaded speech/noise dataset.

fissoreg commented 2 years ago

Any resources/publications about the training strategy?

fissoreg commented 2 years ago

Two approaches have been explored:

  1. Using the trainNetwork function
  2. Writing a custom training loop

@Samantha-Zhan @YilikaLoufoua can you upload the code?