mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
Added mlp mapping (with possibility of having multiple layers).
This commit is contained in:
parent
e6739788ea
commit
128ebbabc5
12 changed files with 187 additions and 17 deletions
|
|
@ -62,3 +62,7 @@ For some reason a stub of _get_param_names(self) wasn't available in the Paramet
|
|||
Is there a quick FAQ or something on how to build the documentation? I did it once, but can't remember!
|
||||
|
||||
Similar for the nosetests ... even ran them last week but can't remember the command!
|
||||
|
||||
Now added Gaussian priors to GPLVM latent variables by default. When running the GPy.examples.dimensionality_reduction.stick() example the print out from print model has the same value for the prior+likelihood as for the prior.
|
||||
|
||||
For the back constrained GP-LVM need priors to be on the Xs not on the model parameters (because they aren't parameters, they are constraints). Need to work out how to do this.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue