Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

ML Unit -2

Data Understanding And Data Visualization


1) Entity Understanding
2) Attribute Understanding
3) Datatype Understanding

Data Visualization

Voice And Images Analysis

Linear Models
Linear regression
Bias
Variance
Overfitting
Under fitting

Logistic regression

Analysing Non Linear Data


1. Converting Non linear data to Linear data:
2. Applying Polynomial Regression:
Polynomial Regression:It can handle non linear relationship among
variables by using nth degree of polynomials
Example: 2nd Degree=> yi=a0+a1xi+a2x2i
Where:y=dependent variable
x=independent variable
a=x-1.B

Ridge And Lasso Regression

You might also like