- Mastering Machine Learning for Penetration Testing
- Chiheb Chebbi
- 62字
- 2021-06-25 21:03:03
Decision trees
Decision trees are supervised learning algorithms used in decision making by representing data as trees upside-down with their roots at the top. The following is a graphical representation of a decision tree:
Data is represented thanks to the Iterative Dichotomiser 3 algorithm. Decision trees used in classification and regression problems are called CARTs. They were introduced by Leo Breiman.