04 2020 档案

摘要:数据预处理 import pandas as pd import torch from torch.autograd import Variable import torch.nn as nn import torch.nn.functional as F import torch.optim as 阅读全文
posted @ 2020-04-22 00:52 sbj123456789 阅读(2619) 评论(0) 推荐(0) 编辑
摘要:min-max归一化: def normalize(x): return (x-min(x))/(max(x)-min(x)) 调用sklearn的库,可参考: https://www.cnblogs.com/zhanglianbo/p/5690974.html 阅读全文
posted @ 2020-04-21 12:13 sbj123456789 阅读(169) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示