万本电子书0元读

万本电子书0元读

顶部广告

Machine Learning with R Cookbook - Second Edition电子书

售       价:¥

3人正在读 | 0人评论 9.8

作       者:AshishSingh Bhatia,Yu-Wei, Chiu (David Chiu)

出  版  社:Packt Publishing

出版时间:2017-10-23

字       数:52.7万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Explore over 110 recipes to analyze data and build predictive models with simple and easy-to-use R code About This Book ? Apply R to simplify predictive modeling with short and simple code ? Use machine learning to solve problems ranging from small to big data ? Build a training and testing dataset, applying different classification methods. Who This Book Is For This book is for data science professionals, data analysts, or people who have used R for data analysis and machine learning who now wish to become the go-to person for machine learning with R. Those who wish to improve the efficiency of their machine learning models and need to work with different kinds of data set will find this book very insightful. What You Will Learn ? Create and inspect transaction datasets and perform association analysis with the Apriori algorithm ? Visualize patterns and associations using a range of graphs and find frequent item-sets using the Eclat algorithm ? Compare differences between each regression method to discover how they solve problems ? Detect and impute missing values in air quality data ? Predict possible churn users with the classification approach ? Plot the autocorrelation function with time series analysis ? Use the Cox proportional hazards model for survival analysis ? Implement the clustering method to segment customer data ? Compress images with the dimension reduction method ? Incorporate R and Hadoop to solve machine learning problems on big data In Detail Big data has become a popular buzzword across many industries. An increasing number of people have been exposed to the term and are looking at how to leverage big data in their own businesses, to improve sales and profitability. However, collecting, aggregating, and visualizing data is just one part of the equation. Being able to extract useful information from data is another task, and a much more challenging one. Machine Learning with R Cookbook, Second Edition uses a practical approach to teach you how to perform machine learning with R. Each chapter is divided into several simple recipes. Through the step-by-step instructions provided in each recipe, you will be able to construct a predictive model by using a variety of machine learning packages. In this book, you will first learn to set up the R environment and use simple R commands to explore data. The next topic covers how to perform statistical analysis with machine learning analysis and assess created models, covered in detail later on in the book. You'll also learn how to integrate R and Hadoop to create a big data analysis platform. The detailed illustrations provide all the information required to start applying machine learning to individual projects. With Machine Learning with R Cookbook, machine learning has never been easier. Style and approach This is an easy-to-follow guide packed with hands-on examples of machine learning tasks. Each topic includes step-by-step instructions on tackling difficulties faced when applying R to machine learning.
目录展开

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

There's more...

There's more...

There's more...

There's more...

Studying a case of linear regression on SLID data

Studying a case of linear regression on SLID data

Studying a case of linear regression on SLID data

Studying a case of linear regression on SLID data

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Applying the Gaussian model for generalized linear regression

Applying the Gaussian model for generalized linear regression

Applying the Gaussian model for generalized linear regression

Applying the Gaussian model for generalized linear regression

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Applying the Poisson model for generalized linear regression

Applying the Poisson model for generalized linear regression

Applying the Poisson model for generalized linear regression

Applying the Poisson model for generalized linear regression

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Applying the Binomial model for generalized linear regression

Applying the Binomial model for generalized linear regression

Applying the Binomial model for generalized linear regression

Applying the Binomial model for generalized linear regression

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Fitting a generalized additive model to data

Fitting a generalized additive model to data

Fitting a generalized additive model to data

Fitting a generalized additive model to data

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Visualizing a generalized additive model

Visualizing a generalized additive model

Visualizing a generalized additive model

Visualizing a generalized additive model

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

There's more...

There's more...

There's more...

There's more...

Diagnosing a generalized additive model

Diagnosing a generalized additive model

Diagnosing a generalized additive model

Diagnosing a generalized additive model

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

There's more...

There's more...

There's more...

There's more...

Survival Analysis

Survival Analysis

Survival Analysis

Survival Analysis

Introduction

Introduction

Introduction

Introduction

Loading and observing data

Loading and observing data

Loading and observing data

Loading and observing data

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

There's more...

There's more...

There's more...

There's more...

Viewing the summary of survival analysis

Viewing the summary of survival analysis

Viewing the summary of survival analysis

Viewing the summary of survival analysis

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

