wolffd@0: wolffd@0: wolffd@0: wolffd@0: Netlab Reference Manual glmunpak wolffd@0: wolffd@0: wolffd@0: wolffd@0:

glmunpak wolffd@0:

wolffd@0:

wolffd@0: Purpose wolffd@0:

wolffd@0: Separates weights vector into weight and bias matrices. wolffd@0: wolffd@0:

wolffd@0: Synopsis wolffd@0:

wolffd@0:
wolffd@0: net = glmunpak(net, w)
wolffd@0: 
wolffd@0: wolffd@0: wolffd@0:

wolffd@0: Description wolffd@0:

wolffd@0: net = glmunpak(net, w) takes a glm network data structure net and wolffd@0: a weight vector w, and returns a network data structure identical to wolffd@0: the input network, except that the first-layer weight matrix wolffd@0: w1 and the first-layer bias vector b1 have wolffd@0: been set to the corresponding elements of w. wolffd@0: wolffd@0:

wolffd@0: See Also wolffd@0:

wolffd@0: glm, glmpak, glmfwd, glmerr, glmgrad
wolffd@0: Pages: wolffd@0: Index wolffd@0:
wolffd@0:

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