> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 스무딩 알고리즘에는 어떤 공식을 사용하나요?

지수 이동 평균 공식은 TensorBoard에서 사용하는 공식과 일치합니다.

동일한 Python 구현에 대한 자세한 내용은 [Stack Overflow의 이 설명](https://stackoverflow.com/questions/42281844/what-is-the-mathematics-behind-the-smoothing-parameter-in-tensorboards-scalar/75421930#75421930)을 참고하세요. TensorBoard의 스무딩 알고리즘 소스 코드는(작성 시점 기준) [여기](https://github.com/tensorflow/tensorboard/blob/34877f15153e1a2087316b9952c931807a122aa7/tensorboard/components/vz_line_chart2/line-chart.ts#L699)에서 확인할 수 있습니다.

***

<Badge stroke shape="pill" color="orange" size="md">[Tensorboard](/ko/support/models/tags/tensorboard)</Badge>
