2016-02-27から1日間の記事一覧

Pythonデータサイエンスクックブック

(2順目) レシピ5.2 x, y, z = np.random.rand(3, 1000000) print(x) print(y) print(z) print(x.shape) print(y.shape) print(z.shape) [ 0.02446522 0.53300813 0.08588861 ..., 0.51124115 0.99969485 0.431258 ] [ 0.93027085 0.71045152 0.23566422 .…