万本电子书0元读

万本电子书0元读

顶部广告

R Machine Learning Essentials电子书

售       价:¥

3人正在读 | 0人评论 9.8

作       者:Michele Usuelli

出  版  社:Packt Publishing

出版时间:2014-11-28

字       数:73.2万

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

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

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
If you want to learn how to develop effective machine learning solutions to your business problems in R, this book is for you. It would be helpful to have a bit of familiarity with basic object-oriented programming concepts, but no prior experience is required.
目录展开

R Machine Learning Essentials

Table of Contents

R Machine Learning Essentials

Credits

About the Author

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers, and more

Why subscribe?

Free access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Downloading the color images of this book

Errata

Citations and references

Piracy

Questions

1. Transforming Data into Actions

A data-driven approach in business decisions

Business decisions come from knowledge and expertise

The digital era provides more data and expertise

Technology connects data and businesses

Identifying hidden patterns

Data contains hidden information

Business problems require hidden information

Reshaping the data

Identifying patterns with unsupervised learning

Making business decisions with unsupervised learning

Estimating the impact of an action

Business problems require estimating future events

Gathering the data to learn from

Predicting future outcomes using supervised learning

Summary

2. R – A Powerful Tool for Developing Machine Learning Algorithms

Why R

An interactive approach to machine learning

Expectations of machine learning software

R and RStudio

The R tutorial

The basic tools of R

Understanding the basic R objects

What are the R standards?

Some useful R packages

Summary

3. A Simple Machine Learning Analysis

Exploring data interactively

Defining a table with the data

Visualizing the data through a histogram

Visualizing the impact of a feature

Visualizing the impact of two features combined

Exploring the data using machine learning models

Exploring the data using a decision tree

Predicting newer outcomes

Building a machine learning model

Using the model to predict new outcomes

Validating a model

Summary

4. Step 1 – Data Exploration and Feature Engineering

Building a machine learning solution

Building the feature data

Exploring and visualizing the features

Modifying the features

Ranking the features using a filter or a dimensionality reduction

Summary

5. Step 2 – Applying Machine Learning Techniques

Identifying a homogeneous group of items

Identifying the groups using k-means

Exploring the clusters

Identifying a cluster's hierarchy

Applying the k-nearest neighbor algorithm

Optimizing the k-nearest neighbor algorithm

Summary

6. Step 3 – Validating the Results

Validating a machine learning model

Measuring the accuracy of an algorithm

Defining the average accuracy

Visualizing the average accuracy computation

Tuning the parameters

Selecting the data features to include in the model

Tuning features and parameters together

Summary

7. Overview of Machine Learning Techniques

Overview

Supervised learning

The k-nearest neighbors algorithm

Decision tree learning

Linear regression

Perceptron

Ensembles

Unsupervised learning

k-means

Hierarchical clustering

PCA

Summary

8. Machine Learning Examples Applicable to Businesses

Overview of the problem

Data overview

Exploring the output

Exploring and transforming features

Clustering the clients

Predicting the output

Summary

Index

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

发表评论

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

买过这本书的人还买过

读了这本书的人还在读

回顶部