Re: [R] Help..Neural Network

2011-02-24 Thread Raji
Hi R-help, I am using nnet package in R for neural networks for performing classification and regression.Is there any command or set of commands in R which would help to figure out the variable importance of the inputs in the generated neural network. Thanks in advance. Regards, Raji -- View

Re: [R] Help..Neural Network

2010-12-13 Thread Georg Ruß
On 10/12/10 03:45:46, sadanandan wrote: > I am trying to develop a neural network with single target variable and 5 > input variables to predict the importance of input variables using R. I used > the packages nnet and RSNNS. But unfortunately I could not interpret the out > put properly and the do