Top "Nnet" questions

Software for feed-forward neural networks with a single hidden layer, and for multinomial log-linear models.

I get error "Error in nnet.default(x, y, w, ...) : too many (77031) weights" while training neural networks

I am trying to train neural networks in R using package nnet. Following is the information about my training data. …

r machine-learning neural-network nnet
How to use size and decay in nnet

I am quite new to the neural network world so I ask for your understanding. I am generating some tests …

r nnet
Using NNET for classification

I am new to neural networks and I have a question about classification with the nnet package. I have data …

r nnet
Multinomial classification using neuralnet package

This question ought to be real simple. But the documentation isn't helping. I am using R. I must use the …

r machine-learning artificial-intelligence neural-network nnet
Prediction on Neural Network in R

I want to get the accuracy or the RMSE of the Prediction result of a neural network. I started using …

r confusion-matrix nnet
Caret: There were missing values in resampled performance measures

I am running caret's neural network on the Bike Sharing dataset and I get the following error message: In nominalTrainWorkflow(…

r r-caret nnet