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

How does decode can return multiple similar molecules? #40

Closed
lonngxiang opened this issue Nov 24, 2022 · 2 comments
Closed

How does decode can return multiple similar molecules? #40

lonngxiang opened this issue Nov 24, 2022 · 2 comments
Assignees
Labels
question Request for help or information

Comments

@lonngxiang
Copy link

No description provided.

@lonngxiang
Copy link
Author

also How do you extract similar molecules from LATENT SPACE NEIGHBORHOOD?

@kmaziarz
Copy link
Collaborator

If you want to get several molecules similar to a given seed molecule m, you can encode it, perturb its embedding by random noise, and then decode back. If the noise is too small, you'll get many copies of m back, while if it's too large, the molecules won't be that similar; if you tune the noise magnitude just right you'll get "neighbors" of m. You can see Appendix F in the arxiv version of the paper for more details.

Does that answer your question?

@kmaziarz kmaziarz self-assigned this Nov 25, 2022
@kmaziarz kmaziarz added the question Request for help or information label Nov 25, 2022
@kmaziarz kmaziarz closed this as completed Jan 3, 2023
kmaziarz added a commit that referenced this issue Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Request for help or information
Projects
None yet
Development

No branches or pull requests

2 participants