随笔分类 -  Python

摘要:noise = np.random.normal(0, 0.5, x_data.shpae).astype(np.float32) #numpy.random.normal(loc=0.0, scale=1.0, size=None) size : int or tuple of ints, opt 阅读全文
posted @ 2017-12-22 22:04 牧牛子 阅读(94) 评论(0) 推荐(0)
摘要:廖雪峰 map/reduce 模块中的练习题https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/0014317852443934a86aa5bb5ea47fbbd5f35282b331 阅读全文
posted @ 2017-08-30 15:27 牧牛子 阅读(334) 评论(0) 推荐(0)