<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Regression on Gabriel Berardi</title><link>http://www.gabriel-berardi.com/tags/regression/</link><description>Recent content in Regression on Gabriel Berardi</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 01 Jul 2020 00:00:00 +0000</lastBuildDate><atom:link href="http://www.gabriel-berardi.com/tags/regression/index.xml" rel="self" type="application/rss+xml"/><item><title>Linear and Logistic Regression</title><link>http://www.gabriel-berardi.com/blog/data/2020-07-01-linear-and-logistic-regression/</link><pubDate>Wed, 01 Jul 2020 00:00:00 +0000</pubDate><guid>http://www.gabriel-berardi.com/blog/data/2020-07-01-linear-and-logistic-regression/</guid><description>&lt;p&gt;Linear and Logistic regression are among the most elementary algorithms for supervised learning. Supervised Learning describes the situation where we deal with labeled data, which means that we have labeled inputs and a target variable.&lt;/p&gt;
&lt;p&gt;Despite the fact that both have the word &amp;ldquo;regression&amp;rdquo; in their name, only one of them is typically being used for solving regression problems!&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s see how they work!&lt;/p&gt;
&lt;h2 id="linear-regression"&gt;Linear Regression&lt;/h2&gt;
&lt;p&gt;Linear regression is possibly the easiest, most intuitive way of making a quantitative prediction. The relationship between an independent and a dependent variable is assumed to be linear, meaning that the dependent variable can be predicted using a linear function of the independent variable. For example:&lt;/p&gt;</description></item></channel></rss>