- Machine Learning with Swift
- Alexander Sosnovshchenko
- 106字
- 2021-06-24 18:54:56
Decision trees everywhere
The algorithm that we're going to use for our first machine learning exercise is called a decision tree classifier. A decision tree is a set of rules that describe the process of decision making (see figure 2.5 for example).
Decision trees are widely used outside the machine learning in different domains; for example, in business analysis. The popularity of decision trees is understandable: they are easy to interpret, and nice to visualize. For many years, they were built manually using the domain expert knowledge. Fortunately, now we have machine learning algorithms that can easily turn almost any labeled dataset into a decision tree.
推薦閱讀
- 施耐德SoMachine控制器應用及編程指南
- 分布式系統與一致性
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- 微服務實戰(Dubbox +Spring Boot+Docker)
- USB應用開發寶典
- 計算機組裝、維護與維修項目教程
- UML精粹:標準對象建模語言簡明指南(第3版)
- The Reinforcement Learning Workshop
- The Complete Guide to DAZ Studio 4
- SOA架構:服務和微服務分析及設計(原書第2版)
- Raspberry Pi Media Center
- Mastering TensorFlow 1.x
- 計算機組裝與維護
- GLSL Essentials