摘要: import numpy as npfrom sklearn.preprocessing import MinMaxScalerdataset = np.array([1,2,3,5]).astype('float32') # normalize the datasetscaler = MinMax 阅读全文
posted @ 2016-10-14 17:17 cdsj 阅读(7567) 评论(0) 推荐(0)