Daniel@0: Daniel@0: Daniel@0: Daniel@0: Netlab Reference Manual mlpunpak Daniel@0: Daniel@0: Daniel@0: Daniel@0:

mlpunpak Daniel@0:

Daniel@0:

Daniel@0: Purpose Daniel@0:

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

Daniel@0: Synopsis Daniel@0:

Daniel@0:
Daniel@0: net = mlpunpak(net, w)
Daniel@0: 
Daniel@0: Daniel@0: Daniel@0:

Daniel@0: Description Daniel@0:

Daniel@0: net = mlpunpak(net, w) takes an mlp network data structure net and Daniel@0: a weight vector w, and returns a network data structure identical to Daniel@0: the input network, except that the first-layer weight matrix Daniel@0: w1, the first-layer bias vector b1, the second-layer Daniel@0: weight matrix w2 and the second-layer bias vector b2 have all Daniel@0: been set to the corresponding elements of w. Daniel@0: Daniel@0:

Daniel@0: See Also Daniel@0:

Daniel@0: mlp, mlppak, mlpfwd, mlperr, mlpbkp, mlpgrad
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: