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

deep learningDeep Learning Toolboxsmoothing

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.

Best 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.
Related Question