Skip to content

Questions about SOAP descriptors #60

Answered by lauri-codes
rajathsalegame asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rajathsalegame.

  1. With SOAP this is quite hard as the features are so abstract. But here are a few tips that come to mind:
    • You can plot the flattened features and color/label different parts based on the ranges that you can get out of soap.get_location(("H", "O"))
    • You can calculate the dot product of normalized SOAP feature vectors to get a rough idea of the similarity of different outputs. The values will be between [0, 1], where 0 means completely different, 1 is completely identical.
  2. In a supervised machine learning application, you would include these as hyperparameters to your cross-validation. This is a very standard way to select good ones. For unsupervised learning or other …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rajathsalegame
Comment options

Answer selected by lauri-codes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants