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

Confuse about the figure #3

Closed
sunyinhui opened this issue Mar 17, 2016 · 4 comments
Closed

Confuse about the figure #3

sunyinhui opened this issue Mar 17, 2016 · 4 comments

Comments

@sunyinhui
Copy link

What is the number of red dot in the last layer???
the number of green dot is one??? or not ??
what is the meaning of that??? Thanks very much!!!
numbers

@sunyinhui
Copy link
Author

image
I can get the message. please help me

@kevinlin311tw
Copy link
Owner

Hi @sunyinhui
Sorry. Since this project is a work in progress, some parameter names may confuse. We will improve this as soon as possible.

The red and green parts represent two different objective functions. They are not layers, so they don't have "nodes".
The green one represents the K1_EuclideanLoss, and the red one is K2_EuclideanLoss.
K1_EuclideanLoss will enforce each node in encode_neuron to be 0 or 1.
K2_EuclideanLoss will ensure each node in encode_neuron has a 50% chance of being 0 or 1.

Btw, our binary codes are learn in the encode_neuron. During testing, we extract the binary codes from encode_neuron

Should you have any question about the paper, please feel free to email me.

@sunyinhui
Copy link
Author

Oh , Thanks! ^_^

@sunyinhui
Copy link
Author

Hi Kevinlin,I can not underdtand deeply the loss_beta and loss_gamma . Please help me. Thanks

@kevinlin311tw kevinlin311tw changed the title Hi, Kevinlin, I confuse about the picture! Thanks ! Confuse about the figure May 27, 2016
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

2 participants