✂️ How much of a neural network can you delete?
I prune 80% of the weights from a trained model using magnitude-based pruning.
Result?
Surprisingly small performance drop.
Full Python implementation included 👇
solvewithpython.com/sparse-neura...
#MachineLearning #DeepLearning #AI #SparseModels