摘要: 1 from numpy import array, append, vstack, transpose, reshape, \ 2 dot, true_divide, mean, exp, sqrt, log, \ 3 ... 阅读全文
posted @ 2015-03-07 02:30 罗兵 阅读(17054) 评论(2) 推荐(1)
摘要: (python 3) 1 import numpy 2 from scipy import sparse as S 3 from matplotlib import pyplot as plt 4 from scipy.sparse.csr import csr_matrix 5 i... 阅读全文
posted @ 2015-03-07 02:28 罗兵 阅读(1605) 评论(0) 推荐(0)