How to obtain optimized length scale assigned to each dimension #945
Answered
by
lawrennd
Swarnendu-sekhar-ghosh
asked this question in
Q&A
-
If I am using automatic relevance determination inside RBF, when I print the model how can I get the optimized values of length scales assigned to each dimension? Also, if I use a combination of kernels then how to specifically obtain the length scales of the RBF kernel? |
Beta Was this translation helpful? Give feedback.
Answered by
lawrennd
Oct 1, 2021
Replies: 1 comment 2 replies
-
Hi Swarnendu, From memory it doesn't display because it's variable length and can be long if input dimension is high. Here's some code for displaying and changing values.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Swarnendu-sekhar-ghosh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Swarnendu, From memory it doesn't display because it's variable length and can be long if input dimension is high.
Here's some code for displaying and changing values.