Aryan PrajapatKnowledge Contributor
What packages are used for machine learning in R?
What packages are used for machine learning in R?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
caret—for various classification and regression algorithms.
e1071—for support vector machines (SVM), naive Bayes classifier, bagged clustering, fuzzy clustering, and k-nearest neighbors (KNN).
kernlab—provides kernel-based methods for classification, regression, and clustering algorithms.
randomForest—for random forest classification and regression algorithms.
xgboost—for gradient boosting, linear regression, and decision tree algorithms.
rpart—for recursive partitioning in classification, regression, and survival trees.
glmnet—for lasso and elastic-net regularization methods applied to linear regression, logistic regression, and multinomial regression algorithms.
nnet—for neural networks and multinomial log-linear algorithms.
tensorflow—the R interface to TensorFlow, for deep neural networks and numerical computation using data flow graphs.
Keras—the R interface to Keras, for deep neural networks.