Daniel@0: Daniel@0: Daniel@0: Daniel@0: Netlab Reference Manual gpunpak Daniel@0: Daniel@0: Daniel@0: Daniel@0:

gpunpak Daniel@0:

Daniel@0:

Daniel@0: Purpose Daniel@0:

Daniel@0: Separates hyperparameter vector into components. Daniel@0: Daniel@0:

Daniel@0: Synopsis Daniel@0:

Daniel@0:
Daniel@0: net = gpunpak(net, hp)
Daniel@0: 
Daniel@0: Daniel@0: Daniel@0:

Daniel@0: Description Daniel@0:

Daniel@0: net = gpunpak(net, hp) takes an Gaussian Process data structure net and Daniel@0: a hyperparameter vector hp, and returns a Gaussian Process data structure Daniel@0: identical to Daniel@0: the input model, except that the covariance bias Daniel@0: bias, output noise noise, the input weight vector Daniel@0: inweights and the vector of covariance function specific parameters Daniel@0: fpar have all Daniel@0: been set to the corresponding elements of hp. Daniel@0: Daniel@0:

Daniel@0: See Also Daniel@0:

Daniel@0: gp, gppak, gpfwd, gperr, gpgrad
Daniel@0: Pages: Daniel@0: Index Daniel@0:
Daniel@0:

Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: