Computer Science, asked by jainhardik3661, 10 months ago

What is pruning in Artificial Intelligence?

Answers

Answered by Anonymous
2

Answer:

Pruning is an algorithm used to reduce the number of nodes that have to be evaluated to reach the optimal solution. Pruning works by blocking the evaluation of nodes whose leaf nodes would give worse results compared to the one that was previously examined.

Explanation:

please thanks me and make me as brainleast

Answered by praseethanerthethil
0

Answer:

Pruning in Artificial Intelligence is removing the nodes from the model to reach a better solution. Pruning is blocking the leaf nodes and removing the entire sub-tree to increase prediction accuracy by reduces the overfitting.

Similar questions