Mastering Machine Learning with R - Second Edition by Lesmeister Cory
Author:Lesmeister, Cory [Lesmeister, Cory]
Language: eng
Format: azw3
Publisher: Packt Publishing
Published: 2017-04-24T04:00:00+00:00
Data understanding and preparation
To start, we will load these four packages. The data is in the MASS package:
> library(caret)
> library(MASS)
> library(neuralnet)
> library(vcd)
The neuralnet package will be used for the building of the model and caret for the data preparation. The vcd package will assist us in data visualization. Let's load the data and examine its structure:
> data(shuttle)
> str(shuttle)
'data.frame':256 obs. of 7 variables:
$ stability: Factor w/ 2 levepicels "stab","xstab": 2 2 2 2 2 2 2
2 2 2 ...
$ error : Factor w/ 4 levels "LX","MM","SS",..: 1 1 1 1 1 1 1 1
1 1 ...
$ sign : Factor w/ 2 levels "nn","pp": 2 2 2 2 2 2 1 1 1 1 ...
$ wind : Factor w/ 2 levels "head","tail": 1 1 1 2 2 2 1 1 1 2
...
$ magn : Factor w/ 4 levels "Light","Medium",..: 1 2 4 1 2 4 1
2 4 1 ...
$ vis : Factor w/ 2 levels "no","yes": 1 1 1 1 1 1 1 1 1 1
...
$ use : Factor w/ 2 levels "auto","noauto": 1 1 1 1 1 1 1 1 1
1 ...
The data consists of 256 observations and 7 variables. Notice that all of the variables are categorical and the response is use with two levels, auto and noauto. The covariates are as follows:
stability: This is stable positioning or not (stab/xstab)
error: This is the size of the error (MM / SS / LX)
sign: This is the sign of the error, positive or negative (pp/nn)
wind: This is the wind sign (head / tail)
magn: This is the wind strength (Light / Medium / Strong / Out of Range)
vis: This is the visibility (yes / no)
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8302)
Test-Driven Development with Java by Alan Mellor(6735)
Data Augmentation with Python by Duc Haba(6649)
Principles of Data Fabric by Sonia Mezzetta(6401)
Learn Blender Simulations the Right Way by Stephen Pearson(6299)
Microservices with Spring Boot 3 and Spring Cloud by Magnus Larsson(6171)
Hadoop in Practice by Alex Holmes(5959)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5807)
RPA Solution Architect's Handbook by Sachin Sahgal(5567)
Big Data Analysis with Python by Ivan Marin(5369)
The Infinite Retina by Robert Scoble Irena Cronin(5256)
Life 3.0: Being Human in the Age of Artificial Intelligence by Tegmark Max(5150)
Pretrain Vision and Large Language Models in Python by Emily Webber(4333)
Infrastructure as Code for Beginners by Russ McKendrick(4095)
Functional Programming in JavaScript by Mantyla Dan(4038)
The Age of Surveillance Capitalism by Shoshana Zuboff(3957)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3808)
Embracing Microservices Design by Ovais Mehboob Ahmed Khan Nabil Siddiqui and Timothy Oleson(3612)
Applied Machine Learning for Healthcare and Life Sciences Using AWS by Ujjwal Ratan(3583)
