Machine Learning with R, the tidyverse, and mlr
eBook - ePub

Machine Learning with R, the tidyverse, and mlr

  1. 536 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Machine Learning with R, the tidyverse, and mlr

About this book

SummaryMachine learning (ML) is a collection of programming techniques for discovering relationships in data. With ML algorithms, you can cluster and classify data for tasks like making recommendations or fraud detection and make predictions for sales trends, risk analysis, and other forecasts. Once the domain of academic data scientists, machine learning has become a mainstream business process, and tools like the easy-to-learn R programming language put high-quality data analysis in the hands of any programmer. Machine Learning with R, the tidyverse, and mlr teaches you widely used ML techniques and how to apply them to your own datasets using the R programming language and its powerful ecosystem of tools. This book will get you started! Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the book Machine Learning with R, the tidyverse, and mlr gets you started in machine learning using R Studio and the awesome mlr machine learning package. This practical guide simplifies theory and avoids needlessly complicated statistics or math. All core ML techniques are clearly explained through graphics and easy-to-grasp examples. In each engaging chapter, you'll put a new algorithm into action to solve a quirky predictive analysis problem, including Titanic survival odds, spam email filtering, and poisoned wine investigation. What's inside Using the tidyverse packages to process and plot your data
Techniques for supervised and unsupervised learning
Classification, regression, dimension reduction, and clustering algorithms
Statistics primer to fill gaps in your knowledgeAbout the reader For newcomers to machine learning with basic skills in R. About the author Hefin I. Rhys is a senior laboratory research scientist at the Francis Crick Institute. He runs his own YouTube channel of screencast tutorials for R and RStudio.
Table of contents: PART 1 - INTRODUCTION1.Introduction to machine learning2. Tidying, manipulating, and plotting data with the tidyversePART 2 - CLASSIFICATION3. Classifying based on similarities with k-nearest neighbors4. Classifying based on odds with logistic regression5. Classifying by maximizing separation with discriminant analysis6. Classifying with naive Bayes and support vector machines7. Classifying with decision trees8. Improving decision trees with random forests and boostingPART 3 - REGRESSION9. Linear regression10. Nonlinear regression with generalized additive models11. Preventing overfitting with ridge regression, LASSO, and elastic net12. Regression with kNN, random forest, and XGBoostPART 4 - DIMENSION REDUCTION13. Maximizing variance with principal component analysis14. Maximizing similarity with t-SNE and UMAP15. Self-organizing maps and locally linear embeddingPART 5 - CLUSTERING16. Clustering by finding centers with k-means17. Hierarchical clustering18. Clustering based on density: DBSCAN and OPTICS19. Clustering based on distributions with mixture modeling20. Final notes and further reading

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Machine Learning with R, the tidyverse, and mlr by Hefin Rhys in PDF and/or ePUB format, as well as other popular books in Computer Science & Artificial Intelligence (AI) & Semantics. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Preface
  5. Acknowledgments
  6. About this book
  7. About the author
  8. About the cover illustration
  9. Part 1. Introduction
  10. Part 2. Classification
  11. Part 3. Regression
  12. Part 4. Dimension reduction
  13. Part 5. Clustering
  14. Appendix. Refresher on statistical concepts
  15. Index
  16. List of Figures
  17. List of Tables
  18. List of Listings