摘要:
要加一句 %matplotlib inline 阅读全文
摘要:
tf.reduce_mean() https://www.douban.com/note/636187116/ reduce_sum(), reduce_max()等等类似,只要记住第二个参数: 如果没有指定,则是将数据结构视为1维; 如果是0,则是在第1维,各个对应位置进行计算; 如果是1,则是在 阅读全文
摘要:
https://www.tensorflow.org/api_docs/python/tf/random_normal numpy的random库也有normal函数,功能类似,参数排列次序不同: https://docs.scipy.org/doc/numpy-1.13.0/reference/g 阅读全文