摘要: 什么是标准化 传统机器学习中标准化也叫做归一化, 一般是将数据映射到指定的范围,用于去除不同维度数据的量纲以及量纲单位。数据标... 阅读全文
posted @ 2020-11-12 23:56 gemoumou 阅读(166) 评论(0) 推荐(0)
摘要: import tensorflow as tfimport matplotlib.pyplot as plt%matplotlib ... 阅读全文
posted @ 2020-11-12 00:52 gemoumou 阅读(453) 评论(0) 推荐(1)