Visualizing the Survival Curve

Visualizing the Survival Curve

Visualizing the Survival Curve

Visualizing the Survival Curve

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

Using the log-rank test

Using the log-rank test

Using the log-rank test

Using the log-rank test

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

Using the COX proportional hazard model

Using the COX proportional hazard model

Using the COX proportional hazard model

Using the COX proportional hazard model

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

Nelson-Aalen Estimator of cumulative hazard

Nelson-Aalen Estimator of cumulative hazard

Nelson-Aalen Estimator of cumulative hazard

Nelson-Aalen Estimator of cumulative hazard

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Classification 1 - Tree, Lazy, and Probabilistic

Classification 1 - Tree, Lazy, and Probabilistic

Classification 1 - Tree, Lazy, and Probabilistic

Classification 1 - Tree, Lazy, and Probabilistic

Introduction

Introduction

Introduction

Introduction

Preparing the training and testing datasets

Preparing the training and testing datasets

Preparing the training and testing datasets

Preparing the training and testing datasets

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

There's more...

There's more...

There's more...

There's more...

Building a classification model with recursive partitioning trees

Building a classification model with recursive partitioning trees

Building a classification model with recursive partitioning trees

Building a classification model with recursive partitioning trees

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Visualizing a recursive partitioning tree

Visualizing a recursive partitioning tree

Visualizing a recursive partitioning tree

Visualizing a recursive partitioning tree

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Measuring the prediction performance of a recursive partitioning tree

Measuring the prediction performance of a recursive partitioning tree

Measuring the prediction performance of a recursive partitioning tree

Measuring the prediction performance of a recursive partitioning tree

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Pruning a recursive partitioning tree

Pruning a recursive partitioning tree

Pruning a recursive partitioning tree

Pruning a recursive partitioning tree

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Handling missing data and split and surrogate variables

Handling missing data and split and surrogate variables

Handling missing data and split and surrogate variables

Handling missing data and split and surrogate variables

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Building a classification model with a conditional inference tree

Building a classification model with a conditional inference tree

Building a classification model with a conditional inference tree

Building a classification model with a conditional inference tree

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Control parameters in conditional inference trees

Control parameters in conditional inference trees

Control parameters in conditional inference trees

Control parameters in conditional inference trees

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Visualizing a conditional inference tree

Visualizing a conditional inference tree

Visualizing a conditional inference tree

Visualizing a conditional inference tree

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Measuring the prediction performance of a conditional inference tree

Measuring the prediction performance of a conditional inference tree

Measuring the prediction performance of a conditional inference tree

Measuring the prediction performance of a conditional inference tree

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Classifying data with the k-nearest neighbor classifier

Classifying data with the k-nearest neighbor classifier

Classifying data with the k-nearest neighbor classifier

Classifying data with the k-nearest neighbor classifier

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Classifying data with logistic regression

Classifying data with logistic regression

Classifying data with logistic regression

Classifying data with logistic regression

Getting ready

Getting ready

Getting ready

Getting ready

See also

See also

See also

See also

Displaying transactions and associations

Displaying transactions and associations

Displaying transactions and associations

Displaying transactions and associations

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Mining associations with the Apriori rule

Mining associations with the Apriori rule

Mining associations with the Apriori rule

Mining associations with the Apriori rule

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Pruning redundant rules

Pruning redundant rules

Pruning redundant rules

Pruning redundant rules

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Visualizing association rules

Visualizing association rules

Visualizing association rules

Visualizing association rules

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Mining frequent itemsets with Eclat

Mining frequent itemsets with Eclat

Mining frequent itemsets with Eclat

Mining frequent itemsets with Eclat

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Creating transactions with temporal information

Creating transactions with temporal information

Creating transactions with temporal information

Creating transactions with temporal information

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Mining frequent sequential patterns with cSPADE

Mining frequent sequential patterns with cSPADE

Mining frequent sequential patterns with cSPADE

Mining frequent sequential patterns with cSPADE

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Using the TraMineR package for sequence analysis

Using the TraMineR package for sequence analysis

Using the TraMineR package for sequence analysis

Using the TraMineR package for sequence analysis

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

Visualizing sequence, Chronogram, and Traversal Statistics

Visualizing sequence, Chronogram, and Traversal Statistics

Visualizing sequence, Chronogram, and Traversal Statistics

