-
Notifications
You must be signed in to change notification settings - Fork 7
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
Test Robustness of tICA with atomPairs #3
Comments
Here is the output with
|
So obviously the eigenvectors are a better test, but I think this is probably a good heuristic for now. |
In terms of timescales, it looks like uncertainty is closer to 25% or so, which is quite reasonable. |
Here's the output for
|
What are the Can you compute a "score" from the sum of these? How many degrees of freedom would you practically use? |
Eigenvalues |
In fact, we could probably do even better by being smart about atom selection--only using heavy atoms, for example. |
This looks very promising! |
Another idea: From the 1000 distances you randomly select, the ones with the highest tICA projection magnitudes could be retained and the lowest ones discarded to try other random distances. A few iterations of this might "enrich" the importance of the subset of distances. |
We could also try products of our features--nonlinear kernel tica...
|
Is there a paper about this yet? |
No, haven't heard from Christian in a while. |
So I guess I should say "not sure"... |
So I did simple experiment where I grabbed random selections of atom pairs, then calculated the tica eigenvectors. They're pretty robust even with a small subset of atom pairs. This suggests that we could probably do something very affordable here and get very reproducible results.
Here is the driver code:
The text was updated successfully, but these errors were encountered: