Random initialization

From Machinelearning
Revision as of 23:47, 18 June 2014 by Vipul (talk | contribs) (Created page with "==Definition== '''Random initialization''' is an approach used in iterative learning algorithms where the initial parameter vector is selected with its coordinates chosen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

Random initialization is an approach used in iterative learning algorithms where the initial parameter vector is selected with its coordinates chosen randomly. Random initialization works better than deterministic processes if we specifically want all coordinates of the parameter vector to be different so that they are capable of learning different features. This is particularly important in learning algorithms associated with neural networks.