mdnunpak

Purpose

Separates weights vector into weight and bias matrices.

Synopsis

net = mdnunpak(net, w)

Description

net = mdnunpak(net, w) takes an mdn network data structure net and a weight vector w, and returns a network data structure identical to the input network, except that the weights in the MLP sub-structure are set to the corresponding elements of w.

See Also

mdn, mdnpak, mdnfwd, mdnerr, mdngrad
Pages: Index

Copyright (c) Ian T Nabney (1996-9)

David J Evans (1998)