Software for feed-forward neural networks with a single hidden layer, and for multinomial log-linear models.
Questions tagged [nnet]
167 questions
-1
votes
1 answer
Neural Network in Classification for comparatively large dataset
I am trying to execute neural network using caret for a classification problem. My dataset has 94000 rows and 5 variables (1 binary dependent variable and 4 independent variables). I have cleaned the data and transformed the necessary variables. No…

Zico
- 185
- 12
-2
votes
1 answer
Extra learners in mlr3
I cannot use models in mlr3 other than random forest, part, knn, svm, gbm etc. I am using mlr3extralearners package but still it seems there are a lot of models supported. How to use nnet, mlp etc in mlr3. I have a regression problem.
Second point…

Neha
- 3
- 3