李宏毅machine learning課程中的作業HW0

第一題是:用numpy對matrix的每一行排序。我的代碼如下: import numpy as np from scipy.misc import imread, imresize import matplotlib.pyplot as plt a = np.loadtxt('array.txt') aa = np.ones(np.shape(a), dtype=int) i=0 for row
相關文章
相關標籤/搜索