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

8 views (last 30 days)
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

Cris LaPierre
Cris LaPierre on 26 Dec 2020
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
Leon
Leon on 26 Dec 2020
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 Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!