Skip to content
Discussion options

You must be logged in to vote

Hi Daniel,

The fact that the model is not listed in the documentation is an oversight (we need to add its name to a list used to generate the website docs and it's easy to forget to do it..).

Besides, the documentation is generated from the docstrings, so it contains the same information.

About the model: this is literally just a multivariate Gaussian. So it corresponds to

$$ \psi(x_1,\dots,x_n) = \exp(\sum_{i,j} x_i K_{i,j} x_j) $$

And you optimize the parameters $A_{i,j}$ such that $K_{ij}=\sum_l A_{il}A{lj}$(technically, we could directly optimize the weights K, but then K would not automatically be positive semi definite and so we opt to parametrise its square root A).

This model is v…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Daniel-Haas-B
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