Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vector Length #76

Open
AuliaRizky opened this issue Sep 15, 2018 · 3 comments
Open

Vector Length #76

AuliaRizky opened this issue Sep 15, 2018 · 3 comments

Comments

@AuliaRizky
Copy link

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

@naturomics
Copy link
Owner

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.

@parinaya-007
Copy link

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).

@AnushaMehta
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants