what is the significance of learning rate parameter in running average background update procedure?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
background(g,h)=(1-alpha)*background_frame(g,h)+alpha*current_frame(g,h);
alpha is the learning rate parameter, chosen between 0 to 1.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!