[R] about nnet package

Uwe Ligges ligges at statistik.uni-dortmund.de
Sat Jul 23 11:45:56 CEST 2005


Wensui Liu wrote:

> you might need quit("yes") when you exit R.

I think nobody want to save the whole workspace if just one object is of 
interest, hence you save(), as already mentioned in a former post.

Uwe Ligges

> On 7/22/05, Baoqiang Cao <caobg at email.uc.edu> wrote:
> 
>>Hello Uwe Ligges,
>>    I might misdiscribe my question. What I thought is that, after nnetObject<-nnet(...), this nnetObject will be gone after I exit R. Since I need the trained nnetObject for next time without training it again, how can I save this nnetObject (to some files I guess)? Thanks.
>>
>>Best regards,
>>  Baoqiang Cao
>>
>>======= At 2005-07-22, 11:17:37 you wrote: =======
>>
>>
>>>Baoqiang Cao wrote:
>>>
>>>
>>>>Dear All,
>>>>
>>>>I'm learning to train a neural network with my training data by using nnet package, then evaluate it with a evaluation set. My problem here is that, I need the trained network to be used in future, so, what should I store? and How? Any other options other than nnet package? Any example will be highly appreciated!
>>>>
>>>>Best,
>>>> Baoqiang Cao
>>>
>>>
>>>See ?nnet which point you to its predict method.
>>>
>>>You say
>>>
>>>nnetObject <- nnet(.....)
>>>
>>>Now store the nnetObject and use it later as in:
>>>
>>>predict(nnetObject, newdata)
>>>
>>>
>>>
>>>Uwe Ligges
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>>
>>>>------------------------------------------------------------------------
>>>>
>>>>______________________________________________
>>>>R-help at stat.math.ethz.ch mailing list
>>>>https://stat.ethz.ch/mailman/listinfo/r-help
>>>>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>>>
>>>.
>>
>>= = = = = = = = = = = = = = = = = = = =
>>
>>
>>
>>______________________________________________
>>R-help at stat.math.ethz.ch mailing list
>>https://stat.ethz.ch/mailman/listinfo/r-help
>>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>>
>>
> 
> 
>




More information about the R-help mailing list