> ## 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](/ja/support/models/tags/tensorboard)</Badge>
