Displaying 1 result from an estimated 1 matches for "nnetnew".
Did you mean:
inetnet
2011 May 11
0
Init nnetTs (or nnet?) with a former Neural Net
...cost much calculation time.
So I want to pre-init the new net with the former wonnen net to reduce the
necessary
iteration numbers.
Is thee a possibility to do that and how?
i.e.:
x=ts(scan("C:/mydata1.csv"))
mod.nnet<-nnetTs(x,m=2,size=8)
x=ts(scan("C:/mydata2.csv"))
mod.nnetnew<-nnetTs(x,m=2,size=8,control=list(init=mod.nnet)) ???
Thanks for any help !!
--
View this message in context: http://r.789695.n4.nabble.com/Init-nnetTs-or-nnet-with-a-former-Neural-Net-tp3514825p3514825.html
Sent from the R help mailing list archive at Nabble.com.