Capsule neural network: Difference between revisions

Content deleted Content added
m mu not micro per MOS:NUM#Specific units and Unicode compatibility characters / convert special characters found by Wikipedia:Typo Team/moss (via WP:JWB)
Adding short description: "Type of artificial neural network"
 
(One intermediate revision by one other user not shown)
Line 1:
{{Short description|Type of artificial neural network}}
A '''capsule neural network''' ('''CapsNet''') is a machine learning system that is a type of [[artificial neural network]] (ANN) that can be used to better model hierarchical relationships. The approach is an attempt to more closely mimic biological neural organization.<ref name=":1" />
 
Line 30 ⟶ 31:
 
== Pooling ==
Capsnets reject the [[convolutional neural network#Pooling layer|pooling layer]] strategy of conventional CNNs that reduces the amount of detail to be processed at the next higher layer. Pooling allows a degree of translational invariance (it can recognize the same object in a somewhat different ___location) and allows a larger number of feature types to be represented. Capsnet proponents argue that pooling:<ref name=":1"/>
* violates biological shape perception in that it has no intrinsic coordinate frame;
* provides invariance (discarding positional information) instead of equivariance (disentangling that information);