Comparative Study of Machine Learning Algorithms for Classification of Datasets using R Programming
Keywords:
GBM, MARS, Deep LearningAbstract
Over the past years, periodically many organizations have started to capture large volumes of historical
data for describing their operations, products, and customers. Data Mining apparently tries to extract knowledge or
some unknown interesting patterns from these huge unstructured data. During this process machine learning algorithms
are used. The aim of this paper is to study various machine learning algorithms for classification and to compare them.
In this paper C5.0, SVM, Random Forest, GBM, Bayes Classifier, MARS, AdaBoost and Deep Learning have been
compared by using the various publically available datasets. The R Programming language has been used for
experimenting all the algorithms.