REGRESSION.pptx(unit4).pptx

79 views 9 slides Nov 24, 2023
Slide 1
Slide 1 of 9
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9

About This Presentation

Regression and it types


Slide Content

REGRESSION

MEANING Regression is a statistical method used in finance, investing, and other disciplines that attempts to determine the strength and character of the relationship between one dependent variable (usually denoted by Y) and a series of other variables (known as independent variables).

A regression is a statistical technique that relates a dependent variable to one or more independent (explanatory) variables. A regression model is able to show whether changes observed in the dependent variable are associated with changes in one or more of the explanatory variables.

EXAMPLE we can say that age and height can be described using a linear regression model. Since a person’s height increases as age increases, they have a linear relationship.

TYPES OF REGRESSION Linear Regression Logistic Regression

LINEAR REGRESSION The simplest case of linear regression is to find a relationship using a linear model (i.e. line) between an input-independent variable (input single feature) and an output-dependent variable. This is called Bivariate Linear Regression. FORMULA:- Y = m * x + b

LOGICAL REGRESSION It is used when the output is categorical. It is more like a classification problem. The output can be Success / Failure, Yes / No, True/ False, or 0/1. If the output has only two possibilities, it is called Binary Logistic Regression.

EXAMPLE FOR LOGICAL REGRESSION:- For example, you want to create a model identifying whether the breast cancer is malignant(1) or benign(0). For example, if you want to classify if the input email is spam(1) or not (0).

FORMULA FOR REGRESSION