更新时间:2021-07-09 21:28:39
coverpage
Mastering Machine Learning with R
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
Machine learning defined
Machine learning caveats
Failure to engineer features
Overfitting and underfitting
Causality
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. A Process for Success
The process
Business understanding
Data understanding
Data preparation
Modeling
Evaluation
Deployment
Algorithm flowchart
Summary
Chapter 2. Linear Regression – The Blocking and Tackling of Machine Learning
Univariate linear regression
Multivariate linear regression
Other linear model considerations
Chapter 3. Logistic Regression and Discriminant Analysis
Classification methods and linear regression
Logistic regression
Model selection
Chapter 4. Advanced Feature Selection in Linear Models
Regularization in a nutshell
Business case
Modeling and evaluation
Chapter 5. More Classification Techniques – K-Nearest Neighbors and Support Vector Machines
K-Nearest Neighbors
Support Vector Machines
Feature selection for SVMs
Chapter 6. Classification and Regression Trees
Introduction
An overview of the techniques
Chapter 7. Neural Networks
Neural network
Deep learning a not-so-deep overview
Data understanding and preparation
An example of deep learning
Chapter 8. Cluster Analysis
Hierarchical clustering
K-means clustering
Gower and partitioning around medoids
Chapter 9. Principal Components Analysis
An overview of the principal components
Chapter 10. Market Basket Analysis and Recommendation Engines
An overview of a market basket analysis
An overview of a recommendation engine
Business understanding and recommendations
Data understanding preparation and recommendations
Modeling evaluation and recommendations
Chapter 11. Time Series and Causality
Univariate time series analysis
Chapter 12. Text Mining
Text mining framework and methods
Topic models
Appendix A. R Fundamentals
Getting R up and running
Using R
Data frames and matrices
Summary stats