Pruning (artificial neural network): Difference between revisions

Content deleted Content added
Frankplow (talk | contribs)
Rollback edits by 132.71.85.141 — self-promotion: all their edits are adding reference to papers by the same author(s)
Reformatted source 4
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
Line 4:
 
== Node (neuron) pruning ==
A basic algorithm for pruning is as follows:<ref>Molchanov, P., Tyree, S., Karras, T., Aila, T., & Kautz, J. (2016). ''Pruning convolutional neural networks for resource efficient inference''. arXiv preprint arXiv:1611.06440.</ref><ref>[https://jacobgil.github.io/deeplearning/pruning{{Cite web |last=Gildenblat |first=Jacob |date=2017-deep06-learning23 |title=Pruning deep neural networks to make them fast and small] |url=http://jacobgil.github.io/deeplearning/pruning-deep-learning |url-status=live |access-date=2024-02-04 |website=Github |language=en}}</ref>
#Evaluate the importance of each neuron.
#Rank the neurons according to their importance (assuming there is a clearly defined measure for "importance").