Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3a018eb

Browse files
Add specificity to What Are Capsules
1 parent 03bf556 commit 3a018eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎README.md‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ This is an implementation in PyTorch and this notebook assumes that you are alre
88
### What are Capsules?
99

1010
Capsules are a small group of neurons that have a few key traits:
11-
* Each neuron in a capsule represents various properties of a particular image part; properties like a parts color, width, etc.
12-
* Every capsule **outputs a vector**, which has some magnitude and orientation.
13-
* Capsules have a hierarchy between child and parent capsules and use **dynamic routing** to find the strongest connections between the output of one capsule and the inputs of the next layer of capsules.
11+
* Each neuron in a capsule represents various properties of a particular image part; properties like a parts color, width, etc.
12+
* Every capsule **outputs a vector**, which has some magnitude (that represents a part's **existence**) and orientation (that represents a part's generalized pose).
13+
* A capsule network is made of multiple layers of capsules; during training, this network aims to learn the spatial relationships between the parts and whole of an object (ex. how the position of eyes and a nose relate to the position of a whole face in an image).
14+
* Capsules represent relationships between parts of a whole object by using **dynamic routing** to weight the connections between one layer of capsules and the next and creating strong connections between spatially-related object parts.
1415

1516
<p align="center" >
1617
<img src='./assets/cat_face_2.png' width=60% />

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /