Linear retrogression and Logistic regression

 




Classification and regression are two collections of supervised machine learning algorithms problems. Supervised machine learning uses algorithms to train a model to discover patterns in a dataset with markers and features. Classification predicts which division an item belongs to rested on labeled exemplifications of known particulars. Retrogression estimates the association between a target product tag and one or further point variables to forecast a nonstop numeric value. Numerous supervised learning algorithms, similar as decision trees, can be applied for classification or regression. 

 Statistical regression analysis mathematically determines the relationship between a dependent variable and one or further independent variables. There are many types of retrogression algorithms. Linear retrogression is an algorithm used for retrogression to prognosticate a numeric value, for illustration the price of a house 

 Linear retrogression

 Linear retrogression fits a direct model through a set of data points to estimate the association between a target result tag and one or further character variables in order to prognosticate a numeric value. 


Logistic regression

Logistic regression is a category model that uses input variables (features) to prognosticate a categorical result variable ( marker) that can take on one of a limited set of class values. A binomial logistic retrogression is limited to two binary output classifications, while a multinomial logistic retrogression allows for further than two classes. 

 Advantages of Linear Regression 

 Linear Retrogression is a genuinely simple algorithm that can be applied genuinely fluently to give alright results. Likewise, these models can be trained fluently and efficiently indeed on systems with fairly low computational power when analogized to other complex algorithms. 


 Linear regression fits linearly divisible datasets nearly flawlessly and is again and again applied to find the nature of the relationship between variables. 

 

 Disadvantages of Linear Regression 


 Veritably frequently the inputs are not independent of each other and hence any multicollinearity must be removed before applying direct retrogression. 


Conclusion

Here, we learned about linear and logistics regression . You can also check out linear regression algorithm in details.



Comments

Popular posts from this blog

Machine learning and Artificial Intelligence

Animations using AI

Stemming in Python