Visualizing sequence, Chronogram, and Traversal Statistics

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Dimension Reduction

Dimension Reduction

Dimension Reduction

Dimension Reduction

Introduction

Introduction

Introduction

Introduction

Why to reduce the dimension?

Why to reduce the dimension?

Why to reduce the dimension?

Why to reduce the dimension?

Performing feature selection with FSelector

Performing feature selection with FSelector

Performing feature selection with FSelector

Performing feature selection with FSelector

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Performing dimension reduction with PCA

Performing dimension reduction with PCA

Performing dimension reduction with PCA

Performing dimension reduction with PCA

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

There's more...

There's more...

There's more...

There's more...

Determining the number of principal components using the scree test

Determining the number of principal components using the scree test

Determining the number of principal components using the scree test

Determining the number of principal components using the scree test

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

There's more...

There's more...

There's more...

There's more...

Determining the number of principal components using the Kaiser method

Determining the number of principal components using the Kaiser method

Determining the number of principal components using the Kaiser method

Determining the number of principal components using the Kaiser method

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Visualizing multivariate data using biplot

Visualizing multivariate data using biplot

Visualizing multivariate data using biplot

Visualizing multivariate data using biplot

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

There's more...

There's more...

There's more...

There's more...

Performing dimension reduction with MDS

Performing dimension reduction with MDS

Performing dimension reduction with MDS

Performing dimension reduction with MDS

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

There's more...

There's more...

There's more...

There's more...

Reducing dimensions with SVD

Reducing dimensions with SVD

Reducing dimensions with SVD

Reducing dimensions with SVD

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Compressing images with SVD

Compressing images with SVD

Compressing images with SVD

Compressing images with SVD

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Performing nonlinear dimension reduction with ISOMAP

Performing nonlinear dimension reduction with ISOMAP

Performing nonlinear dimension reduction with ISOMAP

Performing nonlinear dimension reduction with ISOMAP

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

There's more...

There's more...

There's more...

There's more...

Performing nonlinear dimension reduction with Local Linear Embedding

Performing nonlinear dimension reduction with Local Linear Embedding

Performing nonlinear dimension reduction with Local Linear Embedding

Performing nonlinear dimension reduction with Local Linear Embedding

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Big Data Analysis (R and Hadoop)

Big Data Analysis (R and Hadoop)

Big Data Analysis (R and Hadoop)

Big Data Analysis (R and Hadoop)

Introduction

Introduction

Introduction

Introduction

Preparing the RHadoop environment

Preparing the RHadoop environment

Preparing the RHadoop environment

Preparing the RHadoop environment

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Installing rmr2

Installing rmr2

Installing rmr2

Installing rmr2

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Installing rhdfs

Installing rhdfs

Installing rhdfs

Installing rhdfs

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Operating HDFS with rhdfs

Operating HDFS with rhdfs

Operating HDFS with rhdfs

Operating HDFS with rhdfs

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Implementing a word count problem with RHadoop

Implementing a word count problem with RHadoop

Implementing a word count problem with RHadoop

Implementing a word count problem with RHadoop

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Comparing the performance between an R MapReduce program and a standard R program

Comparing the performance between an R MapReduce program and a standard R program

Comparing the performance between an R MapReduce program and a standard R program

Comparing the performance between an R MapReduce program and a standard R program

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Testing and debugging the rmr2 program

Testing and debugging the rmr2 program

Testing and debugging the rmr2 program

Testing and debugging the rmr2 program

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Installing plyrmr

Installing plyrmr

Installing plyrmr

Installing plyrmr

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Manipulating data with plyrmr

Manipulating data with plyrmr

Manipulating data with plyrmr

Manipulating data with plyrmr

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Conducting machine learning with RHadoop

Conducting machine learning with RHadoop

Conducting machine learning with RHadoop

Conducting machine learning with RHadoop

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

Configuring RHadoop clusters on Amazon EMR

Configuring RHadoop clusters on Amazon EMR

Configuring RHadoop clusters on Amazon EMR

Configuring RHadoop clusters on Amazon EMR

Getting ready

Getting ready

Getting ready

Getting ready

How to do it...

How to do it...

How to do it...

How to do it...

How it works...

How it works...

How it works...

How it works...

See also

See also

See also

See also

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部