<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Basic - Tag - Xiaopeng Xu</title><link>https://xu-xp.com/tags/basic/</link><description>Basic - Tag - Xiaopeng Xu</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>xiaopeng.xu@kaust.edu.sa (Xiaopeng Xu)</managingEditor><webMaster>xiaopeng.xu@kaust.edu.sa (Xiaopeng Xu)</webMaster><lastBuildDate>Thu, 11 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://xu-xp.com/tags/basic/" rel="self" type="application/rss+xml"/><item><title>How I add notes to this site</title><link>https://xu-xp.com/posts/adding-notes/</link><pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate><author>xiaopeng.xu@kaust.edu.sa (Xiaopeng Xu)</author><guid>https://xu-xp.com/posts/adding-notes/</guid><description>&lt;p>A quick reference (mostly to my future self) for adding a new note here, and how
the &lt;strong>Notes&lt;/strong> section indexes them automatically.&lt;/p></description></item><item><title>Hello world to my new personal website!</title><link>https://xu-xp.com/posts/hello-world/</link><pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate><author>xiaopeng.xu@kaust.edu.sa (Xiaopeng Xu)</author><guid>https://xu-xp.com/posts/hello-world/</guid><description><![CDATA[<p>&ldquo;Hello World!&rdquo; Welcome to my new personal website.</p>
<p>This site was previously hosted on Google Sites, and now all content has been
migrated to GitHub Pages with Hugo.</p>
<p>A new &ldquo;Notes&rdquo; sections is supported in this website. So I hope to share more updates about my research and explorations here.</p>]]></description></item><item><title>DL 深度学习笔记</title><link>https://xu-xp.com/posts/deep_learning/</link><pubDate>Mon, 14 Jun 2021 00:00:00 +0000</pubDate><author>xiaopeng.xu@kaust.edu.sa (Xiaopeng Xu)</author><guid>https://xu-xp.com/posts/deep_learning/</guid><description><![CDATA[<h2 id="nn-基础">NN 基础</h2>
<h3 id="二分类问题">二分类问题</h3>
<ul>
<li>对 64x64x3  的图片，判断是否有猫（1/0）</li>
</ul>
<h4 id="基本标记">基本标记</h4>
<ul>
<li>
<p></p>
</li>
<li>
<p>X 的每一行对应的是一个样本，每一列对应的是一个特征。</p>
</li>
</ul>
<h3 id="逻辑回归-logistics-regression">逻辑回归 (Logistics regression)</h3>
<ul>
<li>
<p></p>]]></description></item><item><title>Metrics 评估指标</title><link>https://xu-xp.com/posts/ml_metrics/</link><pubDate>Fri, 14 May 2021 00:00:00 +0000</pubDate><author>xiaopeng.xu@kaust.edu.sa (Xiaopeng Xu)</author><guid>https://xu-xp.com/posts/ml_metrics/</guid><description><![CDATA[<p></p>
<h2 id="准确性-accuracy">准确性 Accuracy</h2>
<blockquote>
<p>Acc. = (TP + TN)/(TP + FP + TN + FN)</p>
</blockquote>
<h2 id="精确性-precision-or-positive-predictive-value-ppv">精确性 Precision or Positive Predictive Value (PPV)</h2>
<blockquote>
<p>PPV = TP / (TP + FP)</p>
</blockquote>
<h2 id="召回率敏感性-sensitivity-recall-or-true-positive-rate-tpr">召回率/敏感性 Sensitivity, Recall, or True Positive Rate (TPR)</h2>
<blockquote>
<p>TPR = TP / (TP + FN)</p>
</blockquote>
<h2 id="特异性选择性-specificity-selectivity-or-true-negative-rate-tnr">特异性/选择性 Specificity, Selectivity, or True Negative Rate (TNR)</h2>
<blockquote>
<p>TNR = TN / (TN + FP)</p>
</blockquote>
<h2 id="negative-predictive-value-npv">Negative Predictive Value (NPV)</h2>
<blockquote>
<p>NPV = TN / (TN + FN)</p>]]></description></item></channel></rss>