<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://konami0328.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://konami0328.github.io/" rel="alternate" type="text/html" /><updated>2026-03-23T17:34:39+08:00</updated><id>https://konami0328.github.io/feed.xml</id><title type="html">Konami’s Blog</title><subtitle>NLP/AI learning notes and practice, exploring deep learning, RAG systems, and algorithm engineering</subtitle><author><name>Konami</name></author><entry><title type="html">Test Post</title><link href="https://konami0328.github.io/test/test/" rel="alternate" type="text/html" title="Test Post" /><published>2026-03-23T00:00:00+08:00</published><updated>2026-03-23T00:00:00+08:00</updated><id>https://konami0328.github.io/test/test</id><content type="html" xml:base="https://konami0328.github.io/test/test/"><![CDATA[<h2 id="introduction">Introduction</h2>

<p>This is a test post to verify the blog setup.</p>

<h2 id="math-formula">Math Formula</h2>

<p>Inline math: $E = mc^2$</p>

<p>Block formula:</p>

\[\text{Attention}(Q, K, V) = \text{softmax}\left(\frac{QK^T}{\sqrt{d_k}}\right)V\]

<h2 id="code-block">Code Block</h2>
<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">def</span> <span class="nf">hello</span><span class="p">():</span>
    <span class="k">print</span><span class="p">(</span><span class="s">"Blog is working!"</span><span class="p">)</span>
</code></pre></div></div>

<h2 id="list">List</h2>

<ul>
  <li>Item 1</li>
  <li>Item 2</li>
  <li>Item 3</li>
</ul>

<p>Done!</p>]]></content><author><name>Konami</name></author><category term="Test" /><category term="demo" /><summary type="html"><![CDATA[Introduction This is a test post to verify the blog setup. Math Formula Inline math: $E = mc^2$ Block formula: \[\text{Attention}(Q, K, V) = \text{softmax}\left(\frac{QK^T}{\sqrt{d_k}}\right)V\] Code Block def hello(): print("Blog is working!") List Item 1 Item 2 Item 3 Done!]]></summary></entry></feed>