<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Model - Tag - Zhiverse</title><link>https://yao-chih.netlify.app/en/tags/model/</link><description>Model - 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/model/" rel="self" type="application/rss+xml"/><item><title>From Gradient Descent to Stochastic Gradient Descent</title><link>https://yao-chih.netlify.app/en/from-gradient-descent-to-stochastic-gradient-descent/</link><pubDate>Sat, 30 Aug 2025 10:54:32 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/from-gradient-descent-to-stochastic-gradient-descent/</guid><description><![CDATA[<div class="featured-image">
                <img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/From%20Gradient%20Descent%20to%20Stochastic%20Gradient%20Descent/cover%20image.webp" referrerpolicy="no-referrer">
            </div><p>Cover image was generated by ChatGPT.</p>
<p>Gradient descent is an iterative method used in most modern models to help find optimal parameters. However, in today&rsquo;s era of big data, the massive amount of data results in significant time costs for gradient descent. One key goal is to compute parameters quickly without sacrificing accuracy.</p>]]></description></item><item><title>Methods for Selecting Models</title><link>https://yao-chih.netlify.app/en/methods-for-selecting-models/</link><pubDate>Sun, 20 Jul 2025 11:55:51 +0800</pubDate><author>Author</author><guid>https://yao-chih.netlify.app/en/methods-for-selecting-models/</guid><description>&lt;div class="featured-image">
                &lt;img src="https://raw.githubusercontent.com/Josh-test-lab/website-assets-repository/refs/heads/main/posts/Methods%20for%20Selecting%20Models/cover%20image.png" referrerpolicy="no-referrer">
            &lt;/div>How can we evaluate and compare multiple models, and select the best one for statistical analysis or machine learning? Simple models may fail to fit the data well, while overly complex models may suffer from "overfitting", reducing their predictive performance on future data.</description></item></channel></rss>