I need to solve classification problem with neural net in R. There are several factor variables in my data. I know that nnet
can deal with factors but it has only one hidden layer. I wonder if there are any neural networks with at least two hidden layer that can accept factor variables.
↧
Are there any multilayer neural networks in R that can work with factor variables
↧