Re: [R] How to get unique solution from nnet function

2008-12-30 Thread Dieter Menne
Utkarsh Singhal 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 co

[R] How to get unique solution from nnet function

2008-12-29 Thread Utkarsh Singhal
Hi R, 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. Thank you, R