摘要: 用到sklearn模块 阅读全文
posted @ 2019-03-25 17:39 LIN_KID 阅读(100) 评论(0) 推荐(0)
摘要: 恢复内容开始 import tensorflow as tf 1 tf.squeeze([1,2,3,4]) 删除所有为1的维度 eg shape从(1,2,3,1)到(2,3) 2 tf.distributions.normal(loc=0.0,scale=1.0) loc 是高斯分布的μ,sca 阅读全文
posted @ 2019-03-25 14:03 LIN_KID 阅读(128) 评论(0) 推荐(0)