摘要: 1 GridSearch 2search 3 阅读全文
posted @ 2016-11-03 16:39 乐乐章 阅读(923) 评论(0) 推荐(0) 编辑
摘要: 组合分类器: 组合分类器有4种方法: (1)通过处理训练数据集。如baging boosting (2)通过处理输入特征。如 Random forest (3)通过处理类标号。error_correcting output coding (4)通过处理学习算法。如voting 1 bagging 2 阅读全文
posted @ 2016-11-03 16:28 乐乐章 阅读(1315) 评论(0) 推荐(0) 编辑
摘要: numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None) a=np.linspace(1000,320000,num=32,dtype=int) 阅读全文
posted @ 2016-11-03 14:51 乐乐章 阅读(647) 评论(0) 推荐(0) 编辑
摘要: 在程序的开头加上如上代码 https://docs.scipy.org/doc/numpy/reference/generated/numpy.linspace.html 阅读全文
posted @ 2016-11-03 14:29 乐乐章 阅读(4079) 评论(0) 推荐(1) 编辑