0% found this document useful (0 votes)
9 views2 pages

Regression Techniques Overview

Linear regression is used to predict continuous values by fitting a line to the data. Logistic regression is employed for classification tasks utilizing a sigmoid activation function. The Perceptron algorithm serves as a binary classifier that updates weights through iterative processes.

Uploaded by

geeth407762
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Regression Techniques Overview

Linear regression is used to predict continuous values by fitting a line to the data. Logistic regression is employed for classification tasks utilizing a sigmoid activation function. The Perceptron algorithm serves as a binary classifier that updates weights through iterative processes.

Uploaded by

geeth407762
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Linear Regression

Linear regression predicts continuous values using best-fit line.

Logistic Regression

Used for classification with sigmoid activation.


Perceptron Algorithm

Binary classifier updating weights iteratively.

You might also like