1.1 * np.random.rand(d0,d1,...,dn). 返回n维的随机数矩阵. >>> np.random.rand(3,2) array([[0.41844336, 0.5705889 ], [0.46102765, 0.39940883], ...
確定! 回上一頁