TensorFlow 平滑tensorboard 下载的数据
平板电脑软件卸载保留数据的方法 #生活技巧# #数码产品使用技巧# #平板电脑优化技巧#
参考链接:https://blog.csdn.net/charel_chen/article/details/80364841
我只做了简单修改,实现文件内所有.csv数据都做一次平滑
import pandas as pd
import numpy as np
import os
import glob
def smooth(csv_path,weight=0.96):
data = pd.read_csv(filepath_or_buffer=csv_path,header=0,names=['Step','Value'],dtype={'Step':np.int,'Value':np.float})
scalar = data['Value'].values
last = scalar[0]
smoothed = []
for point in scalar:
smoothed_val = last * weight + (1 - weight) * point
smoothed.append(smoothed_val)
last = smoothed_val
save = pd.DataFrame({'Step':data['Step'].values,'Value':smoothed})
save.to_csv('smooth_'+csv_path)
if __name__=='__main__':
path_list = glob.glob(os.path.join(os.getcwd(),'*.csv'))
for i in path_list:
path = i.split('\\')[-1]
smooth(path)
'网址:TensorFlow 平滑tensorboard 下载的数据 https://www.yuejiaxmz.com/news/view/124663
相关内容
batch normalization tensorflow实现的正确姿势教育行业公开数据集免费下载
==安全驾驶导引系统数据下载中心==
各地适宜滑雪的天数有多少?中国气象局发布全国冰雪资源数据
滑板世界最新版下载
滑滑板 音效素材 免费下载
数据挖掘:数据清洗——数据噪声处理
噪声环境下的语音识别挑战与解决方案
真实滑板下载中文版
第二十三章:AI大模型在金融和投资领域的应用1.背景介绍 AI大模型在金融和投资领域的应用已经成为一种热门话题。随着数据