Questions tagged [feedback-loop]

3 questions
1
vote
1 answer

What process actually takes place during audio feedback suppression machine learning

After training a neural network (NN) to tell the difference between a clean audio signal and a signal with a specific "noise", what is the mechanics that actually takes place where an unseen noise filled audio file gets "cleaned" up by the machine…
1
vote
0 answers

Are there any established approaches for dealing with a Degenerate Feedback Loop?

Scenario: I develop a model which forecasts the likely sales success of a particular enquiry based on outcomes of past similar enquiries. I then assign this likelihood score to new enquiries when they come in. The sales team use this to optimise…
Ian
  • 111
  • 2
1
vote
1 answer

What is degenerate feedback loop and how to detect and prevent it?

The degenerate feedback loop often makes machine learning models fail, then how to detect and prevent it?