<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Regression - Tag - Zhiverse</title><link>https://yao-chih.netlify.app/en/tags/regression/</link><description>Regression - Tag - Zhiverse</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>yaochihh@gmail.com (Josh)</managingEditor><webMaster>yaochihh@gmail.com (Josh)</webMaster><copyright>Zhiverse</copyright><atom:link href="https://yao-chih.netlify.app/en/tags/regression/" rel="self" type="application/rss+xml"/><item><title>Logistic Regression</title><link>https://yao-chih.netlify.app/en/logistic-regression/</link><pubDate>Wed, 23 Jul 2025 10:55:24 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/logistic-regression/</guid><description><![CDATA[<div class="featured-image">
                <img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/Logistic%20Regression/cover%20image.webp" referrerpolicy="no-referrer">
            </div><p>The cover image was generated by ChatGPT.</p>
<h2 id="introduction">Introduction</h2>
<p><strong>Logistic regression</strong> is a type of binary classification model derived from <strong>linear regression</strong>. Unlike linear regression, which fits a regression line that passes through the data points by minimizing the sum of squared distances, known as the <strong>least squares method</strong>. The goal of logistic regression is to find a decision boundary that clearly separates the data into two distinct classes.</p>]]></description></item></channel></rss>