Book Image

R Machine Learning solutions [Video]

By : Yu-Wei, Chiu (David Chiu)
Book Image

R Machine Learning solutions [Video]

By: Yu-Wei, Chiu (David Chiu)

Overview of this book

<p>R is a statistical programming language that provides impressive tools to analyze data and create high-level graphics. This video course will take you from very basics of R to creating insightful machine learning models with R. You will start with setting up the environment and then perform data ETL in R.</p> <p>Data exploration examples are provided that demonstrate how powerful data visualization and machine learning is in discovering hidden relationship. You will then dive into important machine learning topics, including data classification, regression, clustering, association rule mining, and dimensionality reduction.</p> <h1>Style and Approach</h1> <p>This easy-to-follow guide is full of hands-on examples of data analysis with R. Each topic is fully explained beginning with the core concepts, followed by step-by-step, practical examples and concluding with detailed explanations of each concept used.</p>
Table of Contents (12 chapters)
Chapter 8
Ensemble Learning
Content Locked
Section 8
Classifying Data with Random Forest
Random forest grows multiple decision trees which will output their own prediction results. The forest will use the voting mechanism to select the most voted class as the prediction result. In this video, we illustrate how to classify data using the randomForest package. - Install and load the randomForest package - Plot the mean square error of the forest object - Use the varImpPlot function, the margin function, hist, and boxplot