Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Machine Learning with R
Machine Learning with R

Machine Learning with R: Learn techniques for building and improving machine learning models, from data preparation to model tuning, evaluation, and working with big data , Fourth Edition

eBook
$39.99
Paperback
$49.99
Subscription
Free Trial
Renews at $12.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Get to grips with the tidyverse, challenging data, and big data
  • Create clear and concise data and model visualizations that effectively communicate results to stakeholders
  • Solve a variety of problems using regression, ensemble methods, clustering, deep learning, probabilistic models, and more

Description

Dive into R with this data science guide on machine learning (ML). Machine Learning with R, Fourth Edition, takes you through classification methods like nearest neighbor and Naive Bayes and regression modeling, from simple linear to logistic. Dive into practical deep learning with neural networks and support vector machines and unearth valuable insights from complex data sets with market basket analysis. Learn how to unlock hidden patterns within your data using k-means clustering. With three new chapters on data, you’ll hone your skills in advanced data preparation, mastering feature engineering, and tackling challenging data scenarios. This book helps you conquer high-dimensionality, sparsity, and imbalanced data with confidence. Navigate the complexities of big data with ease, harnessing the power of parallel computing and leveraging GPU resources for faster insights. Elevate your understanding of model performance evaluation, moving beyond accuracy metrics. With a new chapter on building better learners, you’ll pick up techniques that top teams use to improve model performance with ensemble methods and innovative model stacking and blending techniques. Machine Learning with R, Fourth Edition, equips you with the tools and knowledge to tackle even the most formidable data challenges. Unlock the full potential of machine learning and become a true master of the craft.

Who is this book for?

This book is designed to help data scientists, actuaries, data analysts, financial analysts, social scientists, business and machine learning students, and any other practitioners who want a clear, accessible guide to machine learning with R. No R experience is required, although prior exposure to statistics and programming is helpful.

What you will learn

  • Learn the end-to-end process of machine learning from raw data to implementation
  • Classify important outcomes using nearest neighbor and Bayesian methods
  • Predict future events using decision trees, rules, and support vector machines
  • Forecast numeric data and estimate financial values using regression methods
  • Model complex processes with artificial neural networks
  • Prepare, transform, and clean data using the tidyverse
  • Evaluate your models and improve their performance
  • Connect R to SQL databases and emerging big data technologies such as Spark, Hadoop, H2O, and TensorFlow

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : May 29, 2023
Length: 762 pages
Edition : 4th
Language : English
ISBN-13 : 9781801076050
Category :
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : May 29, 2023
Length: 762 pages
Edition : 4th
Language : English
ISBN-13 : 9781801076050
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$12.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$129.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$179.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 149.97
The Statistics and Machine Learning with R Workshop
$49.99
Interpretable Machine Learning with Python
$49.99
Machine Learning with R
$49.99
Total $ 149.97 Stars icon
Banner background image

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8
(20 Ratings)
5 star 90%
4 star 5%
3 star 0%
2 star 5%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Ham Sandwich May 29, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book serves several functions (in my opinion). The first is as a language-neutral guide to the most common data science/machine learning approaches; the second is as a fully-developed guide for how to use R (and really RStudio).The level of writing is excellent for the target audience - not necessarily a full-fledged developer, but a scientist or analyst who needs a platform for doing the work. Proponents of python will point to speed issues and the fact that python is in fact a foundational language - something you can find lurking in your OS - but that's not the point. R is easy to use, doesn't suffer from myriad package and environment woes, and produces great visuals.Back to the book: the standard list of ML topics is covered, with just enough but not too much math and working code. Best yet, the writer illustrates that everything that you can do in python for data science can be done in R (why should only python users suffer the indignities of TensorFlow?) and probably should be if productivity is your key objective.R's other superpower is the Hadley Wickham factor: he is responsible for making R's so-called tidyverse a part of your universe. This means that the cleaning, preparation, representation, and all that good stuff has been intelligently implemented (there are not many different ways of doing the slightly wrong thing as in python) to protect the user.I highly recommend R in general and this book in particular for getting started or updating one's ML and/or R background.
Amazon Verified review Amazon
Placeholder Jun 14, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Machine Learning with R" by Packt Publishing is an excellent resource for anyone looking to explore machine learning using the R programming language. With its practical approach, comprehensive coverage of algorithms, and emphasis on the R ecosystem, the book equips readers with the necessary tools and knowledge to tackle real-world machine learning problems. Whether you are a student, data scientist, or R enthusiast, this book serves as a valuable companion on your journey to mastering machine learning with R.
Amazon Verified review Amazon
Brian Julius, Power BI Expert and Instructor Jun 08, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This new edition represents a *major* revision, with five completely new chapters, encompassing 300 additional pages.Here are the top five reasons why I find this book so valuable:🔸Unique FocusUnlike many other books on this topic which are geared towards those with extensive math/CS/ #datascience backgrounds, this book is aimed at the business user and assumes no prior knowledge of ML learning, statistics, or R.The author (Brett Lantz, Sr. Data Scientist at Playstation) spends the first two chapters of the book providing a very clear, concise introduction to the field of ML, followed by a primer on the key R concepts and techniques that will be used throughout the book.🔸Covers "The Hits"ML is a huge field, so covering it comprehensively in one book is impossible. However, at well over 700pp, this book addresses the major, most commonly used models including:🔹 Nearest Neighbor (k-nn)🔹 Naive Bayes🔹 Decision Trees (C5.0, 1R and RIPPER algorithms)🔹 Regression Models (OLS, multiple linear, generalized linear, logistic regression and regression trees)🔹 Neural Networks🔹 Support Vector Machines🔹 Association Rules🔹 K-Means Clustering🔸Highly PracticalComplementing Brett's plain-language style is his choice of detailed, practical examples to illustrate exactly how to implement each model via best practices.His examples span diverse domains, including diagnosing breast cancer, filtering spam, identifying bank loans most likely to fail, identifying poisonous mushrooms, predicting insurance claims, forecasting customer churn, performing OCR, identifying products most likely to be purchased together, and determining market segments.🔸Provides a Clear Path for Additional LearningWhile the focus of this book is not a deep dive into the advanced mathematics and complex variants of each model type, throughout the text there are callouts to other resources that the author recommends for further study.🔸More Flexible Than the Title Would IndicateSome Python users might look at the title of this book and dismiss it as "an R book". That would be a huge mistake, since the vast majority of it is dedicated to non-language-specific explanations of ML models and how to implement them.Particularly in this era of ChatGPT, it would be a simple matter to convert the R code in this book to Python.Overall, I very highly recommend this book to anyone looking to develop a solid fundamental understanding of the theory and practice associated with common ML models.
Amazon Verified review Amazon
DudeGuy Jun 08, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Highly recommend this work. Principles and code are clearly explained a broken down such that newer and seasoned experts can benefit from this edition. I own the 3rd Edition and was so pleased with it that I found it worth reinvesting in this updated and expanded 4th Edition which includes perhaps 70% more content.
Amazon Verified review Amazon
Ariful Islam Mondal Mar 05, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is very comprehensive and easy to follow. I would recommend this book to any one learning both R and Machine Learning for the first time as well as a good refresher for practitioners like me.This book comes with 700+ pages detail theory, pictorial explanations and practical examples.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.