naturomics / CapsNet-Tensorflow

A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules
Apache License 2.0
3.8k stars 1.16k forks source link

confused about softmax(v_length) #36

Closed BenchengY closed 6 years ago

BenchengY commented 6 years ago

I am confused that why you use the softmax to v_length here. since i have not found this operate in hitton's paper and Figure 1? In contrast, it seems that the capsnet allows a muti-label classification which means that it is not necessary to use the softmax to v_length, according to Section 3 of hitton's paper (To allow for multiple digits, we use a separate margin),

BenchengY commented 6 years ago

oh, i have known.