万本电子书0元读

万本电子书0元读

顶部广告

Machine Learning with R Quick Start Guide电子书

售       价:¥

1人正在读 | 0人评论 9.8

作       者:Iván Pastor Sanz

出  版  社:Packt Publishing

出版时间:2019-03-29

字       数:28.5万

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

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

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Learn how to use R to apply powerful machine learning methods and gain insight into real-world applications using clustering, logistic regressions, random forests, support vector machine, and more. Key Features * Use R 3.5 to implement real-world examples in machine learning * Implement key machine learning algorithms to understand the working mechanism of smart models * Create end-to-end machine learning pipelines using modern libraries from the R ecosystem Book Description Machine Learning with R Quick Start Guide takes you on a data-driven journey that starts with the very basics of R and machine learning. It gradually builds upon core concepts so you can handle the varied complexities of data and understand each stage of the machine learning pipeline. From data collection to implementing Natural Language Processing (NLP), this book covers it all. You will implement key machine learning algorithms to understand how they are used to build smart models. You will cover tasks such as clustering, logistic regressions, random forests, support vector machines, and more. Furthermore, you will also look at more advanced aspects such as training neural networks and topic modeling. By the end of the book, you will be able to apply the concepts of machine learning, deal with data-related problems, and solve them using the powerful yet simple language that is R. What you will learn * Introduce yourself to the basics of machine learning with R 3.5 * Get to grips with R techniques for cleaning and preparing your data for analysis and visualize your results * Learn to build predictive models with the help of various machine learning techniques * Use R to visualize data spread across multiple dimensions and extract useful features * Use interactive data analysis with R to get insights into data * Implement supervised and unsupervised learning, and NLP using R libraries Who this book is for This book is for graduate students, aspiring data scientists, and data analysts who wish to enter the field of machine learning and are looking to implement machine learning techniques and methodologies from scratch using R 3.5. A working knowledge of the R programming language is expected.
目录展开

About Packt

Why subscribe?

Packt.com

Contributors

About the author

About the reviewer

Packt is searching for authors like you

Preface

Who this book is for

What this book covers

To get the most out of this book

Download the example code files

Download the color images

Conventions used

Get in touch

Reviews

R Fundamentals for Machine Learning

R and RStudio installation

Things to know about R

Using RStudio

RStudio installation

Some basic commands

Objects, special cases, and basic operators in R

Working with objects

Working with vectors

Vector indexing

Functions on vectors

Factor

Factor levels

Strings

String functions

Matrices

Representing matrices

Creating matrices

Accessing elements in a matrix

Matrix functions

Lists

Creating lists

Accessing components and elements in a list

Data frames

Accessing elements in data frames

Functions of data frames

Importing or exporting data

Working with functions

Controlling code flow

All about R packages

Installing packages

Necessary packages

Taking further steps

Background on the financial crisis

Summary

Predicting Failures of Banks - Data Collection

Collecting financial data

Why FDIC?

Listing files

Finding files

Combining results

Removing tables

Knowing your observations

Handling duplications

Operating our problem

Collecting the target variable

Structuring data

Summary

Predicting Failures of Banks - Descriptive Analysis

Data overview

Getting acquainted with our variables

Finding missing values for a variable

Converting the format of the variables

Sampling

Partitioning samples

Checking samples

Implementing descriptive analysis

Dealing with outliers

The winsorization process

Implementing winsorization

Distinguishing single valued variables

Treating missing information

Analyzing the missing value

Understanding the results

Summary

Predicting Failures of Banks - Univariate Analysis

Feature selection algorithm

Feature selection classes

Filter methods

Wrapper methods

Boruta package

Embedded methods

Ridge regression

A limitation of Ridge regression

Lasso

Limitations of Lasso

Elastic net

Drawbacks of elastic net

Dimensionality reduction

Dimensionality reduction technique

Summary

Predicting Failures of Banks - Multivariate Analysis

Logistic regression

Regularized methods

Testing a random forest model

Gradient boosting

Deep learning in neural networks

Designing a neural network

Training a neural network

Support vector machines

Selecting SVM parameters

The SVM kernel parameter

The cost parameter

Gamma parameter

Training an SVM model

Ensembles

Average model

Majority vote

Model of models

Automatic machine learning

Standardizing variables

Summary

Visualizing Economic Problems in the European Union

A general overview of economic problems in countries

Understanding credit ratings

The role of credit rating agencies

The credit rating process

Clustering countries based on macroeconomic imbalances

Data collection

Downloading and viewing the data

Streamlining data

Studying the data

Acquiring the target variable

Acquiring the credit quality

Displaying the credit ratings on a map

Carrying out a descriptive analysis of data

Detecting macroeconomic imbalances

The self-organizing maps technique

Training the SOM

Summary

Sovereign Crisis - NLP and Topic Modeling

Predicting country ratings using macroeconomic information

Implementing decision trees

Ordered logistic regression

Predicting sovereign ratings using European country reports

Summary

Other Books You May Enjoy

Leave a review - let other readers know what you think

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

发表评论

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

买过这本书的人还买过

读了这本书的人还在读

回顶部