[R] Rstudio crashed when I try to train a nnet model.

Baki UNAL b@k|un@| @end|ng |rom y@hoo@com
Sun Mar 21 17:21:43 CET 2021


Hi,
I tried to train a neural network with following code:
nn2 <- nnet(TQ~.,data = train, size=c(15,15), linout=T, MaxNWts =4000, maxit=2000)

When I executed the code R studio crashed with following error:
"R Session Aborted
R encountered a fatal error.
The session was terminated.
Start new session"
When I set the hidden layer as c(15) as below the code works fine.
nn2 <- nnet(TQ~.,data = train, size=c(15), linout=T, MaxNWts =4000, maxit=2000)

What could be the problem?

Best regards.


	[[alternative HTML version deleted]]



More information about the R-help mailing list