<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Optimization on Debimate</title><link>https://debimate.jp/tags/optimization/</link><description>Recent content in Optimization on Debimate</description><image><title>Debimate</title><url>https://debimate.jp/images/default-ogp.jpg</url><link>https://debimate.jp/images/default-ogp.jpg</link></image><generator>Hugo -- 0.161.1</generator><language>ja-jp</language><lastBuildDate>Tue, 26 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://debimate.jp/tags/optimization/index.xml" rel="self" type="application/rss+xml"/><item><title>最急降下法・確率的勾配降下法（gradient descent / SGD）</title><link>https://debimate.jp/ml/math/gradient-descent-sgd/</link><pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate><guid>https://debimate.jp/ml/math/gradient-descent-sgd/</guid><description>&lt;p&gt;最急降下法（gradient descent, GD）は、関数 &lt;code&gt;f(x)&lt;/code&gt; を最小化するために「現在地から見て最も急に下る方向（= 負の勾配 &lt;code&gt;-∇f&lt;/code&gt;）に少しずつ進む」反復アルゴリズムである。確率的勾配降下法（stochastic gradient descent, SGD）は、勾配を全データではなくランダムな 1 サンプル（または小バッチ）から推定して更新する派生で、大規模データでの学習に欠かせない手法となる。&lt;/p&gt;</description></item></channel></rss>