> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/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)을 참고하세요. GitHub에서 [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>
