Pre-Puning
Date
Common strategies for pre-pruning
Advantages and disadvantages of pre-pruning
Build AI with AI
From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.
Date
Pre-pruningIt is a type of pruning algorithm, which mainly refers to the pruning operation performed before the decision tree is generated. The corresponding one is post-pruning, which aims to perform pruning operations after the decision tree is generated.
During the growth of the decision tree, a preliminary estimate is made before each node branch. If the division of the node cannot improve the generalization performance of the decision tree, then the division is stopped and the node is marked as a leaf node.
From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.
Date
Pre-pruningIt is a type of pruning algorithm, which mainly refers to the pruning operation performed before the decision tree is generated. The corresponding one is post-pruning, which aims to perform pruning operations after the decision tree is generated.
During the growth of the decision tree, a preliminary estimate is made before each node branch. If the division of the node cannot improve the generalization performance of the decision tree, then the division is stopped and the node is marked as a leaf node.
From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.