An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081229/a65e17dc/attachment.pl>
How to get unique solution from nnet function
2 messages · Utkarsh Singhal, Dieter Menne
Utkarsh Singhal <utkarshs <at> ambaresearch.com> writes:
I am using nnet function of nnet package to fit neural networks. Now I want to
get a unique solution every time
I run the function for the same data. If I give rang=0, it solves my problem
but I am not sure whether I am doing
the right thing. Any comments are welcome.
Use set.seed(put your favorite number here). Dieter