Initial weight fixing in neural network

Hai, What is the basic instruction to fix initial weights in neural network tool box? And also i want to know the value of the initial weights to get efficient output.

 Accepted Answer

.
You can use the CONFIGURE function to initialize weights.
Otherwise, the training function will automatically initialize weights of a weightless net. If the net has weights, it will begin training with those.
For designing Ntrials multiple nets in a double loop, the configure statement should be the first in the inner loop.
Hope this helps.
For examples search using
greg Ntrials
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Tags

No tags entered yet.

Asked:

on 26 Aug 2015

Answered:

on 28 Aug 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!