摘要:
1 GridSearch 2search 3 阅读全文
摘要:
组合分类器: 组合分类器有4种方法: (1)通过处理训练数据集。如baging boosting (2)通过处理输入特征。如 Random forest (3)通过处理类标号。error_correcting output coding (4)通过处理学习算法。如voting 1 bagging 2 阅读全文
摘要:
numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None) a=np.linspace(1000,320000,num=32,dtype=int) 阅读全文
摘要:
在程序的开头加上如上代码 https://docs.scipy.org/doc/numpy/reference/generated/numpy.linspace.html 阅读全文