...
/Supervised Learning: Algorithms and Business Use Cases I
Supervised Learning: Algorithms and Business Use Cases I
In this lesson, we discuss examples of supervised learning algorithms in greater detail.
We'll cover the following...
We'll cover the following...
Linear regression
Remember in high school when you had to plot data points on a graph with an X-axis and a Y-axis and then find the line of best fit?
That is a very simple ML algorithm, linear regression. In technical terms, linear regression attempts to represent the relationship between one or more independent variables (points on X-axis) and a numeric outcome, or ...
...