Neural Network Toolbox
  Go to function:
    Search    Help Desk 
randnc    Examples   See Also

Normalized column weight initialization function

Syntax

Description

randnc is a weight initialization function.

randnc(S,P) takes two inputs,

and returns an S x R random matrix with normalized columns.

Can also be called as randnc(S,R).

Examples

A random matrix of four normalized three-element columns is generated:

See Also



[ Previous | Help Desk | Next ]