An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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:

Property Value
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
  • 64180478 (xsd:integer)
dbo:wikiPageLength
  • 1492 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1068858463 (xsd:integer)
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
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License