CapsNet-Tensorflow icon indicating copy to clipboard operation
CapsNet-Tensorflow copied to clipboard

Vector Length

Open AuliaRizky opened this issue 7 years ago • 3 comments

How to determine the vector length and can anybody explaine to me about what it represent?

AuliaRizky avatar Sep 15 '18 07:09 AuliaRizky

The length of vector in the CapsNet paper represents the Euclidean norm, which a.k.a Euclidean distance of vector, in TensorFlow, you can simply call tf.norm to calculate the length of vector.

naturomics avatar Sep 15 '18 15:09 naturomics

The length of vector represents the probability of existence of a given entity/object/object-part. Vector length is simply the magnitude of the vector (vector-norm).

parinaya-007 avatar Sep 22 '18 13:09 parinaya-007

Related to vector, it is defined that the orientation of vector specifies pose parameters, how to get these parameters from output vector?

AnushaMehta avatar Apr 07 '19 14:04 AnushaMehta