<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: jo</title>
    <description>The latest articles on DEV Community by jo (@jo10010c).</description>
    <link>https://dev.to/jo10010c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F840865%2Fdcb9e16b-68d2-4406-99b5-fba723576de6.png</url>
      <title>DEV Community: jo</title>
      <link>https://dev.to/jo10010c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jo10010c"/>
    <language>en</language>
    <item>
      <title>【Python】Implementation Of Logistic Regression</title>
      <dc:creator>jo</dc:creator>
      <pubDate>Mon, 04 Apr 2022 15:14:42 +0000</pubDate>
      <link>https://dev.to/jo10010c/python-implementation-of-logistic-regression-5e67</link>
      <guid>https://dev.to/jo10010c/python-implementation-of-logistic-regression-5e67</guid>
      <description>&lt;p&gt;&lt;a href="https://laid-back-scientist.com/en/logistic-imple"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WM1cxSP4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2gz1bqi26kf9wbqpd7gt.png" alt="Image description" width="880" height="591"&gt;&lt;/a&gt;&lt;br&gt;
In this section, we will implement it using Python.&lt;/p&gt;

&lt;p&gt;Full-scratch implementation and Implementation using scikit-learn.&lt;/p&gt;

&lt;p&gt;👇&lt;br&gt;
&lt;a href="https://laid-back-scientist.com/en/logistic-imple"&gt;https://laid-back-scientist.com/en/logistic-imple&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>Explanation Of Logistic Regression Theory</title>
      <dc:creator>jo</dc:creator>
      <pubDate>Sun, 03 Apr 2022 14:02:37 +0000</pubDate>
      <link>https://dev.to/jo10010c/explanation-of-logistic-regression-theory-2g6</link>
      <guid>https://dev.to/jo10010c/explanation-of-logistic-regression-theory-2g6</guid>
      <description>&lt;p&gt;&lt;a href="https://laid-back-scientist.com/en/logistic-theory"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FYSxGv40--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ksatn4yac7jk1sr4epfb.png" alt="Image description" width="880" height="587"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The theory of logistic regression is explained in simple terms. &lt;/p&gt;

&lt;p&gt;Estimating the value of a parameter based on n pairs of observed data yields a model that outputs the probability of a response to any given numerical level.&lt;/p&gt;

&lt;p&gt;👇&lt;br&gt;
&lt;a href="https://laid-back-scientist.com/en/logistic-theory"&gt;https://laid-back-scientist.com/en/logistic-theory&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>Principal Component Analysis (PCA), Python Code</title>
      <dc:creator>jo</dc:creator>
      <pubDate>Sat, 02 Apr 2022 12:34:12 +0000</pubDate>
      <link>https://dev.to/jo10010c/principal-component-analysis-pca-python-code-2db8</link>
      <guid>https://dev.to/jo10010c/principal-component-analysis-pca-python-code-2db8</guid>
      <description>&lt;p&gt;&lt;a href="https://laid-back-scientist.com/en/pca-imple"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--InlHL-Ao--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oer5a4j30lwsm5xyzto3.png" alt="Image description" width="880" height="587"&gt;&lt;/a&gt;&lt;br&gt;
In this article, we will implement Principal Component Analysis using Python.&lt;br&gt;
👇&lt;br&gt;
&lt;a href="https://laid-back-scientist.com/en/pca-imple"&gt;https://laid-back-scientist.com/en/pca-imple&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>Principal Component Analysis (PCA) Theory</title>
      <dc:creator>jo</dc:creator>
      <pubDate>Sat, 02 Apr 2022 06:58:11 +0000</pubDate>
      <link>https://dev.to/jo10010c/principal-component-analysis-pca-theory-251e</link>
      <guid>https://dev.to/jo10010c/principal-component-analysis-pca-theory-251e</guid>
      <description>&lt;p&gt;&lt;a href="https://laid-back-scientist.com/en/pca-theory"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zHIzZtwy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tga5pmubzmna6hs2z10m.png" alt="Image description" width="880" height="399"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Principal component analysis is a method of summarizing the information in multidimensional data observed for features that are correlated with each other into new features expressed as a linear combination of the original features, with as little loss of information as possible.&lt;/p&gt;

&lt;p&gt;The data to be classified by machine learning is often highly dimensional, well beyond three dimensions. This makes data visualization difficult and computationally expensive.&lt;/p&gt;

&lt;p&gt;Even in such cases, principal component analysis can be used to compress dimensions and project the data into a 1D line, 2D plane, or 3D space to visually grasp the data structure.&lt;/p&gt;

&lt;p&gt;This article describes the basic theory behind principal component analysis.&lt;/p&gt;

&lt;p&gt;👇&lt;br&gt;
&lt;a href="https://laid-back-scientist.com/en/pca-theory"&gt;https://laid-back-scientist.com/en/pca-theory&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>datascience</category>
      <category>python</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
