What is th difference between spread parameter in RBF and GRNN?

6 views (last 30 days)
What is the difference of "Spread" parameter in GRNN and RBF neural network? Does it have any relationship with core RBF function in GRNN algorithm or not?

Accepted Answer

Greg Heath
Greg Heath on 16 Dec 2015
No difference. It is the distance from the center of a Gaussian where te value is one-alf of the peak value
Hope this helps.
Greg
  5 Comments
Soumith Reddy
Soumith Reddy on 20 Mar 2017
Dear greg heath. could you please explain how to use the newgrnn function for 5 features(inputs) and a single output... when i tried giving the inputs and outputs it showed me an error which was... Error using network/subsasgn>network_subsasgn (line 528) net.IW{1,1} must be a 1-by-2000 matrix.
Error in network/subsasgn (line 13) net = network_subsasgn(net,subscripts,v,netname);
Error in newgrnn>create_network (line 123) net.iw{1,1} = p';
Error in newgrnn (line 67) net = create_network(param);
Greg Heath
Greg Heath on 21 Mar 2017
1. Post your code
2. Run it on the data in the help and doc documentation
3. Create a 5-D input by adding small noise to 4 copies of the original
4. Run it on the 5-D input that you created.
Hope this helps.
Thank you for formally accepting my answer
Greg

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!