摘要:
The Basics of Decision Trees In this chapter, we describe tree-based methods for regression and classification. These involve stratifying or segmentin 阅读全文
摘要:
Unsupervised learning, a set of statistical tools intended for the setting in which we have only a set of featuresX1,X2, . . . , Xp measured on n obse 阅读全文
摘要:
5.1 Cost Function 假设训练样本为:{(x1),y(1)),(x(2),y(2)),...(x(m),y(m))} L = total no.of layers in network sL= no,of units(not counting bias unit) in layer L 阅读全文
摘要:
In this chapter, we discuss the support vector machine (SVM), an approachfor classification that was developed in the computer science community inthe 阅读全文
摘要:
本章主要介绍几种可替代普通最小二乘拟合的其他一些方法。 Why might we want to use another fitting procedure instead of least squares? better prediction accuracy(预测精度) and better m 阅读全文
摘要:
Resampling methods are an indispensable tool in modern statistics. In this chapter, we discuss two of the most commonly used resampling methods, cross 阅读全文
摘要:
1 Statistical Learning 1.1 What Is Statistical Learning? More generally, suppose that we observe a quantitative response Y and p different predictors, 阅读全文