- Advanced Machine Learning with R
- Cory Lesmeister Dr. Sunil Kumar Chinnamgari
- 271字
- 2021-06-24 14:24:44
Summary
In this chapter, you learned both the power of tree-based learning methods for classification problems. Single trees, while easy to build and interpret, may not have the necessary predictive power for many of the problems that we're trying to solve. To improve on the predictive ability, we have the tools of random forest and gradient-boosted trees at our disposal. With random forest, hundreds or even thousands of trees are built and the results aggregated for an overall prediction. Each tree of the random forest is built using a sample of the data called bootstrapping as well as a sample of the predictive variables. As for gradient boosting, an initial, and a relatively small, tree is produced. After this initial tree is built, subsequent trees are produced based on the residuals/misclassifications. The intended result of such a technique is to build a series of trees that can improve on the weakness of the prior tree in the process, resulting in decreased bias and variance. We also saw that, in R, we can utilize random forests as an effective feature selection/reduction method.
While these methods are extremely powerful, they aren't some sort of nostrum in the world of machine learning. Different datasets require judgment on the part of the analyst as to which techniques are applicable. The techniques to be applied to the analysis, and the selection of the tuning parameters is equally important. This fine tuning can make all of the difference between a good predictive model and a great predictive model.
In the next chapter, we'll turn our attention to using R to build neural networks and deep learning models.
- Aftershot Pro:Non-destructive photo editing and management
- 筆記本電腦使用、維護與故障排除實戰
- Intel FPGA/CPLD設計(基礎篇)
- SDL Game Development
- 極簡Spring Cloud實戰
- 計算機組裝·維護與故障排除
- 現代辦公設備使用與維護
- Manage Partitions with GParted How-to
- Mastering Manga Studio 5
- Artificial Intelligence Business:How you can profit from AI
- Apple Motion 5 Cookbook
- 筆記本電腦使用、維護與故障排除從入門到精通(第5版)
- BeagleBone Robotic Projects
- VMware Workstation:No Experience Necessary
- Hands-On Artificial Intelligence for Banking