Regarding Deep kernel learning. #109
utkarshp1161
started this conversation in
Ideas
Replies: 1 comment 5 replies
|
You can. I experimented with predicting a full spectra with DKL 3 years ago, although that was done in AtomAI. It provided pretty decent results. The problem is that for active learning, you will still need to reduce it to a scalar value. So it's not clear what's the use of the predicted spectra. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Does it make sense to train on entire spectrum instead of using a single value(scalarizer)?
If yes, how do I extend the code when target is a n-dimensional(vector)?
Side thought: How about having a Neural-Network [weights optimized by dkl training]which converts the high dimensional spectrum to low dimension?
All reactions