What smoothing algorithm is used in smoothed training accuracy in deep learning

When using deep learning you can plot the training progress. In that plot there is a smoothed training accuracy line.
I am looking for the the smoothing algoritm and the source code for the smoothing method used in that plot.
Can anyone help me?
Many thanks in advance.

 Accepted Answer

I don't know that there is source code available, but you may be able to find information on the algorithm(s) used in the Algorithms section of the trainingOptions documentation page.

1 Comment

Thank you for your response. Unfortunately in that section it is not described how the smoothing is done. It describes the algoritmes for the training.

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2020b

Asked:

on 25 Dec 2020

Commented:

on 26 Dec 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!