Function of specifying spread value while using newpnn function of neural networks??

1 view (last 30 days)
I am using newpnn function in which if i specify the spread value as 1 ,i am getting output for same as trained feature,if i increases the spread the output for detected frames increases... my que is what is the influence of mentioning spread in newppn function??? How can i see the weight updation in newpnn function??

Accepted Answer

Greg Heath
Greg Heath on 19 Apr 2015
> i am getting output for same as trained feature
I do not understand what that is supposed to mean.
> output for detected frames increases...
I do not understand what that is supposed to mean.
> How can i see the weight updation in newpnn function??
Weights are only created once but never updated.
The command
type newpnn
reveals the source code.
Hope this helps.
Greg

More Answers (0)

Community Treasure Hunt

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

Start Hunting!