dbo:abstract
|
- In the context of artificial neural network, pruning is the practice of removing parameters (which may entail removing individual parameters, or parameters in groups such as by neurons) from an existing network. The goal of this process is to maintain accuracy of the network while increasing its efficiency. This can be done to reduce the computational resources required to run the neural network. A basic algorithm for pruning is as follows: 1.
* Evaluate the importance of each neuron. 2.
* Rank the neurons according to their importance (assuming there is a clearly defined measure for "importance"). 3.
* Remove the least important neuron. 4.
* Check a termination condition (to be determined by the user) to see whether to continue pruning. (en)
|
dbo:wikiPageID
| |
dbo:wikiPageLength
|
- 1492 (xsd:nonNegativeInteger)
|
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
dbp:wikiPageUsesTemplate
| |
dcterms:subject
| |
rdfs:comment
|
- In the context of artificial neural network, pruning is the practice of removing parameters (which may entail removing individual parameters, or parameters in groups such as by neurons) from an existing network. The goal of this process is to maintain accuracy of the network while increasing its efficiency. This can be done to reduce the computational resources required to run the neural network. A basic algorithm for pruning is as follows: (en)
|
rdfs:label
|
- Pruning (artificial neural network) (en)
|
owl:sameAs
| |
prov:wasDerivedFrom
| |
foaf:isPrimaryTopicOf
| |
is foaf:primaryTopic
of | |