pruning

Pruning refers to the technique in machine learning, especially in neural networks, where less important weights or neurons are removed to simplify the model. This can lead to reduced computational costs and improved performance, particularly in deployment scenarios.

12 papers