πŸ“š Node [[decision_tree]] ⟢ subnode @KGBicheno/decision_tree
Nodes contain individual contributions whose filenames match your search. x

Loading pushes...

πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Decision_Tree.md by @KGBicheno

decision tree

Go back to the [[AI Glossary]]

A model represented as a sequence of branching statements. For example, the following over-simplified decision tree branches a few times to predict the price of a house (in thousands of USD). According to this decision tree, a house larger than 160 square meters, having more than three bedrooms, and built less than 10 years ago would have a predicted price of 510 thousand USD.

A tree three-levels deep whose branches predict house prices.

A graphic representation of a decision tree

Machine learning can generate deep decision trees.

Rendering context...