摘要: import tensorflow as tfimport numpy as npBATCH_SIZE = 8seed = 23455 rng = np.random.RandomState(seed)X = rng.rand(32,2)Y = [[int(x0 + x1 < 1)] for (x0 阅读全文
posted @ 2018-08-27 19:00 python坚持者 阅读(192) 评论(0) 推荐(0) 编辑