Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying R Machine Learning Essentials
  • Table Of Contents Toc
R Machine Learning Essentials

R Machine Learning Essentials

By : Usuelli
5 (1)
close
close
R Machine Learning Essentials

R Machine Learning Essentials

5 (1)
By: Usuelli

Overview of this book

If your company is like most, the number one reason that projects have failed over the years don’t have to do with technology.  They have to do with people.  People didn’t like the new technology.  People weren’t trained properly on the change.  People hadn’t received adequate communications and didn’t understand the change.  Sound familiar?
Table of Contents (10 chapters)
close
close
9
Index

Linear regression


Linear regression is a statistical model identifying a relationship between numeric variables. Given a set of objects described by the y attribute and the x1, …, and xn features, the model defines a relationship between the features and the attribute. The relationship is described by the linear function y = a0 + a1 * x1 + … + an * xn, and a0, …, and an are parameters defined by the method in such a way that the relationship is as close as possible to the data.

In the case of machine learning, linear regression can be used to predict a numeric attribute. The algorithm learns from the training dataset to determine the parameters. Then, given a new object, the model inserts its features into the linear function to estimate the attribute.

In our example, we want to estimate the population of a country starting from its area. First, let's visualize the data about the area (in thousand km2) and the population (in millions), as shown in the following figure:

Most of the countries...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
R Machine Learning Essentials
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon