<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>R - Tag - Zhiverse</title><link>https://yao-chih.netlify.app/en/tags/r/</link><description>R - 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><lastBuildDate>Sun, 08 Mar 2026 14:32:23 +0800</lastBuildDate><atom:link href="https://yao-chih.netlify.app/en/tags/r/" rel="self" type="application/rss+xml"/><item><title>The Analysis of Characters in Dream of the Red Chamber</title><link>https://yao-chih.netlify.app/en/the-analysis-of-characters-in-dream-of-the-red-chamber/</link><pubDate>Tue, 23 Dec 2025 10:28:34 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/the-analysis-of-characters-in-dream-of-the-red-chamber/</guid><description>&lt;div class="featured-image">
                &lt;img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/The%20Analysis%20of%20Characters%20in%20Dream%20of%20the%20Red%20Chamber/cover%20image.webp" referrerpolicy="no-referrer">
            &lt;/div>Classical Chinese novels are an indispensable and important part of Chinese literature, with many masterpieces throughout history worthy of in-depth exploration. Among them, Dream of the Red Chamber is regarded as one of the representative works of classical Chinese fiction and possesses a high degree of scholarly interest. The fates of the characters and the numerous events in the novel are intricately and closely interconnected, requiring thorough study to fully understand their true significance.</description></item><item><title>Global Spatiotemporal Data: Exploring and Downloading Resources from NASA GES DISC</title><link>https://yao-chih.netlify.app/en/global-spatiotemporal-data-exploring-and-downloading-resources-from-nasa-ges-disc/</link><pubDate>Sat, 29 Nov 2025 21:53:36 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/global-spatiotemporal-data-exploring-and-downloading-resources-from-nasa-ges-disc/</guid><description>&lt;div class="featured-image">
                &lt;img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/Global%20Spatiotemporal%20Data%20Exploring%20and%20Downloading%20Resources%20from%20NASA%20GES%20DISC/cover%20image.png" referrerpolicy="no-referrer">
            &lt;/div>GES DISC is a scientific data center under NASA that preserves Earth science–related data and provides free access to all users, making it an excellent source for obtaining spatiotemporal data.</description></item><item><title>Notes on Creating Python Modules</title><link>https://yao-chih.netlify.app/en/notes-on-creating-python-modules/</link><pubDate>Mon, 13 Oct 2025 19:40:04 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/notes-on-creating-python-modules/</guid><description>&lt;div class="featured-image">
                &lt;img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/Notes%20on%20Creating%20Python%20Modules/cover%20image.webp" referrerpolicy="no-referrer">
            &lt;/div>Recently, I've been learning how to package Python code for quick sharing and easy installation. After exploring various distribution methods, I realized that creating a Python module is probably one of the most convenient options, mainly because it saves me from having to reinstall everything repeatedly.</description></item><item><title>Understanding the Confusion Matrix</title><link>https://yao-chih.netlify.app/en/understanding-the-confusion-matrix/</link><pubDate>Fri, 21 Mar 2025 18:04:29 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/understanding-the-confusion-matrix/</guid><description>&lt;div class="featured-image">
                &lt;img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/Understanding%20the%20Confusion%20Matrix/cover%20image.png" referrerpolicy="no-referrer">
            &lt;/div>In machine learning, we can build various models, ranging from simple linear regression to complex neural network models. These models can be applied to different fields, such as image recognition, language generation, and financial forecasting. Each model has its advantages and applicable scenarios. For example, linear regression is suitable for fitting and analyzing datasets with target variables, while deep learning can handle complex nonlinear datasets. However, how do we assess the quality of a model? Simply relying on accuracy may not be sufficient to evaluate model performance, especially in cases with imbalanced class distributions. Therefore, we use **Confusion Matrix** to analyze the performance of classification models.</description></item><item><title>Dataset Exploration and Analysis</title><link>https://yao-chih.netlify.app/en/dataset-exploration-and-analysis/</link><pubDate>Tue, 18 Mar 2025 12:58:27 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/dataset-exploration-and-analysis/</guid><description><![CDATA[<div class="featured-image">
                <img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/Dataset%20Exploration%20and%20Analysis/cover%20image.webp" referrerpolicy="no-referrer">
            </div><p>The cover image is generated by ChatGPT, depicting data analysis. The prompt used is &ldquo;A modern data analysis concept illustration featuring a futuristic workspace. The image includes multiple data charts, graphs, and dashboards displayed on transparent holographic screens. A diverse team of analysts and data scientists collaborate, analyzing trends and insights on large monitors. The scene has a sleek, high-tech atmosphere with glowing blue and purple hues, reflecting a professional and cutting-edge environment.&rdquo; 。</p>
<h2 id="introduction">Introduction</h2>
<p>The dataset used in this analysis is the <strong>Swiss bank notes</strong> dataset, which is utilized by banks to distinguish between genuine and counterfeit old Swiss Francs. This study downloads the <code>bank2.dat</code> dataset from <a href="https://github.com/QuantLet/MVA/tree/master/QID-1530-MVAscabank56" target="_blank" rel="noopener noreffer ">https://github.com/QuantLet/MVA/tree/master/QID-1530-MVAscabank56</a> and conducts the analysis using the <a href="https://www.r-project.org/" target="_blank" rel="noopener noreffer ">R</a> programming language.</p>]]></description></item></channel></rss>